Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:setw
(Results
1 - 25
of
94
) sorted by relevance
1
2
3
4
/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H
A
D
ffrt_trace_record.cpp
46
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
D
screen_session_dumper.cpp
261
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/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H
A
D
exlog.cpp
46
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()
/foundation/window/window_manager/dmserver/src/
H
A
D
display_dumper.cpp
341
// 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/window/window_manager/utils/include/
H
A
D
event_tracker.h
79
<< 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
D
anonymous_string.cpp
46
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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_state_mgmt_profiler.cpp
94
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
D
media_library_adapter.cpp
160
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
D
dscreen_util.cpp
76
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()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H
A
D
ranges.cpp
52
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()
H
A
D
name_table_parser.cpp
48
LOGSO_FUNC_LINE(INFO) << "nameId:" << nameId << ", recordinfo:" << std::uppercase << std::hex << std::
setw
(len)
in Dump()
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
accessibility_ability_utils.cpp
61
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()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_dumper.cpp
119
// 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...]
/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H
A
D
input_device_display_bind.cpp
75
<< " " << 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
D
dfx_utils.cpp
130
<< 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()
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H
A
D
accessibility_ability_utils_test.cpp
94
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/CastEngine/castengine_wifi_display/services/impl/wfd/
H
A
D
wfd_message.cpp
106
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << (int32_t)native << RTSP_SP << "00" << RTSP_SP;
in SetVideoFormats()
107
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Profile << RTSP_SP;
in SetVideoFormats()
108
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Level << RTSP_SP;
in SetVideoFormats()
109
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP;
in SetVideoFormats()
110
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP;
in SetVideoFormats()
111
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP;
in SetVideoFormats()
424
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << native << RTSP_SP << "00" << RTSP_SP;
in SetVideoFormats()
425
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << h264Profile << RTSP_SP;
in SetVideoFormats()
426
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_TWO) << std::hex << h264Level << RTSP_SP;
in SetVideoFormats()
427
ss << std::setfill('0') << std::
setw
(BIT_OFFSET_EIGH
in SetVideoFormats()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H
A
D
wifi_p2p_dns_sd_service_info.cpp
126
ret << std::hex << std::
setw
(stepFour) << std::setfill('0') << dnsType;
in BuildRequest()
127
ret << std::hex << std::
setw
(stepTwo) << std::setfill('0') << version;
in BuildRequest()
146
ret << std::hex << std::
setw
(stepTwo) << std::setfill('0') << name.length();
in TurnDnsNameToStream()
154
ret << std::hex << std::
setw
(stepTwo) << std::setfill('0') << splitName.length();
in TurnDnsNameToStream()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H
A
D
dh_utils_tool.cpp
78
ss << std::
setw
(WORD_WIDTH_8) << (a);
in GetRandomID()
79
ss << std::
setw
(WORD_WIDTH_4) << (b >> 16U);
in GetRandomID()
80
ss << std::
setw
(WORD_WIDTH_4) << (b & 0xFFFFU);
in GetRandomID()
81
ss << std::
setw
(WORD_WIDTH_4) << (c >> 16U);
in GetRandomID()
82
ss << std::
setw
(WORD_WIDTH_4) << (c & 0xFFFFU);
in GetRandomID()
83
ss << std::
setw
(WORD_WIDTH_8) << d;
in GetRandomID()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H
A
D
photo_proxy_test.h
47
streamObj << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) <<
in PhotoProxyTest()
54
streamObj2 << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) <<
in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H
A
D
photo_proxy_test.h
47
streamObj << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) <<
in PhotoProxyTest()
55
streamObj2 << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) <<
in PhotoProxyTest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
ip_tools.cpp
75
stream << std::hex << std::
setw
(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[0]);
in ConvertIpv6Address()
76
stream << std::hex << std::
setw
(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[1]);
in ConvertIpv6Address()
79
stream << std::hex << std::
setw
(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[i]);
in ConvertIpv6Address()
80
stream << std::hex << std::
setw
(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[i + 1]);
in ConvertIpv6Address()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
crypto.cpp
32
ss << std::hex << std::
setw
(2) << std::setfill('0') << (int32_t)MD5Hash[i] << std::endl; // 2: fix offset
in GetMD5()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H
A
D
medialibrarymediaphotoassetproxy_fuzzer.h
55
streamObj << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) <<
in PhotoProxyFuzzTest()
62
streamObj2 << std::
setw
(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) <<
in PhotoProxyFuzzTest()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H
A
D
preferences_dfx_adapter.cpp
52
oss << std::put_time(tm, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::
setw
(width)
in GetCurrentTime()
53
<< ((timestamp / offset) % offset) << "." << std::setfill('0') << std::
setw
(width) << (timestamp % offset);
in GetCurrentTime()
Completed in 11 milliseconds
1
2
3
4