| /third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_android.cpp | 102 std::string FormatString(const char *fmt, ...) in FormatString() function 186 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 191 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 196 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 201 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 206 gpu.driverVersion = FormatString("%d.%d.%d.%d", properties.driverVersion >> 22, in GetSystemInfo() 219 gpu.driverVersion = FormatString("%d.%d.%d", properties.driverVersion >> 22, in GetSystemInfo() 228 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 234 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() 239 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfo() [all …]
|
| /third_party/json/benchmarks/thirdparty/benchmark/src/ |
| D | colorprint.cc | 85 std::string FormatString(const char* msg, va_list args) { in FormatString() function 113 std::string FormatString(const char* msg, ...) { in FormatString() function 116 auto tmp = FormatString(msg, args); in FormatString() 153 if (color_code) out << FormatString("\033[0;3%sm", color_code); in ColorPrintf() 154 out << FormatString(fmt, args) << "\033[m"; in ColorPrintf()
|
| D | colorprint.h | 20 std::string FormatString(const char* msg, va_list args); 21 std::string FormatString(const char* msg, ...);
|
| D | console_reporter.cc | 56 std::string str = FormatString("%-*s %13s %13s %10s", static_cast<int>(name_field_width_), in PrintHeader() 61 str += FormatString(" %10s", c.first.c_str()); in PrintHeader() 97 out << FormatString(fmt, args); in IgnoreColorPrint()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
| D | angle-mods.patch | 24 +std::string FormatString(const char *fmt, va_list vararg) { 44 + std::string result = FormatString(fmt, vararg);
|
| D | perf_test.cc | 19 std::string FormatString(const char *fmt, va_list vararg) { in FormatString() function 39 std::string result = FormatString(fmt, vararg); in StringPrintf()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | PlatformFunctions.h | 71 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString); 76 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
|
| /third_party/gstreamer/gstreamer/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 114 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/gstreamer/gstplugins_bad/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 114 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/popt/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 114 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/gstreamer/gstplugins_good/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 114 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/gstreamer/gstplugins_base/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 114 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/XKeyboardConfig/m4/ |
| D | gettext.m4 | 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 116 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/abseil-cpp/absl/strings/ |
| D | str_format.h | 187 // constexpr absl::string_view formatString = "Welcome to %s, Number %d!"; 188 // absl::StrFormat(formatString, "The Village", 6); 192 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!"); 193 // absl::StrFormat(formatString, "TheVillage", 6); 276 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!"); 277 // absl::StrFormat(formatString, "TheVillage", 6);
|
| /third_party/cJSON/tests/unity/test/ |
| D | .rubocop.yml | 11 Style/FormatString:
|
| /third_party/unity/test/ |
| D | .rubocop.yml | 11 Style/FormatString:
|
| /third_party/python/Lib/ |
| D | calendar.py | 387 a(formatstring(names, colwidth, c).rstrip()) 390 a(formatstring(headers, colwidth, c).rstrip()) 401 a(formatstring(weeks, colwidth, c).rstrip()) 642 print(formatstring(cols, colwidth, spacing)) 645 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | LongNameHandler.java | 78 String formatString = value.getString(); in put() local 79 outArray[index] = formatString; in put()
|
| /third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1255 std::string FormatString(const TimeoutTestParam ¶m) { function 1390 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str()); 1424 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str()); 1459 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str()); 1495 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str());
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | resapi.h | 215 …PLOG_EVENT_ROUTINE) (RESOURCE_HANDLE ResourceHandle, LOG_LEVEL LogLevel, LPCWSTR FormatString,...);
|
| /third_party/mingw-w64/mingw-w64-crt/lib64/ |
| D | iisrtl.def | 781 ; public: int __cdecl STR::FormatString(unsigned long,char const * __ptr64 * __ptr64 const,char con… 782 ?FormatString@STR@@QEAAHKQEAPEBDPEBDK@Z 783 ; public: long __cdecl STRA::FormatString(unsigned long,char const * __ptr64 * __ptr64 const,char c… 784 ?FormatString@STRA@@QEAAJKQEAPEBDPEBDK@Z
|
| D | iisutil.def | 769 ; public: long __cdecl STRA::FormatString(unsigned long,char const * __ptr64 * __ptr64 const,char c… 770 ?FormatString@STRA@@QEAAJKQEAPEBDPEBDK@Z
|
| /third_party/e2fsprogs/ |
| D | aclocal.m4 | 279 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 280 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 309 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 360 *" need-formatstring-macros "*) gt_api_version=3 ;;
|
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 2932 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates() 2964 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates()
|
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 4111 char formatString[6]; in valueToString() local 4112 sprintf(formatString, "%%.%dg", precision); in valueToString() 4118 len = snprintf(buffer, sizeof(buffer), formatString, value); in valueToString()
|