Home
last modified time | relevance | path

Searched refs:reserve (Results 1 - 25 of 39) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DHwSignHead.java54 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 Dfs_verity_descriptor.cpp65 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 Dthread_pool.cpp37 workerThreads_.reserve(threadCount_); in Start()
/developtools/hdc/hdc_rust/src/serializer/
H A Dserialize.rs330 reserve: self.reserve, in serialize()
350 self.reserve = pack.reserve; in parse()
H A Dnative_struct.rs39 pub reserve: [u8; 2],
H A Dunittest.rs94 reserve: [3, 4], in if_session_payload_head_works()
H A Dpack_assemble.rs83 reserve: [0, 0], in concat_pack()
H A Dpack_struct.rs80 pub reserve: [libc::c_uchar; 2],
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dprintk_formats_parser_test.cpp127 str.reserve(str.size() + len); in RandomAddr()
137 str.reserve(len); in RandomString()
H A Dftrace_data_reader_test.cpp65 str.reserve(len); in RandomString()
H A Dkernel_symbols_parser_test.cpp64 str.reserve(len + 1); in RandomName()
H A Dstring_utils_test.cpp49 str.reserve(len); in RandomString()
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfilter_constraints.cpp54 idxStr.reserve(idxStrSize_); in ToString()
/developtools/profiler/hiebpf/src/
H A Dkernel_symbol_info.cpp82 buf.reserve(DEFAULT_BUFF_SIZE); in GetSymbolData()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp91 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 Dutilities.cpp264 fileData.reserve(fileStat.st_size); in ReadFileToString()
267 fileData.reserve(fileSize); in ReadFileToString()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_db.cpp464 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 Dtrace_data_cache.cpp336 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 Ddemo_trace_data_db.cpp288 row.reserve(defaultLenRowString); in DemoSearchDatabase()
343 row.reserve(defaultLenRowString); in AddRowsToJsonArray()
/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct.h49 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 Ddaemon_uart.cpp85 dataReadBuf.reserve(readMax); in PrepareBufForRead()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhashlist.h179 int reserve(const std::size_t numItem);
H A Dhashlistpp.h501 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 Dsession.h55 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 Dzip_signer.cpp121 m_zipEntries.reserve(cDtotal); in GetZipCentralDirectory()

Completed in 16 milliseconds

12