Home
last modified time | relevance | path

Searched full:formatstring (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_vulkan.cpp105 std::string FormatString(const char *fmt, ...) in FormatString() function
176 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
181 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
186 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
191 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
196 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
201 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
206 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD()
211 gpu.driverVersion = FormatString("%d.%d.%d.%d", properties.driverVersion >> 22, in GetSystemInfoVulkanWithICD()
224 gpu.driverVersion = FormatString("%d.%d.%d", properties.driverVersion >> 22, in GetSystemInfoVulkanWithICD()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_android.cpp102 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/benchmark/src/
Dconsole_reporter.cc57 FormatString("%-*s %13s %15s %12s", static_cast<int>(name_field_width_), in PrintHeader()
62 str += FormatString(" %10s", c.first.c_str()); in PrintHeader()
97 out << FormatString(fmt, args); in IgnoreColorPrint()
104 return FormatString("%10.3f", time); in FormatTime()
107 return FormatString("%10.2f", time); in FormatTime()
110 return FormatString("%10.1f", time); in FormatTime()
112 return FormatString("%10.0f", time); in FormatTime()
Dcolorprint.cc85 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()
Dcolorprint.h20 std::string FormatString(const char* msg, va_list args);
21 std::string FormatString(const char* msg, ...);
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcolorprint.cc85 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()
Dcolorprint.h20 std::string FormatString(const char* msg, va_list args);
21 std::string FormatString(const char* msg, ...);
Dconsole_reporter.cc56 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/gettext/gettext-tools/src/
Dxg-arglist-context.h35 /* Regarding the primary formatstring type. */
38 /* Regarding the secondary formatstring type. */
41 /* Regarding the tertiary formatstring type. */
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md44 UnicodeString CXMLGenerator::formatString(UnicodeString& str,UnicodeString&
73 xmlString= formatString(UnicodeString(LANGUAGE_NAMES),args,3);
80 xmlString.append(formatString(UnicodeString(LANG_ATTRIB),args,3));
87 xmlString.append(formatString(UnicodeString(LANGUAGE_NAMES),args,3));
103 xmlString.append(formatString(UnicodeString(MONTH_NAMES),indentOffset));
109 xmlString.append(formatString(UnicodeString(MONTH),args,3));
112 xmlString.append(formatString(UnicodeString(END_MONTH_NAMES),indentOffset));
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.h71 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
76 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dangle-mods.patch24 +std::string FormatString(const char *fmt, va_list vararg) {
44 + std::string result = FormatString(fmt, vararg);
Dperf_test.cc19 std::string FormatString(const char *fmt, va_list vararg) { in FormatString() function
39 std::string result = FormatString(fmt, vararg); in StringPrintf()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.h77 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
82 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
/third_party/gettext/gettext-runtime/m4/
Dgettext.m433 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
34 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
64 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
111 *" need-formatstring-macros "*) gt_api_version=3 ;;
/third_party/cJSON/tests/unity/test/
D.rubocop.yml11 Style/FormatString:
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dperf_test.cc16 std::string FormatString(const char *fmt, va_list vararg) in FormatString() function
39 std::string result = FormatString(fmt, vararg); in StringPrintf()
Dangle-mods.patch34 --+std::string FormatString(const char *fmt, va_list vararg) {
54 --+ std::string result = FormatString(fmt, vararg);
110 -+std::string FormatString(const char *fmt, va_list vararg) {
130 -+ std::string result = FormatString(fmt, vararg);
407 +std::string FormatString(const char *fmt, va_list vararg) {
427 + std::string result = FormatString(fmt, vararg);
/third_party/unity/test/
D.rubocop.yml11 Style/FormatString:
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsVoteTests.cpp432 const string formatString = subgroups::getFormatNameForGLSL(caseDef.format); in initPrograms() local
447 " " + formatString + " data[];\n" in initPrograms()
476 " " + formatString + " data[];\n" in initPrograms()
508 " " + formatString + " data[];\n" in initPrograms()
537 " " + formatString + " data[];\n" in initPrograms()
588 " " + formatString + " data[];\n" in initPrograms()
/third_party/python/Lib/
Dcalendar.py387 a(formatstring(names, colwidth, c).rstrip())
390 a(formatstring(headers, colwidth, c).rstrip())
401 a(formatstring(weeks, colwidth, c).rstrip())
629 print(formatstring(cols, colwidth, spacing))
632 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h185 // constexpr absl::string_view formatString = "Welcome to %s, Number %d!";
186 // absl::StrFormat(formatString, "The Village", 6);
190 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!");
191 // absl::StrFormat(formatString, "TheVillage", 6);
274 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!");
275 // absl::StrFormat(formatString, "TheVillage", 6);
/third_party/abseil-cpp/absl/strings/
Dstr_format.h185 // constexpr absl::string_view formatString = "Welcome to %s, Number %d!";
186 // absl::StrFormat(formatString, "The Village", 6);
190 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!");
191 // absl::StrFormat(formatString, "TheVillage", 6);
274 // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!");
275 // absl::StrFormat(formatString, "TheVillage", 6);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DLongNameHandler.java78 String formatString = value.getString(); in put() local
79 outArray[index] = formatString; in put()
/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-1108 gettext "This is {only} a brace formatstring.";
297 msgid "This is {only} a brace formatstring."

1234