Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/aosp_15_r20/system/chre/util/system/
H A Ddebug_dump.cc26 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 DvktTextureSwizzleTests.cpp523 … 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 DvktTextureCompressedFormatTests.cpp566 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 DTestMessageFormat.java448 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 DTestMessageFormat.java445 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 Dchre_api_re.cc121 DLL_EXPORT void platform_chreDebugDumpVaLog(const char *formatStr, in platform_chreDebugDumpVaLog()
128 DLL_EXPORT void chreDebugDumpLog(const char *formatStr, ...) { in chreDebugDumpLog()
H A Dlog_buffer_manager.cc143 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
182 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
H A Dpal_system_api.cc38 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 Dtest_create_context.cpp59 std::string formatStr; in context_create() local
355 std::string formatStr; in test_context_create() local
H A Dtest_interop_sync.cpp62 std::string formatStr; in interop_user_sync() local
401 std::string formatStr; in test_interop_user_sync() local
H A Dtest_other_data_types.cpp110 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 DWeatherWidgetProvider.java145 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/
DWeatherWidgetProvider.java145 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 DMediaBitstreamsDeviceSideTest.java145 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 DDateDeserializers.java98 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 DTimeUtils.java209 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 Dtmsgfmt.cpp993 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 Dtmsgfmt.cpp993 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 Dchre_api_re.cc24 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/aosp_15_r20/system/chre/platform/exynos/
H A Dchre_api_re.cc20 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/aosp_15_r20/system/chre/platform/tinysys/
H A Dchre_api_re.cc21 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/aosp_15_r20/system/chre/util/
H A Dcontainer_support.cc48 void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/aosp_15_r20/system/chre/platform/linux/include/chre/platform/linux/
H A Dplatform_log.h43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
/aosp_15_r20/system/chre/platform/slpi/
H A Dchre_api_re.cc64 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
/aosp_15_r20/system/chre/chpp/platform/
H A Dpal_api.c39 static void palSystemApiLog(enum chreLogLevel level, const char *formatStr, in palSystemApiLog()

12345678910>>...17