Home
last modified time | relevance | path

Searched defs:str (Results 1 – 8 of 8) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/library/test/unit/
Dmipi_syst_build_test.cpp130 std::string str; in TEST_F() local
151 std::string str; in TEST_F() local
174 std::string str; in TEST_F() local
Dmipi_syst_raw_test.cpp144 std::string str; in TEST_F() local
Dmipi_syst_string_test.cpp62 const char * str) in mipi_syst_write_debug_string()
/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_printf.cpp376 const char * str(bufPtr); in format() local
Dmipi_syst_collateral.cpp278 bool guid::parse(const std::string& str) in parse()
/mipi-sys-t-3.6.0-3.5.0/library/include/
Dmipi_syst.h.in113 #define _MIPI_SYST_HASH_AT_CPP_TIME(str, offset) (_MIPI_SYST_HASH_x65599(str, sizeof(str)-1) + (off… argument
114 #define _MIPI_SYST_HASH_AT_RUN_TIME(str, offset) (mipi_syst_hash_x65599(str, sizeof(str)-1) + (offs… argument
/mipi-sys-t-3.6.0-3.5.0/library/include/mipi_syst/
Dapi.h1025 #define MIPI_SYST_DEBUG(h, severity, str, len) \ argument
1122 #define MIPI_SYST_DEBUG_LOC16(h, severity, file, str, len) \ argument
1146 #define MIPI_SYST_DEBUG_LOC32(h, severity, file, str, len) \ argument
1322 #define MIPI_SYST_DEBUG_LOCADDR(h, severity, str, len) \ argument
1424 #define MIPI_SYST_PRINTF(h, severity, str, ...) \ argument
1446 #define MIPI_SYST_VPRINTF(h, severity, str, args) \ argument
1471 #define MIPI_SYST_PRINTF_LOC16(h, severity, file, str, ...) \ argument
1497 #define MIPI_SYST_PRINTF_LOC32(h, severity, file, str, ...) \ argument
1523 #define MIPI_SYST_PRINTF_LOCADDR(h, severity, str, ...) \ argument
2666 #define MIPI_SYST_DEBUG(svh, sev, str, len) argument
[all …]
/mipi-sys-t-3.6.0-3.5.0/library/src/
Dmipi_syst_api.c262 mipi_syst_u16 len, const char *str) in mipi_syst_write_debug_string()