Home
last modified time | relevance | path

Searched refs:setw (Results 1 - 25 of 206) sorted by relevance

123456789

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.cpp30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription()
31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription()
32 << std::setw(12) << "SYS time"; in PrintTimerDescription()
34 *out << std::setw(12) << "RSS delta" << std::setw(16) << "PGFault delta"; in PrintTimerDescription()
71 *report_stream_ << std::fixed << std::setw(30) << tag; in Report()
74 *report_stream_ << std::setw(12) << "Failed"; in Report()
76 *report_stream_ << std::setw(1 in Report()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dtimer.cpp30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription()
31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription()
32 << std::setw(12) << "SYS time"; in PrintTimerDescription()
34 *out << std::setw(12) << "RSS delta" << std::setw(16) << "PGFault delta"; in PrintTimerDescription()
71 *report_stream_ << std::fixed << std::setw(30) << tag; in Report()
74 *report_stream_ << std::setw(12) << "Failed"; in Report()
76 *report_stream_ << std::setw(1 in Report()
[all...]
/third_party/spirv-tools/source/util/
H A Dtimer.cpp30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription()
31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription()
32 << std::setw(12) << "SYS time"; in PrintTimerDescription()
34 *out << std::setw(12) << "RSS delta" << std::setw(16) << "PGFault delta"; in PrintTimerDescription()
71 *report_stream_ << std::fixed << std::setw(30) << tag; in Report()
74 *report_stream_ << std::setw(12) << "Failed"; in Report()
76 *report_stream_ << std::setw(1 in Report()
[all...]
/third_party/gn/src/base/
H A Dlogging.cc203 stream_ << std::setfill('0') << std::setw(2) << local_time.wMonth in Init()
204 << std::setw(2) << local_time.wDay << '/' << std::setw(2) in Init()
205 << local_time.wHour << std::setw(2) << local_time.wMinute in Init()
206 << std::setw(2) << local_time.wSecond << '.' << std::setw(3) in Init()
215 stream_ << std::setfill('0') << std::setw(2) << 1 + tm_time->tm_mon in Init()
216 << std::setw(2) << tm_time->tm_mday << '/' << std::setw(2) in Init()
217 << tm_time->tm_hour << std::setw( in Init()
[all...]
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp48 stream << "Token: type: " << std::setw(WIDTH_EIGHT) << ::std::left << TokenType2String(token.type); in operator <<()
49 stream << " value: " << std::setw(WIDTH_EIGHT) << ::std::left; in operator <<()
50 token.type != NUMBER ? stream << std::setw(WIDTH_TWENTY) << token.strval in operator <<()
51 : stream << std::setw(WIDTH_ZERO) << "0x" << std::setw(WIDTH_EIGHTEEN) << in operator <<()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DGlitchAnalyzer.h91 report << LOOPBACK_RESULT_TAG "peak.amplitude = " << std::setw(8)
93 report << LOOPBACK_RESULT_TAG "sine.magnitude = " << std::setw(8)
95 report << LOOPBACK_RESULT_TAG "rms.noise = " << std::setw(8)
97 report << LOOPBACK_RESULT_TAG "signal.to.noise.db = " << std::setw(8)
99 report << LOOPBACK_RESULT_TAG "frames.accumulated = " << std::setw(8)
101 report << LOOPBACK_RESULT_TAG "sine.period = " << std::setw(8)
103 report << LOOPBACK_RESULT_TAG "test.state = " << std::setw(8)
105 report << LOOPBACK_RESULT_TAG "frame.count = " << std::setw(8)
114 report << LOOPBACK_RESULT_TAG "glitch.count = " << std::setw(8)
116 report << LOOPBACK_RESULT_TAG "max.glitch = " << std::setw(
[all...]
/third_party/mesa3d/src/glx/tests/
H A Denum_sizes.cpp75 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
107 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
143 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
169 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
199 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
301 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
369 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
391 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
425 std::setw(4) << std::setfill('0') << std::hex << i; in TEST()
459 std::setw( in TEST()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_detail.cc40 ss << std::setfill('0') << std::setw(2) << m.month(); in operator <<()
46 ss << std::setfill('0') << std::setw(2) << d.day(); in operator <<()
52 ss << std::setfill('0') << std::setw(2) << h.hour(); in operator <<()
58 ss << std::setfill('0') << std::setw(2) << m.minute(); in operator <<()
64 ss << std::setfill('0') << std::setw(2) << s.second(); in operator <<()
H A Dcivil_time_test.cc919 ss << std::setw(3) << 'X';
920 ss << std::setw(21) << civil_year(cs);
921 ss << std::setw(3) << 'X';
927 ss << std::setw(3) << 'X';
928 ss << std::setw(21) << civil_month(cs);
929 ss << std::setw(3) << 'X';
935 ss << std::setw(3) << 'X';
936 ss << std::setw(21) << civil_day(cs);
937 ss << std::setw(3) << 'X';
943 ss << std::setw(
[all...]
/third_party/json/docs/examples/
H A Doperator_ltlt__basic_json.cpp18 std::cout << std::setw(4) << j_object << "\n\n"; in main()
19 std::cout << std::setw(2) << j_array << "\n\n"; in main()
20 std::cout << std::setw(1) << std::setfill('\t') << j_object << "\n\n"; in main()
H A Doperator_array__object_t_key_type.cpp22 std::cout << std::setw(4) << object << "\n\n"; in main()
31 std::cout << std::setw(4) << object << '\n'; in main()
H A Doperator_array__keytype.c++17.cpp24 std::cout << std::setw(4) << object << "\n\n"; in main()
33 std::cout << std::setw(4) << object << '\n'; in main()
H A Ddiff.cpp35 std::cout << std::setw(4) << patch << "\n\n" in main()
36 << std::setw(4) << patched_source << std::endl; in main()
H A Dupdate__range.cpp22 std::cout << std::setw(2) << o1 << '\n'; in main()
23 std::cout << std::setw(2) << o3 << '\n'; in main()
H A Dupdate.cpp22 std::cout << std::setw(2) << o1 << '\n'; in main()
23 std::cout << std::setw(2) << o3 << '\n'; in main()
H A Dpatch_inplace.cpp28 std::cout << "Before\n" << std::setw(4) << doc << std::endl; in main()
34 std::cout << "\nAfter\n" << std::setw(4) << doc << std::endl; in main()
H A Dpatch.cpp31 std::cout << std::setw(4) << doc << "\n\n" in main()
32 << std::setw(4) << patched_doc << std::endl; in main()
/third_party/node/src/
H A Dutil.cc301 oss << "." << std::setfill('0') << std::setw(4) << tm_struct.wYear; in MakeFilename()
302 oss << std::setfill('0') << std::setw(2) << tm_struct.wMonth; in MakeFilename()
303 oss << std::setfill('0') << std::setw(2) << tm_struct.wDay; in MakeFilename()
304 oss << "." << std::setfill('0') << std::setw(2) << tm_struct.wHour; in MakeFilename()
305 oss << std::setfill('0') << std::setw(2) << tm_struct.wMinute; in MakeFilename()
306 oss << std::setfill('0') << std::setw(2) << tm_struct.wSecond; in MakeFilename()
310 << std::setw(4) in MakeFilename()
313 << std::setw(2) in MakeFilename()
316 << std::setw(2) in MakeFilename()
320 << std::setw( in MakeFilename()
[all...]
/third_party/mesa3d/src/gtest/include/
H A Dmesa-gtest-extras.h57 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred()
60 << std::hex << std::setw(sizeof(T) * 2) << +a[i]; in array_equal_pred()
67 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred()
70 << std::hex << std::setw(sizeof(T) * 2) << +b[i]; in array_equal_pred()
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc29 os << std::setw(50) << "Runtime Function/C++ Builtin" << std::setw(12) in Print()
30 << "Time" << std::setw(18) << "Count" << std::endl in Print()
70 os << std::setw(50) << name_; in Print()
71 os << std::setw(10) << static_cast<double>(time_) / 1000 << "ms "; in Print()
72 os << std::setw(6) << time_percent_ << "%"; in Print()
73 os << std::setw(10) << count_ << " "; in Print()
74 os << std::setw(6) << count_percent_ << "%"; in Print()
/third_party/node/deps/v8/src/objects/
H A Dcode.cc451 os << std::setw(6) << i << " " << std::setw(15) in DeoptimizationDataPrint()
454 << std::setw(7) << NodeId(i).value() << " " in DeoptimizationDataPrint()
456 << std::setw(4); in DeoptimizationDataPrint()
458 os << std::setw(2); in DeoptimizationDataPrint()
544 os << std::setw(10) << std::hex << it.code_offset() << std::dec in Disassemble()
545 << std::setw(10) << it.source_position().ScriptOffset() in Disassemble()
559 os << std::setw(10) << std::hex << it.code_offset() << std::dec in Disassemble()
560 << std::setw(10) << it.source_position().ExternalFileId() in Disassemble()
561 << std::setw(1 in Disassemble()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp124 buffer << std::setw(6) << (unsigned long)pc << ":\t"; in disassemble()
142 buffer << std::hex << std::setfill('0') << std::setw(2) in disassemble()
154 buffer << std::setw(Size) << outline << '\n'; in disassemble()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dunit_spirv.cpp39 s << std::setw(4) << std::oct << std::setfill('x') << 8 << " "; in TEST()
45 s << std::setw(4) << 9; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.cpp39 s << std::setw(4) << std::oct << std::setfill('x') << 8 << " "; in TEST()
45 s << std::setw(4) << 9; in TEST()
/third_party/spirv-tools/test/
H A Dunit_spirv.cpp39 s << std::setw(4) << std::oct << std::setfill('x') << 8 << " "; in TEST()
45 s << std::setw(4) << 9; in TEST()

Completed in 13 milliseconds

123456789