Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 71) sorted by relevance

123

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java47 protected int length; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash()
95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData()
DSigningBlock.java25 private int length; field in SigningBlock
DHwBlockHead.java46 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java50 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
69 int length = buffer.remaining(); in write() local
DZipDataOutput.java34 void write(byte[] buffer, int offset, int length) throws IOException; in write()
DMessageDigestZipDataOutput.java35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp62 auto length = std::distance(startAddrToMapsInfoMap_.begin(), endItor); in FillFrameInfo() local
118 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolization() local
157 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolization() local
/developtools/smartperf_host/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp62 auto length = std::distance(startAddrToMapsInfoMap_.begin(), endItor); in FillFrameInfo() local
118 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolization() local
160 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolization() local
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProduceWorkerSdkCounter.test.ts44 length: 1, variable
73 length: 0, variable
/developtools/smartperf_host/trace_streamer/test/unittest/
Devent_parser_test.cpp1094 size_t length{0}; variable
1110 size_t length{0}; variable
1126 size_t length{3}; variable
1143 size_t length{3}; variable
1160 size_t length{4}; variable
1177 size_t length{4}; variable
1194 size_t length{4}; variable
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp80 auto length = std::distance(startValueToSymAddr->begin(), end); in GetSymbolNameIndexFromSymVaddr() local
141 auto length = std::distance(startToMapsAddr->begin(), end); in GetSymbolNameIndexFromElfSym() local
283 auto length = std::distance(startToMapsAddr->begin(), end); in OfflineSymbolization() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp80 auto length = std::distance(startValueToSymAddr->begin(), end); in GetSymbolNameIndexFromSymVaddr() local
137 auto length = std::distance(startToMapsAddr->begin(), end); in GetSymbolNameIndexFromElfSym() local
279 auto length = std::distance(startToMapsAddr->begin(), end); in OfflineSymbolization() local
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp21 …::ProtoReaderBase(DataArea* storage, uint32_t dataAreasCount, const uint8_t* buffer, size_t length) in ProtoReaderBase()
84 uint64_t length = 0; in ParseLengthDelimitedValue() local
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/
Dproto_reader.cpp21 …::ProtoReaderBase(DataArea* storage, uint32_t dataAreasCount, const uint8_t* buffer, size_t length) in ProtoReaderBase()
84 uint64_t length = 0; in ParseLengthDelimitedValue() local
/developtools/hdc/src/common/
Dusb.h29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
Duart.cpp343 ssize_t HdcUARTBase::WriteUartDev(uint8_t *data, const size_t length, HdcUART &uart) in WriteUartDev()
523 bool HdcUARTBase::SendUARTRaw(HSession hSession, uint8_t *data, const size_t length) in SendUARTRaw()
657 void HdcUARTBase::RequestSendPackage(uint8_t *data, const size_t length, bool queue) in RequestSendPackage()
893 int HdcUARTBase::SendUARTData(HSession hSession, uint8_t *data, const size_t length) in SendUARTData()
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader.h109 PackedRepeatedDataAreaIterator(const uint8_t* startAddr, size_t length, bool* parseStatus) in PackedRepeatedDataAreaIterator()
276 TypedProtoReader(const uint8_t* buffer, size_t length) in TypedProtoReader()
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Dproto_reader.h109 PackedRepeatedDataAreaIterator(const uint8_t* startAddr, size_t length, bool* parseStatus) in PackedRepeatedDataAreaIterator()
276 TypedProtoReader(const uint8_t* buffer, size_t length) in TypedProtoReader()
/developtools/profiler/device/plugins/sample_plugin/src/
Dsample_plugin.cpp66 uint32_t length = dataProto.ByteSizeLong(); in Report() local
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c288 void MmapWriteFile(char* pMap, int length, char* data) in MmapWriteFile()
298 char* MmapReadFile(char* pMap, int length) in MmapReadFile()
378 char* ReadMmap(int length) in ReadMmap()
Dmalloc_test.cpp307 static void MmapWriteFile(char* pMap, int length, const char* data) in MmapWriteFile()
317 static char* MmapReadFile(const char* pMap, int length) in MmapReadFile()
393 static char* ReadMmap(int length) in ReadMmap()
/developtools/global_resource_tool/src/
Dresource_append.cpp513 bool ResourceAppend::LoadResourceItemFromMem(const char buffer[], int32_t length) in LoadResourceItemFromMem()
567 string ResourceAppend::ParseString(const char buffer[], int32_t length, int32_t &offset) const in ParseString()
584 int32_t ResourceAppend::ParseInt32(const char buffer[], int32_t length, int32_t &offset) const in ParseInt32()
Dresource_item.cpp48 bool ResourceItem::SetData(const int8_t *data, uint32_t length) in SetData()
/developtools/profiler/device/plugins/diskio_plugin/src/
Ddiskio_data_plugin.cpp65 uint32_t length; in Report() local
/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts96 length: undefined, constant

123