Home
last modified time | relevance | path

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

12345678910>>...12

/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...]
/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.cpp46 oss << std::setw(COLUMN_WIDTH_3) << i in DumpNormalTaskStatisticInfo()
47 << std::setw(COLUMN_WIDTH_9) << "normal" in DumpNormalTaskStatisticInfo()
48 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].submitCounter in DumpNormalTaskStatisticInfo()
49 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].enqueueCounter in DumpNormalTaskStatisticInfo()
50 << std::setw(COLUMN_WIDTH_12) << g_recordTaskCounter_[ffrt_normal_task][i].coSwitchCounter in DumpNormalTaskStatisticInfo()
51 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].doneCounter in DumpNormalTaskStatisticInfo()
52 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].doneCounter; in DumpNormalTaskStatisticInfo()
56 oss << std::setw(COLUMN_WIDTH_13) << g_recordMaxWorkerNumber_[i] in DumpNormalTaskStatisticInfo()
57 << std::setw(COLUMN_WIDTH_16) << g_recordTaskTime_[ffrt_normal_task][i].maxWaitTime in DumpNormalTaskStatisticInfo()
58 << std::setw(COLUMN_WIDTH_1 in DumpNormalTaskStatisticInfo()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp261 oss << std::left << std::setw(LINE_WIDTH) << "FoldStatus: " in DumpFoldStatus()
276 oss << std::left << std::setw(LINE_WIDTH) << "TentMode: " in DumpTentMode()
290 oss << std::left << std::setw(LINE_WIDTH) << "Name: " in DumpScreenSessionById()
292 oss << std::left << std::setw(LINE_WIDTH) << "RSScreenId: " in DumpScreenSessionById()
296 oss << std::left << std::setw(LINE_WIDTH) << "activeModes<id, W, H, RS>: " in DumpScreenSessionById()
300 oss << std::left << std::setw(LINE_WIDTH) << "SourceMode: " in DumpScreenSessionById()
302 oss << std::left << std::setw(LINE_WIDTH) << "ScreenCombination: " in DumpScreenSessionById()
304 oss << std::left << std::setw(LINE_WIDTH) << "Orientation: " in DumpScreenSessionById()
306 oss << std::left << std::setw(LINE_WIDTH) << "Rotation: " in DumpScreenSessionById()
308 oss << std::left << std::setw(LINE_WIDT in DumpScreenSessionById()
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp341 // std::setw is used to set the output width and different width values are set to keep the format aligned. in GetScreenInfo()
342 oss << std::left << std::setw(W_SCREEN_NAME) << screenName in GetScreenInfo()
343 << std::left << std::setw(W_SCREEN_TYPE) << screenType in GetScreenInfo()
344 << std::left << std::setw(W_GROUP_TYPE) << isGroup in GetScreenInfo()
345 << std::left << std::setw(W_DMS_ID) << screen->dmsId_ in GetScreenInfo()
346 << std::left << std::setw(W_RS_ID) << screen->rsId_ in GetScreenInfo()
347 << std::left << std::setw(W_ACTIVE_IDX) << screen->activeIdx_ in GetScreenInfo()
348 << std::left << std::setw(W_VIR_PIXEL_RATIO) << screen->virtualPixelRatio_ in GetScreenInfo()
349 << std::left << std::setw(W_SCREEN_ROTATION) << static_cast<uint32_t>(screen->rotation_) in GetScreenInfo()
350 << std::left << std::setw(W_ORIENTATIO in GetScreenInfo()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dexlog.cpp46 algnlogger << std::setw(longWidth) << std::setfill(fill) << year in ExTime()
47 << "/" << std::setw(minWidth) << std::setfill(fill) << month in ExTime()
48 << "/" << std::setw(minWidth) << std::setfill(fill) << day in ExTime()
49 << " " << std::setw(minWidth) << std::setfill(fill) << hour in ExTime()
50 << ":" << std::setw(minWidth) << std::setfill(fill) << minute in ExTime()
51 << ":" << std::setw(minWidth) << std::setfill(fill) << second in ExTime()
52 << "." << std::setw(middleWidth) << std::setfill(fill) << milliseconds; in ExTime()
/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...]
/foundation/window/window_manager/utils/include/
H A Devent_tracker.h79 << std::setw(WIDTH_TIME) << (localTime.tm_mon + 1) << '-' in formatTimestamp()
80 << std::setw(WIDTH_TIME) << localTime.tm_mday << ' ' in formatTimestamp()
81 << std::setw(WIDTH_TIME) << localTime.tm_hour << ':' in formatTimestamp()
82 << std::setw(WIDTH_TIME) << localTime.tm_min << ':' in formatTimestamp()
83 << std::setw(WIDTH_TIME) << localTime.tm_sec << '.' in formatTimestamp()
84 << std::setw(WIDTH_TIME_MS) << timeMs.count(); in formatTimestamp()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp46 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
47 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
48 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
49 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
50 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
51 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/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...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp119 // std::setw is used to set the output width and different width values are set to keep the format aligned. in AppendWindowNodeInfo()
120 oss << std::left << std::setw(21) << windowName // 21 is width in AppendWindowNodeInfo()
121 << std::left << std::setw(10) << windowNode->GetDisplayId() // 10 is width in AppendWindowNodeInfo()
122 << std::left << std::setw(8) << windowNode->GetCallingPid() // 8 is width in AppendWindowNodeInfo()
123 << std::left << std::setw(6) << windowNode->GetWindowId() // 6 is width in AppendWindowNodeInfo()
124 << std::left << std::setw(5) << static_cast<uint32_t>(windowNode->GetWindowType()) // 5 is width in AppendWindowNodeInfo()
125 << std::left << std::setw(5) << static_cast<uint32_t>(windowNode->GetWindowMode()) // 5 is width in AppendWindowNodeInfo()
126 << std::left << std::setw(5) << windowNode->GetWindowFlags() // 5 is width in AppendWindowNodeInfo()
127 << std::left << std::setw(5) << zOrder // 5 is width in AppendWindowNodeInfo()
128 << std::left << std::setw(1 in AppendWindowNodeInfo()
[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...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp94 ss << std::left << "Block name" << std::setw(nameWidth) << std::right << "#Calls" << std::setw(itemWidth) << "Self" in Report()
95 << std::setw(itemWidth) << "Total"; in Report()
124 ss << std::setw(nameAdjustWidth - static_cast<int32_t>(name_.size()) - depth); in Report()
126 ss << std::setw(itemAdjustWidth); in Report()
129 ss << std::setw(itemAdjustWidth); in Report()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp160 ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYear in CreateDisplayName()
161 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()
162 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()
163 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()
164 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()
165 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp76 stringStream << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
77 stringStream << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
78 stringStream << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
79 stringStream << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
80 stringStream << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
81 stringStream << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/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()
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_utils.cpp61 headerStream << std::left << std::setw(NUM_COLUMN_WIDTH) << "NO" in FormatAbilityInfos()
62 << std::left << std::setw(BUNDLE_NAME_COLUMN_WIDTH) << "bundleName" in FormatAbilityInfos()
63 << std::left << std::setw(ABILITY_NAME_COLUMN_WIDTH) << "abilityName" in FormatAbilityInfos()
64 << std::left << std::setw(CAPABILITIES_ABBR_COLUMN_WIDTH) << "capabilities-abbr" << std::endl; in FormatAbilityInfos()
70 lineStream << std::left << std::setw(NUM_COLUMN_WIDTH) << std::to_string(num) in FormatAbilityInfos()
71 << std::left << std::setw(BUNDLE_NAME_COLUMN_WIDTH) << ability.GetPackageName() in FormatAbilityInfos()
72 << std::left << std::setw(ABILITY_NAME_COLUMN_WIDTH) << ability.GetName() in FormatAbilityInfos()
/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 <<()
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daccessibility_ability_utils_test.cpp94 headerStream << std::left << std::setw(10) << "NO" in HWTEST_F()
95 << std::left << std::setw(50) << "bundleName" in HWTEST_F()
96 << std::left << std::setw(30) << "abilityName" in HWTEST_F()
97 << std::left << std::setw(20) << "capabilities-abbr" << std::endl; in HWTEST_F()
120 headerStream << std::left << std::setw(10) << "NO" in HWTEST_F()
121 << std::left << std::setw(50) << "bundleName" in HWTEST_F()
122 << std::left << std::setw(30) << "abilityName" in HWTEST_F()
123 << std::left << std::setw(20) << "capabilities-abbr" << std::endl; in HWTEST_F()
128 lineStream << std::left << std::setw(10) << std::to_string(1) in HWTEST_F()
129 << std::left << std::setw(5 in HWTEST_F()
[all...]
/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp75 << " " << std::setw(arrWidth[0]) << std::setfill(' ') << std::left << a << " " in QueryDisplayBindInfo()
77 << " " << std::setw(arrWidth[1]) << std::setfill(' ') << std::left << b << " " in QueryDisplayBindInfo()
79 << " " << std::setw(arrWidth[2]) << std::setfill(' ') << std::left << c << " " in QueryDisplayBindInfo()
81 << " " << std::setw(arrWidth[3]) << std::setfill(' ') << std::left << d << " " in QueryDisplayBindInfo()
83 << " " << std::setw(arrWidth[4]) << std::setfill(' ') << std::left << e << " " in QueryDisplayBindInfo()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp130 << std::setw(LENGTH_TWO) << std::setfill('0') << (now_tm->tm_mon + ONE_MORE) << '-' in GetCurrentDateMillisecond()
131 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_mday << ' ' in GetCurrentDateMillisecond()
132 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_hour << ':' in GetCurrentDateMillisecond()
133 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_min << ':' in GetCurrentDateMillisecond()
134 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_sec << '.' in GetCurrentDateMillisecond()
135 << std::setw(LENGTH_THREE) << ms_part.count(); in GetCurrentDateMillisecond()
/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...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dranges.cpp52 LOGSO_FUNC_LINE(INFO) << "0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << start in Dump()
53 << " ~ 0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << end in Dump()
59 LOGSO_FUNC_LINE(INFO) << "0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << codepoint in Dump()
/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()

Completed in 11 milliseconds

12345678910>>...12