/mipi-sys-t-3.7.0/library/test/unit/ |
D | mipi_syst_string_test.cpp | 67 result = sstr.str(); in mipi_syst_write_debug_string() 69 return result.c_str(); in mipi_syst_write_debug_string() 72 static std::string result; member in MipiSysTFixtureDebugString 75 std::string MipiSysTFixtureDebugString::result; member in MipiSysTFixtureDebugString 260 result.c_str() in TEST_F() 263 result = ""; in TEST_F() 268 result.c_str() in TEST_F() 276 result.c_str() in TEST_F() 281 result.c_str() in TEST_F() 284 result = ""; in TEST_F() [all …]
|
D | mipi_syst_raw_test.cpp | 67 result = sstr.str(); in mipi_syst_write_raw_message() 69 return result.c_str(); in mipi_syst_write_raw_message() 72 static std::string result; member in MipiSysTFixtureRaw 75 std::string MipiSysTFixtureRaw::result; member in MipiSysTFixtureRaw
|
D | mipi_syst_build_test.cpp | 68 result = sstr.str(); in mipi_syst_write_build_message() 70 return result.c_str(); in mipi_syst_write_build_message() 73 static std::string result; member in MipiSysTFixtureBuild 76 std::string MipiSysTFixtureBuild::result; member in MipiSysTFixtureBuild
|
D | mipi_syst_clock_test.cpp | 62 static std::string result; in mipi_syst_write_clock() local 65 result = sstr.str(); in mipi_syst_write_clock() 68 return result.c_str(); in mipi_syst_write_clock()
|
D | mipi_syst_printf_test.cpp | 50 result = sstr.str(),\ 51 result.c_str()) 56 result = sstr.str(),\ 57 result.c_str()) 62 result = sstr.str(),\ 63 result.c_str()) 76 static std::string result; member in MipiSysTFixturePrintf 79 std::string MipiSysTFixturePrintf::result; member in MipiSysTFixturePrintf
|
D | mipi_syst_catid32_test.cpp | 61 static std::string result; in mipi_syst_write_catalog32_message() local 64 result = sstr.str(); in mipi_syst_write_catalog32_message() 67 return result.c_str(); in mipi_syst_write_catalog32_message()
|
D | mipi_syst_catid64_test.cpp | 59 static std::string result; in mipi_syst_write_catalog64_message() local 62 result = sstr.str(); in mipi_syst_write_catalog64_message() 65 return result.c_str(); in mipi_syst_write_catalog64_message()
|
/mipi-sys-t-3.7.0/printer/include/ |
D | mipi_syst_printer.h | 114 T result(0); in bytes2ValLE() 117 result |= (T)(*data++) << (i * 8); in bytes2ValLE() 119 return result; in bytes2ValLE() 132 int result(0); in hostPrintf() 150 result = nativeSprintf(buf, sizeof(buf), format.c_str(), value); in hostPrintf() 153 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], value); in hostPrintf() 156 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], starArgs[1], value); in hostPrintf() 159 result = -1; // format error, too many stars seen in argument format in hostPrintf() 167 if (result < 0) { in hostPrintf() 170 else if (result >= sizeof(buf)) { in hostPrintf()
|
D | mipi_syst_guid.h | 98 guid result(*this); 100 result.u.ll[0] &= mask.u.ll[0]; 101 result.u.ll[1] &= mask.u.ll[1]; 103 return result;
|
D | mipi_syst_printf.h | 190 std::string& result);
|
/mipi-sys-t-3.7.0/printer/src/ |
D | mipi_syst_printf.cpp | 55 uint32_t result(OK); in parse() local 270 result |= UNKNOWN_FORMAT; in parse() 294 result |= INCOMPLETE_FORMAT; in parse() 297 return result; in parse() 311 std::string& result) in format() argument 320 result = sstr.str(); in format() 384 result = " - corrupt printf payload, missing argument string termination"; in format() 420 result = sstr.str(); in format() 430 result = sstr.str(); in format()
|
D | mipi_syst_collateral.cpp | 88 std::vector<collateral*> result; in parseXml() local 94 result.push_back(new collateral(client, filename)); in parseXml() 96 return result; in parseXml()
|
D | mipi_syst_decode.cpp | 83 std::string result; in printfFormat() local 85 printer.format(fmt, data, len, result); in printfFormat() 88 printer.format(fmt, NULL, 0, result); in printfFormat() 90 return result; in printfFormat()
|
/mipi-sys-t-3.7.0/library/doxygen/ |
D | Reference.md | 123 platform feature enable defines. Attempting to use an unsupported API will result 276 The offset parameter is used to change the result in case of hash
|
D | Building.md | 53 installation location for the build result.
|
D | Protocol.md | 47 same result when being copied into memory. 157 …ide information about an undesirable, but recoverable situation that may result in problems if no …
|
D | ApiOverview.md | 52 understand this model to avoid incorrect usage that would result in hard to
|
D | Catgen.md | 50 catalog IDs to update the collateral template file. The result is a
|
D | Doxyfile.in | 96 # stripped from the text and the result after processing the whole list, is 195 # will result in a user-defined paragraph with heading "Side Effects:". 1012 # and will result in a full expanded tree by default. 1062 # can add a path in front of the file if the result should not be 1242 # the MathJax Content Delivery Network so you can quickly see the result without 1667 # interpreter (i.e. the result of `which perl').
|
/mipi-sys-t-3.7.0/ |
D | README.md | 331 catalog IDs to update the collateral template file. The result is a
|