| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | SignContentInfo.java | 47 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()
|
| D | SigningBlock.java | 25 private int length; field in SigningBlock
|
| D | HwBlockHead.java | 46 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/ |
| D | RandomAccessFileZipDataOutput.java | 50 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 69 int length = buffer.remaining(); in write() local
|
| D | ZipDataOutput.java | 34 void write(byte[] buffer, int offset, int length) throws IOException; in write()
|
| D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.cpp | 62 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/ |
| D | offline_symbolization_filter.cpp | 62 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/ |
| D | ProduceWorkerSdkCounter.test.ts | 44 length: 1, variable 73 length: 0, variable
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | event_parser_test.cpp | 1094 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/ |
| D | ebpf_base.cpp | 80 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/ |
| D | ebpf_base.cpp | 80 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/ |
| D | proto_reader.cpp | 21 …::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/ |
| D | proto_reader.cpp | 21 …::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/ |
| D | usb.h | 29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
|
| D | uart.cpp | 343 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/ |
| D | proto_reader.h | 109 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/ |
| D | proto_reader.h | 109 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/ |
| D | sample_plugin.cpp | 66 uint32_t length = dataProto.ByteSizeLong(); in Report() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.c | 288 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()
|
| D | malloc_test.cpp | 307 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/ |
| D | resource_append.cpp | 513 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()
|
| D | resource_item.cpp | 48 bool ResourceItem::SetData(const int8_t *data, uint32_t length) in SetData()
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | diskio_data_plugin.cpp | 65 uint32_t length; in Report() local
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | do_arkTS_linter.ts | 96 length: undefined, constant
|