Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 38) sorted by relevance

12

/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp75 long bytes = writer->Write(pluginData); variable
87 long bytes = reader->Read(data); variable
110 long bytes = writer->Write(pluginData); variable
120 long bytes = 0; variable
148 long bytes = 0; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java249 private ElfBlockData getElfSignBlockData(byte[] bytes) throws IOException { in getElfSignBlockData()
279 …private Map<Character, SigningBlock> getSignBlock(byte[] bytes, ElfBlockData elfBlockData) throws … in getSignBlock()
297 private byte[] readByteArrayOffset(byte[] bytes, int offset, int length) { in readByteArrayOffset()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipEntryHeader.java123 public static ZipEntryHeader getZipEntryHeader(byte[] bytes) throws ZipException { in getZipEntryHeader()
149 public void readFileName(byte[] bytes) { in readFileName()
164 public void readExtra(byte[] bytes) { in readExtra()
DEndOfCentralDirectory.java101 public static Optional<EndOfCentralDirectory> getEOCDByBytes(byte[] bytes) { in getEOCDByBytes()
112 public static Optional<EndOfCentralDirectory> getEOCDByBytes(byte[] bytes, int offset) { in getEOCDByBytes()
DDataDescriptor.java65 public static DataDescriptor getDataDescriptor(byte[] bytes) throws ZipException { in getDataDescriptor()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp40 long FileCache::Write(char* bytes, int32_t len) in Write()
/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.cpp59 void BufferWriter::DoStats(long bytes) in DoStats()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DHapInfoSegment.java105 public static HapInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
DMerkleTreeExtension.java117 public static MerkleTreeExtension fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
DSignedFilePos.java103 public static SignedFilePos fromByteArray(byte[] bytes) { in fromByteArray()
DFsVerityInfoSegment.java118 public static FsVerityInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
DSegmentHeader.java121 public static SegmentHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
DElfSignBlock.java167 public static ElfSignBlock fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
/developtools/profiler/device/plugins/native_hook/src/
Dstack_writer.cpp52 void StackWriter::DoStats(long bytes) in DoStats()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
Dtrace_plugin_result.proto69 uint64 bytes = 5; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
Dtrace_plugin_result.proto69 uint64 bytes = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
Dtrace_plugin_result.proto69 uint64 bytes = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
Dtrace_plugin_result.proto69 uint64 bytes = 5; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
Dtrace_plugin_result.proto69 uint64 bytes = 5; field
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java360 public static boolean writeByteToOutFile(byte[] bytes, String outFile) { in writeByteToOutFile()
378 public static boolean writeByteToOutFile(byte[] bytes, OutputStream outFile) { in writeByteToOutFile()

12