| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | SignContentInfo.java | 52 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 | HwBlockHead.java | 70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead() 92 public static byte[] getBlockHeadLittleEndian(char type, char tag, int length, int offset) { in getBlockHeadLittleEndian()
|
| D | SigningBlock.java | 25 private int length; field in SigningBlock
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | RandomAccessFileZipDataOutput.java | 61 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 80 int length = buffer.remaining(); in write() local
|
| D | ZipEntryData.java | 48 private long length; field in ZipEntryData 140 public void setLength(long length) { in setLength()
|
| D | ZipDataOutput.java | 35 void write(byte[] buffer, int offset, int length) throws IOException; in write()
|
| D | EndOfCentralDirectory.java | 93 private int length; field in EndOfCentralDirectory 242 public void setLength(int length) { in setLength()
|
| D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
|
| D | ZipEntryHeader.java | 114 private int length; field in ZipEntryHeader 309 public void setLength(int length) { in setLength()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/ |
| D | FsVerityDescriptorWithSign.java | 35 private int length; field in FsVerityDescriptorWithSign 63 …public FsVerityDescriptorWithSign(int type, int length, FsVerityDescriptor fsVerityDescriptor, byt… in FsVerityDescriptorWithSign()
|
| /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/ptreader_parser/ |
| D | event_parser_test.cpp | 1072 size_t length{0}; variable 1088 size_t length{0}; variable 1104 size_t length{3}; variable 1121 size_t length{3}; variable 1138 size_t length{4}; variable 1155 size_t length{4}; variable 1172 size_t length{4}; variable
|
| /developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
| D | offline_symbolization_filter.cpp | 54 int64_t length = std::distance(startAddrToMapsInfoItor->begin(), endItor); in FillFrameInfo() local 93 auto length = std::distance(startValueToSymAddrMap->begin(), end); in CalcSymInfo() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 140 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength() 155 …public static byte[] readInputByOffsetAndLength(InputStream input, long offset, long length) throw… in readInputByOffsetAndLength() 167 public static byte[] readInputByLength(InputStream input, long length) throws IOException { in readInputByLength() 180 …private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws… in writeInputToOutPut()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | VerifyCodeSignature.java | 137 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf() 181 …public static boolean verifyHap(File file, long offset, long length, String fileFormat, String pro… in verifyHap() 285 private static CodeSignBlock generateCodeSignBlock(File file, long offset, long length) in generateCodeSignBlock() 385 …public static void verifySingleFile(InputStream input, long length, byte[] signature, long merkleT… in verifySingleFile()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | do_arkTS_linter.ts | 120 length: undefined, constant 187 length: undefined, constant
|
| /developtools/hdc/src/common/ |
| D | usb.h | 29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyElf.java | 288 int length = blockBuffer.getInt(); in getSignBlock() local 297 private byte[] readByteArrayOffset(byte[] bytes, int offset, int length) { in readByteArrayOffset()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 28 …::ProtoReaderBase(DataArea *storage, uint32_t dataAreasCount, const uint8_t *buffer, size_t length) in ProtoReaderBase() 81 uint64_t length = 0; in ParseLengthDelimitedValue() local
|
| /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() 279 TypedProtoReader(const uint8_t *buffer, size_t length) in TypedProtoReader()
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | uart_wrapper.cpp | 47 ssize_t length = 0; in ReadUartDevExt() local
|
| /developtools/profiler/device/plugins/gpu_plugin/src/ |
| D | gpu_data_plugin.cpp | 54 uint32_t length; 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()
|
| /developtools/profiler/device/plugins/xpower_plugin/include/ |
| D | xpower_common.h | 44 size_t length; member
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 91 auto length = std::distance(startValueToSymAddr->begin(), end); in GetSymbolNameIndexFromSymVaddr() local 140 auto length = std::distance(startToMapsAddr->begin(), end); in GetSymbolSave() local
|