/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 | 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 | 50 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 69 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 | 34 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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
D | VerifyCodeSignature.java | 114 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf() 158 …public static boolean verifyHap(File file, long offset, long length, String fileFormat, String pro… in verifyHap() 202 private static CodeSignBlock generateCodeSignBlock(File file, long offset, long length) in generateCodeSignBlock() 302 …public static void verifySingleFile(InputStream input, long length, byte[] signature, long merkleT… in verifySingleFile()
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProduceWorkerSdkCounter.test.ts | 42 length: 1, variable 71 length: 0, variable
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | offline_symbolization_filter.cpp | 68 int64_t length = std::distance(startAddrToMapsInfoItor->begin(), endItor); in FillFrameInfo() local 107 auto length = std::distance(startValueToSymAddrMap->begin(), end); in CalcSymInfo() local 180 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolizationByVaddr() local
|
/developtools/smartperf_host/trace_streamer/test/unittest/systrace/ |
D | event_parser_test.cpp | 1083 size_t length{0}; variable 1099 size_t length{0}; variable 1115 size_t length{3}; variable 1132 size_t length{3}; variable 1149 size_t length{4}; variable 1166 size_t length{4}; variable 1183 size_t length{4}; variable
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | FileUtils.java | 148 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength() 163 …public static byte[] readInputByOffsetAndLength(InputStream input, long offset, long length) throw… in readInputByOffsetAndLength() 175 public static byte[] readInputByLength(InputStream input, long length) throws IOException { in readInputByLength() 188 …private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws… in writeInputToOutPut()
|
/developtools/ace_ets2bundle/compiler/src/ |
D | do_arkTS_linter.ts | 119 length: undefined, constant 186 length: undefined, constant
|
/developtools/hdc/src/common/ |
D | usb.h | 29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
|
D | uart.cpp | 345 ssize_t HdcUARTBase::WriteUartDev(uint8_t *data, const size_t length, HdcUART &uart) in WriteUartDev() 525 bool HdcUARTBase::SendUARTRaw(HSession hSession, uint8_t *data, const size_t length) in SendUARTRaw() 659 void HdcUARTBase::RequestSendPackage(uint8_t *data, const size_t length, bool queue) in RequestSendPackage() 895 int HdcUARTBase::SendUARTData(HSession hSession, uint8_t *data, const size_t length) in SendUARTData()
|
/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/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/gpu_plugin/src/ |
D | gpu_data_plugin.cpp | 54 uint32_t length; in Report() local
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | uart_wrapper.cpp | 47 ssize_t length = 0; in ReadUartDevExt() local
|
/developtools/profiler/device/plugins/xpower_plugin/include/ |
D | xpower_common.h | 43 size_t length; member
|