Home
last modified time | relevance | path

Searched refs:FormatString (Results 1 – 8 of 8) sorted by relevance

/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/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/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/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2932 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates()
2964 hr = pEngine->FormatString(subkeyFmt, subkey, &subkeyLen); in LoadOptionalFeatureStates()