| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | verify_code_signature_test.cpp | 110 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/ |
| D | ZipDataInput.java | 42 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()
|
| D | ByteBufferZipDataInput.java | 45 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()
|
| D | RandomAccessFileZipDataInput.java | 59 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()
|
| D | ZipUtils.java | 136 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()
|
| D | EndOfCentralDirectory.java | 81 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()
|
| D | ZipDataOutput.java | 35 void write(byte[] buffer, int offset, int length) throws IOException; in write()
|
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| D | random_access_file_input.cpp | 31 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()
|
| D | zip_utils.cpp | 25 bool ZipUtils::SetCentralDirectoryOffset(ByteBuffer& eocd, int64_t offset) in SetCentralDirectoryOffset() 34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer()
|
| D | zip_entry_data.cpp | 32 uint32_t offset = entryOffset; in GetZipEntry() local 77 uint32_t& offset) in ReadEntryFileNameAndExtraByOffset()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| D | signed_file_pos_test.cpp | 67 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/ |
| D | random_access_file.cpp | 80 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()
|
| D | byte_buffer.cpp | 314 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/ |
| D | SigningBlock.java | 28 private int offset; field in SigningBlock 50 public SigningBlock(int type, byte[] value, int offset) { in SigningBlock()
|
| D | BlockHead.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()
|
| /developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
| D | block_head.cpp | 33 …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/ |
| D | ftrace_field_parser_test.cpp | 36 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/ |
| D | parse_slide_fps_trace_test.cpp | 138 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/ |
| D | parse_slide_fps_trace_test.cpp | 138 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/ |
| D | ftrace_field_processor_test.cpp | 37 size_t offset = fieldBuffer_.size(); in AppendIntFiled() local 53 size_t offset = fieldBuffer_.size(); in AppendString() local
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | symbols_file_test.cpp | 652 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/ |
| D | strings.js | 53 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/ |
| D | VerifyElf.java | 251 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/ |
| D | trace_file_writer.cpp | 50 …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/ |
| D | FileUtils.java | 154 …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
|