/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
H A D | HwSignHead.java | 54 private char[] reserve = new char[RESERVE_LENGTH]; field in HwSignHead 83 start = ByteArrayUtils.insertCharToByteArray(signHead, start, reserve); in getSignHead() 110 for (char c : reserve) { in getSignHeadLittleEndian()
|
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
H A D | fs_verity_descriptor.cpp | 65 int8_t reserve[FsVerityDescriptor::RESERVED_SIZE_AFTER_TREE_OFFSET]; in FromByteArray() local 66 bf->GetByte(reserve, sizeof(reserve)); in FromByteArray()
|
/developtools/global_resource_tool/src/ |
H A D | thread_pool.cpp | 37 workerThreads_.reserve(threadCount_); in Start()
|
/developtools/hdc/hdc_rust/src/serializer/ |
H A D | serialize.rs | 330 reserve: self.reserve, in serialize() 350 self.reserve = pack.reserve; in parse()
|
H A D | native_struct.rs | 39 pub reserve: [u8; 2],
|
H A D | unittest.rs | 94 reserve: [3, 4], in if_session_payload_head_works()
|
H A D | pack_assemble.rs | 83 reserve: [0, 0], in concat_pack()
|
H A D | pack_struct.rs | 80 pub reserve: [libc::c_uchar; 2],
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
H A D | printk_formats_parser_test.cpp | 127 str.reserve(str.size() + len); in RandomAddr() 137 str.reserve(len); in RandomString()
|
H A D | ftrace_data_reader_test.cpp | 65 str.reserve(len); in RandomString()
|
H A D | kernel_symbols_parser_test.cpp | 64 str.reserve(len + 1); in RandomName()
|
H A D | string_utils_test.cpp | 49 str.reserve(len); in RandomString()
|
/developtools/smartperf_host/trace_streamer/src/base/ |
H A D | filter_constraints.cpp | 54 idxStr.reserve(idxStrSize_); in ToString()
|
/developtools/profiler/hiebpf/src/ |
H A D | kernel_symbol_info.cpp | 82 buf.reserve(DEFAULT_BUFF_SIZE); in GetSymbolData()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | stack_preprocess.cpp | 91 recordStatisticsMap_.reserve(STATISTICS_MAP_SZIE); in StackPreprocess() 92 statisticsPeriodData_.reserve(STATISTICS_PERIOD_DATA_SIZE); in StackPreprocess() 93 allocAddrMap_.reserve(ALLOC_ADDRMAMP_SIZE); in StackPreprocess() 97 applyAndReleaseMatchIntervallMap_.reserve(MATCH_ADDRMAMP_SIZE); in StackPreprocess() 114 callFrames_.reserve(hookConfig_.max_stack_depth() + hookConfig_.max_js_stack_depth()); in StackPreprocess() 116 fpJsCallStacks_.reserve(hookConfig_.max_js_stack_depth()); in StackPreprocess() 648 callStack_.reserve(callFrames.size() + 1); // 1 : insert a frame in GetCallStackId() 653 callStack_.reserve(callFrames.size()); in GetCallStackId() 775 callStack_.reserve(callFrames.size() + FRAME_DEPTH); // insert a frame in SetAllocStatisticsFrame() 780 callStack_.reserve(callFrame in SetAllocStatisticsFrame() [all...] |
H A D | utilities.cpp | 264 fileData.reserve(fileStat.st_size); in ReadFileToString() 267 fileData.reserve(fileSize); in ReadFileToString()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
H A D | trace_data_db.cpp | 464 row.reserve(DEFAULT_LEN_ROW_STRING); in SearchDatabase() 509 row.reserve(DEFAULT_LEN_ROW_STRING); in SearchDatabase() 588 row.reserve(DEFAULT_LEN_ROW_STRING); in HandleRowData()
|
H A D | trace_data_cache.cpp | 336 perfBufferLine.reserve(G_CHUNK_SIZE); in ExportPerfReadableText() 426 hookBufferLine.reserve(G_CHUNK_SIZE); in ExportHookReadableText() 532 ebpfBufferLine.reserve(G_CHUNK_SIZE); in ExportEbpfReadableText()
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
H A D | demo_trace_data_db.cpp | 288 row.reserve(defaultLenRowString); in DemoSearchDatabase() 343 row.reserve(defaultLenRowString); in AddRowsToJsonArray()
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | serial_struct.h | 49 struct PayloadProtect { // reserve for encrypt and decrypt 100 struct PayloadProtect { // reserve for encrypt and decrypt 140 uint8_t reserve[2]; // encrypt'flag or others options member
|
/developtools/hdc/src/daemon/ |
H A D | daemon_uart.cpp | 85 dataReadBuf.reserve(readMax);
in PrepareBufForRead()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | hashlist.h | 179 int reserve(const std::size_t numItem);
|
H A D | hashlistpp.h | 501 valueTab_.reserve(numItem_);
520 int HashList<Key, Val>::reserve(const std::size_t numItem)
in reserve() function in OHOS::Developtools::NativeDaemon::HashList 527 valueTab_.reserve(numItem_);
in reserve()
|
/developtools/hdc/src/common/ |
H A D | session.h | 55 struct PayloadProtect { // reserve for encrypt and decrypt 139 uint8_t reserve[2]; // encrypt'flag or others options member
|
/developtools/hapsigner/hapsigntool_cpp/zip/src/ |
H A D | zip_signer.cpp | 121 m_zipEntries.reserve(cDtotal); in GetZipCentralDirectory()
|