Home
last modified time | relevance | path

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

1234

/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()
70 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.java43 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput()
69 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo()
92 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo()
121 public ByteBuffer createByteBuffer(long offset, int size) throws IOException { in createByteBuffer()
132 public ZipDataInput slice(long offset, long size) { in slice()
141 private void checkBoundValid(long offset, long size, long sourceSize) { in checkBoundValid()
DZipUtils.java135 public static void setCentralDirectoryOffset(ByteBuffer eocd, long offset) { in setCentralDirectoryOffset()
169 static int getUInt16FromBuffer(ByteBuffer buffer, int offset) { in getUInt16FromBuffer()
173 static long getUInt32FromBuffer(ByteBuffer buffer, int offset) { in getUInt32FromBuffer()
177 private static void setUInt32ToBuffer(ByteBuffer buffer, int offset, long value) { in setUInt32ToBuffer()
DZipDataOutput.java34 void write(byte[] buffer, int offset, int length) throws IOException; in write()
DMessageDigestZipDataOutput.java35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
DRandomAccessFileZipDataOutput.java50 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
/developtools/profiler/device/plugins/native_daemon/include/
Dmem_map_item.h26 …MemMaps(uint64_t begin, uint64_t end, uint64_t offset, uint32_t type, uint32_t filePathId, const s… in MemMaps()
40 …MemMapItem(uint64_t begin, uint64_t end, uint16_t type, uint64_t offset, std::string_view nameHold) in MemMapItem()
76 MemMapItem(uint64_t begin, uint64_t end, uint64_t offset, const std::string &name) in MemMapItem()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp37 size_t offset = buffer_.size(); in AppendInt() local
53 size_t offset = buffer_.size(); in AppendString() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DHwBlockHead.java46 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java281 long offset = 0L; in computeDigests() local
349 private static void setUInt32ToByteArrayWithLittleEngian(int value, byte[] result, int offset) { in setUInt32ToByteArrayWithLittleEngian()
539 private final long offset; field in HapUtils.HapSignBlockInfo
543 public HapSignBlockInfo(long offset, int version, ByteBuffer content) { in HapSignBlockInfo()
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_reader.cpp63 size_t offset = GetReadPos(stream_); in Read() local
/developtools/profiler/host/smartperf/client/client_command/
Dparse_page_fps_trace.cpp92 …string PageFpsTrace::CutString(std::string line, std::string start, std::string end, size_t offset) in CutString()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp124 …me::GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, int offset, bool first) in GetSymbolName()
202 int offset = 0; in UnwindStack() local
485 uint64_t offset, const std::string& filePath) in HandleMapInfo()
/developtools/global_resource_tool/src/
Dfile_entry.cpp264 string::size_type offset = 0; in GetSegments() local
320 bool FileEntry::CreateDirsInner(const string &path, string::size_type offset) in CreateDirsInner()
/developtools/profiler/hiebpf/test/unittest/
Dmaps_info_test.cpp91 uint32_t *offset = (uint32_t *)p; variable
Dbpf_controller_test.cpp81 off_t offset = 0; variable
/developtools/hiperf/src/
Dperf_file_writer.cpp227 off_t offset = ftello(fp_); in GetFilePos() local
377 long offset = ftell(fp_); in WriteFeatureData() local
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java189 int offset; field in ResourcesParser.ConfigIndex
317 int offset = buf.getInt(); in readBaseItem() local
395 int offset = buf.getInt(); in readAllItem() local
494 int offset = buf.getInt(); in readDataAllItem() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp759 uint64_t offset; member
835 uint64_t offset; variable
907 uint64_t offset = 0; variable
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp717 uint64_t offset; member
794 uint64_t offset; variable
863 uint64_t offset = 0; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java96 long offset = INIT_OFFSET_LEN; in copyFiles() local
277 int offset = 0; in generateHapSigningBlock() local
/developtools/hiperf/include/
Dmem_map_item.h43 MemMapItem(uint64_t begin, uint64_t end, uint64_t offset, const std::string &name) in MemMapItem()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto24 uint64 offset = 5; field
106 uint64 offset = 4; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto24 uint64 offset = 5; field
106 uint64 offset = 4; field

1234