Home
last modified time | relevance | path

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

1234

/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()
DHwBlockHead.java70 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()
DSigningBlock.java25 private int length; field in SigningBlock
/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
DZipEntryData.java48 private long length; field in ZipEntryData
140 public void setLength(long length) { in setLength()
DZipDataOutput.java34 void write(byte[] buffer, int offset, int length) throws IOException; in write()
DEndOfCentralDirectory.java93 private int length; field in EndOfCentralDirectory
242 public void setLength(int length) { in setLength()
DMessageDigestZipDataOutput.java35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
DZipEntryHeader.java114 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/
DFsVerityDescriptorWithSign.java35 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/
DVerifyCodeSignature.java114 …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/
DProduceWorkerSdkCounter.test.ts42 length: 1, variable
71 length: 0, variable
/developtools/smartperf_host/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp68 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/
Devent_parser_test.cpp1083 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/
DFileUtils.java148 …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/
Ddo_arkTS_linter.ts119 length: undefined, constant
186 length: undefined, constant
/developtools/hdc/src/common/
Dusb.h29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
Duart.cpp345 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/
DVerifyElf.java288 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/
Dproto_reader.cpp28 …::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/
Dproto_reader.h109 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/
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()
/developtools/profiler/device/plugins/gpu_plugin/src/
Dgpu_data_plugin.cpp54 uint32_t length; in Report() local
/developtools/hdc/hdc_rust/src/cffi/
Duart_wrapper.cpp47 ssize_t length = 0; in ReadUartDevExt() local
/developtools/profiler/device/plugins/xpower_plugin/include/
Dxpower_common.h43 size_t length; member

1234