/aosp_15_r20/system/chre/util/system/ |
H A D | debug_dump.cc | 26 void DebugDumpWrapper::print(const char *formatStr, ...) { in print() 33 void DebugDumpWrapper::printVaList(const char *formatStr, va_list argList) { in printVaList() 71 bool DebugDumpWrapper::insertString(const char *formatStr, va_list argList, in insertString()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 523 … const string formatStr = de::toString(getFormatStr(colorFormats2D[formatNdx].format)); in populateTextureSwizzleTests() local 549 … const string formatStr = de::toString(getFormatStr(depthFormats2D[formatNdx].format)); in populateTextureSwizzleTests() local 574 … const string formatStr = de::toString(getFormatStr(stencilFormats2D[formatNdx].format)); in populateTextureSwizzleTests() local 601 … const string formatStr = de::toString(getFormatStr(colorFormats2D[formatNdx].format)); in populateTextureSwizzleTests() local
|
H A D | vktTextureCompressedFormatTests.cpp | 566 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populateTextureCompressedFormatTests() local 594 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populate3DTextureCompressedFormatTests() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 448 String formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in TestSetLocale() local 516 String formatStr = "On {0,date}, it began."; in TestFormat() local 615 String formatStr = "{0,date},{1},{2,number}"; in TestAdopt() local 916 String formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in TestSetGetFormats() local 1012 String formatStr = "On {startDate,date}, it began."; in testFormatNamedArguments() local
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 445 String formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in TestSetLocale() local 513 String formatStr = "On {0,date}, it began."; in TestFormat() local 612 String formatStr = "{0,date},{1},{2,number}"; in TestAdopt() local 913 String formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in TestSetGetFormats() local 1009 String formatStr = "On {startDate,date}, it began."; in testFormatNamedArguments() local
|
/aosp_15_r20/system/chre/platform/shared/ |
H A D | chre_api_re.cc | 121 DLL_EXPORT void platform_chreDebugDumpVaLog(const char *formatStr, in platform_chreDebugDumpVaLog() 128 DLL_EXPORT void chreDebugDumpLog(const char *formatStr, ...) { in chreDebugDumpLog()
|
H A D | log_buffer_manager.cc | 143 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() 182 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
|
H A D | pal_system_api.cc | 38 void palSystemApiLog(enum chreLogLevel level, const char *formatStr, ...) { in palSystemApiLog()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
H A D | test_create_context.cpp | 59 std::string formatStr; in context_create() local 355 std::string formatStr; in test_context_create() local
|
H A D | test_interop_sync.cpp | 62 std::string formatStr; in interop_user_sync() local 401 std::string formatStr; in test_interop_user_sync() local
|
H A D | test_other_data_types.cpp | 110 std::string formatStr; in other_data_types() local 125 std::string formatStr; in other_data_types() local
|
/aosp_15_r20/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
H A D | WeatherWidgetProvider.java | 145 final String formatStr = ctx.getResources().getString(R.string.toast_format_string); in onReceive() local 196 String formatStr = context.getResources().getString(R.string.header_format_string); in buildLayout() local
|
/aosp_15_r20/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
D | WeatherWidgetProvider.java | 145 final String formatStr = ctx.getResources().getString(R.string.toast_format_string); in onReceive() local 196 String formatStr = context.getResources().getString(R.string.header_format_string); in buildLayout() local
|
/aosp_15_r20/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
H A D | MediaBitstreamsDeviceSideTest.java | 145 String formatStr = config.getValue(path); in run() local 192 String formatStr = config.getValue(path); in run() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | DateDeserializers.java | 98 DateFormat format, String formatStr) { in DateBasedDeserializer() 104 protected abstract DateBasedDeserializer<T> withDateFormat(DateFormat df, String formatStr); in withDateFormat()
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | TimeUtils.java | 209 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() 255 char[] formatStr = sFormatStr; in formatDurationLocked() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | tmsgfmt.cpp | 993 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local 1079 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local 1201 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local 1413 UnicodeString formatStr("Hello World on {0,date,full}", ""); in _testCopyConstructor2() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | tmsgfmt.cpp | 993 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; in testSetLocale() local 1079 UnicodeString formatStr = "On {0,date}, it began."; in testFormat() local 1201 UnicodeString formatStr("{0,date},{1},{2,number}", ""); in testAdopt() local 1413 UnicodeString formatStr("Hello World on {0,date,full}", ""); in _testCopyConstructor2() local
|
/aosp_15_r20/system/chre/platform/linux/ |
H A D | chre_api_re.cc | 24 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp_15_r20/system/chre/platform/exynos/ |
H A D | chre_api_re.cc | 20 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp_15_r20/system/chre/platform/tinysys/ |
H A D | chre_api_re.cc | 21 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp_15_r20/system/chre/util/ |
H A D | container_support.cc | 48 void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp_15_r20/system/chre/platform/linux/include/chre/platform/linux/ |
H A D | platform_log.h | 43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
|
/aosp_15_r20/system/chre/platform/slpi/ |
H A D | chre_api_re.cc | 64 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp_15_r20/system/chre/chpp/platform/ |
H A D | pal_api.c | 39 static void palSystemApiLog(enum chreLogLevel level, const char *formatStr, in palSystemApiLog()
|