Home
last modified time | relevance | path

Searched refs:setw (Results 76 - 100 of 326) sorted by relevance

12345678910>>...14

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h55 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 Dpreferences_dfx_adapter.cpp52 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()
/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp214 ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.baseClass << "_"; in ConcatenateToDescription()
215 ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.subClass << "_"; in ConcatenateToDescription()
216 ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.protocol << ","; in ConcatenateToDescription()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp121 oss << std::put_time(tm, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::setw(width) in GetCurrentMicrosecondTimeFormat()
122 << ((timestamp / offset) % offset) << "." << std::setfill('0') << std::setw(width) << (timestamp % offset); in GetCurrentMicrosecondTimeFormat()
157 oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc83 << std::setw(6) << std::hex << entry.pc() << std::dec; in Print()
104 os << " deopt " << std::setw(6) << entry.deoptimization_index() in Print()
105 << " trampoline: " << std::setw(6) << std::hex in Print()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcrypto.cpp32 ss << std::hex << std::setw(2) << std::setfill('0') << (int32_t)MD5Hash[i] << std::endl; // 2: fix offset in GetMD5()
/third_party/json/docs/examples/
H A Dfrom_ubjson.cpp19 std::cout << std::setw(2) << j << std::endl; in main()
H A Dfrom_msgpack.cpp19 std::cout << std::setw(2) << j << std::endl; in main()
H A Dfrom_bjdata.cpp19 std::cout << std::setw(2) << j << std::endl; in main()
H A Dfrom_bson.cpp20 std::cout << std::setw(2) << j << std::endl; in main()
H A Dfrom_cbor.cpp19 std::cout << std::setw(2) << j << std::endl; in main()
H A Dmerge_patch.cpp3 #include <iomanip> // for std::setw
40 std::cout << std::setw(4) << document << std::endl; in main()
/third_party/node/src/
H A Dnode_report.h28 hex << "0x" << std::setfill('0') << std::setw(sizeof(T) * 2) << std::hex << in ValueToHexString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D12Error.cpp32 messageStream << "0x" << std::uppercase << std::setfill('0') << std::setw(8) << std::hex in CheckHRESULTImpl()
/third_party/zlib/contrib/iostream2/
H A Dzstream_test.cpp20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp396 << "Network Id : " << std::setw(DMSDURATION_SPACE) << std::left in AppendInfo()
399 << "Bundle Name : " << std::setw(DMSDURATION_SPACE) << std::left in AppendInfo()
403 << "Network Id : " << std::setw(DMSDURATION_SPACE) << std::left in AppendInfo()
406 << "Bundle Name : " << std::setw(DMSDURATION_SPACE) << std::left in AppendInfo()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp358 << std::setw(2) << hour << ":" // Set the width of the output field to 2 for hour. in GetPrettyDuration()
359 << std::setw(2) << min << ":" // Set the width of the output field to 2 for min. in GetPrettyDuration()
360 << std::setw(2) << sec << "." // Set the width of the output field to 2 for sec. in GetPrettyDuration()
361 << std::setw(3) << milliSec; // Set the width of the output field to 3 for milliSec. in GetPrettyDuration()
/base/useriam/face_auth/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/base/useriam/pin_auth/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/base/useriam/fingerprint_auth/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/base/useriam/user_auth_framework/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dname_table_parser.cpp48 LOGSO_FUNC_LINE(INFO) << "nameId:" << nameId << ", recordinfo:" << std::uppercase << std::hex << std::setw(len) in Dump()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.cc21 os << ' ' << std::setw(8) << std::setfill('0') << std::hex << operands_[i]; in Print()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp162 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
163 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
164 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
165 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
166 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
167 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h51 yearMonthDayStream << std::setw(YEAR_MONTH_DAY_LENGTH) << std::setfill('0') << this->yearMonthDay; in ToString()
53 hourMinuteSecondStream << std::setw(HOUR_MINUTE_SECOND_LENGTH) << std::setfill('0') in ToString()

Completed in 9 milliseconds

12345678910>>...14