Home
last modified time | relevance | path

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

12

/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp74 long bytes = writer->Write(pluginData); variable
86 long bytes = reader->Read(data); variable
109 long bytes = writer->Write(pluginData); variable
119 long bytes = 0; variable
147 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/hdc/hdc_rust/src/tar/
Dheader.rs186 let bytes = str.as_bytes(); in convert_u32_to_octal_string() localVariable
205 let mut bytes = name.into_bytes(); in updata_name() localVariable
207 let bytes = &bytes[..]; in updata_name() localVariable
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp40 long FileCache::Write(char* bytes, int32_t len) in Write()
/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/xpower_plugin/test/
Dxpower_main.cpp75 long bytes = 0; in main() local
/developtools/profiler/device/plugins/native_hook/src/
Dstack_writer.cpp51 void StackWriter::DoStats(long bytes) in DoStats()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
Dffrt_profiler_write.cpp56 void FfrtProfilerWriter::DoStats(long bytes) in DoStats()
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_write.cpp56 void NetworkProfilerWriter::DoStats(long bytes) in DoStats()
/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.cpp65 void BufferWriter::DoStats(long bytes) in DoStats()
/developtools/hdc/hdc_rust/src/daemon_lib/
Dsys_para.rs65 let bytes = GetParameterEx( in get_dev_item() localVariable
/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/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/default/
Dblock.proto112 uint32 bytes = 4; field
123 uint32 bytes = 4; field
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java352 public static boolean writeByteToOutFile(byte[] bytes, String outFile) { in writeByteToOutFile()
370 public static boolean writeByteToOutFile(byte[] bytes, OutputStream outFile) { in writeByteToOutFile()

12