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/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/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.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/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.ts98 length: undefined, constant
165 length: undefined, constant
/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()
/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/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/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()

1234