Home
last modified time | relevance | path

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

123456

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
Dverify_code_signature_test.cpp111 int64_t length = 23193; variable
133 int64_t length = 23193; variable
153 int64_t length = 23193; variable
173 int64_t length = 23194; variable
193 int64_t length = 23193; variable
213 int64_t length = 23221; variable
233 int64_t length = 23193; variable
253 int64_t length = 23193; variable
273 int64_t length = 23193; variable
293 int64_t length = 4096; variable
[all …]
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
Dbuffer.js24 get length() { getter in KBuffer
27 constructor(length) { argument
DNativeBuffer.js20 constructor(data, length, resourceId, hold, release) { argument
33 static wrap(data, length, resourceId, hold, release) { argument
DDeserializerBase.js49 constructor(buffer, length) { argument
55 static get(factory, args, length) { argument
59 asArray(position, length) { argument
DInteropOps.js42 call(id, args, length) { argument
71 function callCallback(id, args, length) { argument
DNativeBuffer.d.ts20 length: int64; property in NativeBuffer
DDeserializerBase.d.ts22 private readonly length; property in DeserializerBase
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java52 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()
DBlockHead.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()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
Dfs_verity_descriptor_with_sign_test.cpp98 int32_t length = 0; variable
120 int32_t length = 0; variable
141 int32_t length = 0; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java61 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
80 int length = buffer.remaining(); in write() local
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int … in GetBlockHead()
49 const int length, const int offset) in GetBlockHeadLittleEndian()
Dsign_content_info.cpp24 const int length, const std::vector<int8_t> &hash) in SignContentHash()
42 const int length, const std::vector<int8_t> &hash) in AddContentHashData()
/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/global_resource_tool/src/
Dresource_table.cpp127 int64_t length = in.tellg(); in LoadResTable() local
147 int64_t length = in.tellg(); in LoadResTable() local
345 uint32_t length = resourceItem.GetDataLength(); in WriteDataPool() local
589 …::ReadFileHeader(basic_istream<char> &in, IndexHeader &indexHeader, uint64_t &pos, uint64_t length) in ReadFileHeader()
603 uint32_t count, uint64_t &pos, uint64_t length) in ReadLimitKeys()
640 uint32_t count, uint64_t &pos, uint64_t length) in ReadIdTables()
674 …:ReadDataRecordPrepare(basic_istream<char> &in, RecordItem &record, uint64_t &pos, uint64_t length) in ReadDataRecordPrepare()
760 int64_t length = in.tellg(); in LoadNewResTable() local
780 uint64_t &pos, uint64_t length) in ReadNewFileHeader()
819 …:ReadIdSetHeader(basic_istream<char> &in, IdSetHeader &idSetHeader, uint64_t &pos, uint64_t length) in ReadIdSetHeader()
[all …]
/developtools/global_resource_tool/include/
Dresource_table.h81 uint32_t length = 0; member
92 uint32_t length = 0; member
99 uint32_t length = 0; member
107 uint32_t length = 0; member
117 uint32_t length = 0; member
125 uint32_t length = 0; member
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/
DDeserializerBase.ts23 private readonly length: int32 property in DeserializerBase
126 const length = this.readInt32() constant
193 const length = this.readInt64() constant
Dbuffer.ts21 public get length(): number { method in KBuffer
DNativeBuffer.ts22 public length: int64 = 0 property in NativeBuffer
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProduceWorkerSdkCounter.test.ts44 length: 1, variable
73 length: 0, variable
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
Devent_parser_test.cpp1071 size_t length{0}; variable
1087 size_t length{0}; variable
1103 size_t length{3}; variable
1120 size_t length{3}; variable
1137 size_t length{4}; variable
1154 size_t length{4}; variable
1171 size_t length{4}; variable
1188 size_t length{4}; variable
1210 size_t length{4}; variable
/developtools/hapsigner/binary_sign_tool/utils/src/
Dfile_utils.cpp141 int FileUtils::ReadFileByOffsetAndLength(std::ifstream& file, size_t offset, size_t length, std::st… in ReadFileByOffsetAndLength()
154 int FileUtils::ReadInputByOffsetAndLength(std::ifstream& input, size_t offset, size_t length, std::… in ReadInputByOffsetAndLength()
168 int FileUtils::ReadInputByLength(std::ifstream& input, size_t length, std::string& ret) in ReadInputByLength()
207 int FileUtils::WriteInputToOutPut(std::ifstream& input, std::ofstream& output, size_t length) in WriteInputToOutPut()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_descriptor_with_sign.h41 int32_t length; variable
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/java/
DCallbackType.java18 public int apply(byte[] args, int length); in apply()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Doffline_symbolization_filter.cpp54 int64_t length = std::distance(startAddrToMapsInfoItor->begin(), endItor); in FillFrameInfo() local
93 auto length = std::distance(startValueToSymAddrMap->begin(), end); in CalcSymInfo() local

123456