Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 158) sorted by relevance

1234567

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
Dverify_code_signature_test.cpp110 int64_t offset = 1397151; variable
132 int64_t offset = 1397151; variable
152 int64_t offset = 1397151; variable
172 int64_t offset = 1397151; variable
192 int64_t offset = 1397151; variable
212 int64_t offset = 1397151; variable
232 int64_t offset = 1397151; variable
252 int64_t offset = 1397151; variable
272 int64_t offset = 1397151; variable
313 int64_t offset = 8216; variable
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipDataInput.java42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo()
52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo()
62 ByteBuffer createByteBuffer(long offset, int size) throws IOException; in createByteBuffer()
71 ZipDataInput slice(long offset, long size); in slice()
DByteBufferZipDataInput.java45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo()
53 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo()
58 public ByteBuffer createByteBuffer(long offset, int size) { in createByteBuffer()
71 public ZipDataInput slice(long offset, long size) { in slice()
82 private void checkChunkValid(long offset, long size) { in checkChunkValid()
DRandomAccessFileZipDataInput.java59 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput()
85 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo()
108 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo()
137 public ByteBuffer createByteBuffer(long offset, int size) throws IOException { in createByteBuffer()
148 public ZipDataInput slice(long offset, long size) { in slice()
157 private void checkBoundValid(long offset, long size, long sourceSize) { in checkBoundValid()
DZipUtils.java136 public static void setCentralDirectoryOffset(ByteBuffer eocd, long offset) { in setCentralDirectoryOffset()
170 static int getUInt16FromBuffer(ByteBuffer buffer, int offset) { in getUInt16FromBuffer()
174 static long getUInt32FromBuffer(ByteBuffer buffer, int offset) { in getUInt32FromBuffer()
178 private static void setUInt32ToBuffer(ByteBuffer buffer, int offset, long value) { in setUInt32ToBuffer()
DEndOfCentralDirectory.java81 private long offset; field in EndOfCentralDirectory
112 public static Optional<EndOfCentralDirectory> getEOCDByBytes(byte[] bytes, int offset) { in getEOCDByBytes()
218 public void setOffset(long offset) { in setOffset()
DZipDataOutput.java35 void write(byte[] buffer, int offset, int length) throws IOException; in write()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
Drandom_access_file_input.cpp31 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file, int64_t offset, int64_t size) in RandomAccessFileInput()
52 bool RandomAccessFileInput::CopyTo(int64_t offset, int size, ByteBuffer& buffer) in CopyTo()
87 ByteBuffer RandomAccessFileInput::CreateByteBuffer(int64_t offset, int size) in CreateByteBuffer()
104 DataSource* RandomAccessFileInput::Slice(int64_t offset, int64_t size) in Slice()
117 bool RandomAccessFileInput::CheckBoundValid(int64_t offset, int64_t size, int64_t sourceSize) in CheckBoundValid()
Dzip_utils.cpp25 bool ZipUtils::SetCentralDirectoryOffset(ByteBuffer& eocd, int64_t offset) in SetCentralDirectoryOffset()
34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer()
Dzip_entry_data.cpp32 uint32_t offset = entryOffset; in GetZipEntry() local
77 uint32_t& offset) in ReadEntryFileNameAndExtraByOffset()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dsigned_file_pos_test.cpp67 int32_t offset = api->GetFileNameOffset(); variable
136 int32_t offset = api->GetFileNameOffset(); variable
154 int32_t offset = api->GetSignInfoOffset(); variable
/developtools/hapsigner/hapsigntool_cpp/common/src/
Drandom_access_file.cpp80 int32_t RandomAccessFile::DoMMap(int32_t bufCapacity, int64_t offset, MmapInfo& mmapInfo) in DoMMap()
112 int32_t RandomAccessFile::ReadFileFullyFromOffset(char buf[], int64_t offset, int64_t bufCapacity) in ReadFileFullyFromOffset()
135 int32_t RandomAccessFile::ReadFileFullyFromOffset(ByteBuffer& buffer, int64_t offset) in ReadFileFullyFromOffset()
190 int32_t chunkSize, int64_t offset) in ReadFileFromOffsetAndDigestUpdate()
Dbyte_buffer.cpp314 void ByteBuffer::PutInt32(int32_t offset, int32_t value) in PutInt32()
323 void ByteBuffer::PutInt16(int32_t offset, int16_t value) in PutInt16()
332 void ByteBuffer::PutByte(int32_t offset, char value) in PutByte()
341 void ByteBuffer::PutData(int32_t offset, const char data[], int32_t len) in PutData()
350 void ByteBuffer::PutData(int32_t offset, const int8_t data[], int32_t len) in PutData()
359 void ByteBuffer::PutData(int32_t offset, const char data[], int32_t len, int32_t type) in PutData()
486 void ByteBuffer::GetData(int32_t offset, int8_t data[], uint32_t len) in GetData()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSigningBlock.java28 private int offset; field in SigningBlock
50 public SigningBlock(int type, byte[] value, int offset) { in SigningBlock()
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/hap/entity/src/
Dblock_head.cpp33 …ring BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead()
49 const int length, const int offset) in GetBlockHeadLittleEndian()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp36 size_t offset = buffer_.size(); in AppendInt() local
52 size_t offset = buffer_.size(); in AppendString() local
/developtools/smartperf_host/smartperf_device/device_command/test/unittest/
Dparse_slide_fps_trace_test.cpp138 size_t offset = 0; variable
150 size_t offset = 9; variable
162 size_t offset = 10; variable
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dparse_slide_fps_trace_test.cpp138 size_t offset = 0; variable
150 size_t offset = 9; variable
162 size_t offset = 10; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/rawtrace/
Dftrace_field_processor_test.cpp37 size_t offset = fieldBuffer_.size(); in AppendIntFiled() local
53 size_t offset = fieldBuffer_.size(); in AppendString() local
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp652 uint64_t offset; member
727 uint64_t offset; variable
795 uint64_t offset = 0; variable
996 uint64_t offset = rnd_(); variable
1019 uint64_t offset = rnd_(); variable
1042 uint64_t offset = rnd_(); variable
1065 uint64_t offset = rnd_(); variable
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Dstrings.js53 addLength(array, offset, len) { argument
59 static getHeaderLength(array, offset = 0) { argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java251 int offset = bytes.length - SignHead.SIGN_HEAD_LEN; in getElfSignBlockData() local
281 int offset = elfBlockData.getBlockStart(); in getSignBlock() local
298 private byte[] readByteArrayOffset(byte[] bytes, int offset, int length) { in readByteArrayOffset()
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.cpp50 …tx.getMemory = [](RandomWriteCtx* ctx, uint32_t size, uint8_t** memory, uint32_t* offset) -> bool { in TraceFileWriter()
54 writeCtx_.ctx.seek = [](RandomWriteCtx* ctx, uint32_t offset) -> bool { in TraceFileWriter()
540 bool TraceFileWriter::GetMemory(uint32_t size, uint8_t** memory, uint32_t* offset) in GetMemory()
559 bool TraceFileWriter::Seek(uint32_t offset) in Seek()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java154 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength()
169 …public static byte[] readInputByOffsetAndLength(InputStream input, long offset, long length) throw… in readInputByOffsetAndLength()
236 …oolean appendWriteFileByOffsetToFile(String inFile, FileOutputStream out, long offset, long size) { in appendWriteFileByOffsetToFile()
444 int offset = 0; in toByteArray() local

1234567