Home
last modified time | relevance | path

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

12

/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/benchmark/src/
Dconsole_reporter.cc59 FormatString("%-*s %13s %15s %12s", static_cast<int>(name_field_width_), in PrintHeader()
64 str += FormatString(" %10s", c.first.c_str()); in PrintHeader()
100 out << FormatString(fmt, args); in IgnoreColorPrint()
110 return FormatString("%10.3f", time); in FormatTime()
113 return FormatString("%10.2f", time); in FormatTime()
116 return FormatString("%10.1f", time); in FormatTime()
121 return FormatString("%1.4e", time); in FormatTime()
123 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/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/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/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.h80 virtual std::string FormatString(std::map<Trace *, size_t> *cache);
224 std::string FormatString(std::map<Trace *, size_t> *cache) override;
285 std::string FormatString(std::map<Trace *, size_t> *cache) override;
Dtrace.cc285 std::string Trace::FormatString(std::map<Trace *, size_t> *cache) { in FormatString() function in mindspore::pijit::Trace
1942 std::string OpTrace::FormatString(std::map<Trace *, size_t> *cache) { in FormatString() function in mindspore::pijit::OpTrace
1948 s << i->FormatString(cache) << std::endl; in FormatString()
2617 std::string UnsupportedTrace::FormatString(std::map<Trace *, size_t> *cache) { in FormatString() function in mindspore::pijit::UnsupportedTrace
2623 s << i->FormatString(cache) << std::endl; in FormatString()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
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);
Dperf_test.cc16 std::string FormatString(const char *fmt, va_list vararg) in FormatString() function
39 std::string result = FormatString(fmt, vararg); in StringPrintf()
/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.py389 a(formatstring(names, colwidth, c).rstrip())
392 a(formatstring(headers, colwidth, c).rstrip())
403 a(formatstring(weeks, colwidth, c).rstrip())
640 print(formatstring(cols, colwidth, spacing))
643 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
/third_party/cJSON/tests/unity/test/
D.rubocop.yml11 Style/FormatString:
/third_party/unity/test/
D.rubocop.yml11 Style/FormatString:
/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/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/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1824 std::string formatString = glu::getTextureFormatStr(format).toString(); in formatToString() local
1827 formatString = formatString.substr(3, formatString.length()); in formatToString()
1830 std::transform(formatString.begin(), formatString.end(), formatString.begin(), tolower); in formatToString()
1832 return formatString; in formatToString()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc1286 std::string FormatString(const TimeoutTestParam &param) { function
1421 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str());
1455 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str());
1490 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str());
1526 ABSL_RAW_LOG(INFO, "Params: %s", FormatString(params).c_str());
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py484 formatString = '{0}{3}'
487 formatString = '{0}{2}: {3}'
491 formatString = '{0}{1} {2}: {3}-{4}; {3}+{5}={6}'
494 return formatString.format(
1182 if self.NPOSTFIX: formatString = '1{0}{1}{2:0{3}b}{4:+d}'
1183 else: formatString = '1{0}{1}{4:+d}'
1184 return formatString.format(
/third_party/spirv-headers/include/spirv/unified1/
Dextinst.nonsemantic.clspvreflection.grammar.json377 { "kind" : "IdRef", "name" : "FormatString" },
/third_party/elfutils/
Dconfigure.ac645 dnl translatable strings, we must use need-formatstring-macros here.
646 AM_GNU_GETTEXT([external], [need-formatstring-macros])
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLongNameHandler.java326 String formatString = value.getString(); in put() local
327 outArray[index] = formatString; in put()
/third_party/alsa-utils/aplay/
Daplay.c3094 char formatstring[PATH_MAX] = ""; local
3099 format = formatstring;
3140 format = formatstring;
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2953 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates()
2985 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp4111 char formatString[6]; in valueToString() local
4112 sprintf(formatString, "%%.%dg", precision); in valueToString()
4118 len = snprintf(buffer, sizeof(buffer), formatString, value); in valueToString()

12