Home
last modified time | relevance | path

Searched refs:FormatString (Results 1 – 11 of 11) 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/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/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/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()