/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
D | ZipDataOutput.java | 34 void write(byte[] buffer, int offset, int length) throws IOException; in write() 42 void write(ByteBuffer buffer) throws IOException; in write()
|
D | ByteBufferZipDataInput.java | 27 private final ByteBuffer buffer; field in ByteBufferZipDataInput 30 public ByteBufferZipDataInput(ByteBuffer buffer) { in ByteBufferZipDataInput() 34 private ByteBufferZipDataInput(ByteBuffer buffer, boolean needSlice) { in ByteBufferZipDataInput() 53 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo()
|
D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 42 public void write(ByteBuffer buffer) throws IOException { in write()
|
D | RandomAccessFileZipDataOutput.java | 50 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 68 public void write(ByteBuffer buffer) throws IOException { in write()
|
D | ZipUtils.java | 162 private static void checkBufferIsLittleEndian(ByteBuffer buffer) { in checkBufferIsLittleEndian() 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()
|
D | RandomAccessFileZipDataInput.java | 92 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() 125 ByteBuffer buffer = ByteBuffer.allocate(size); in createByteBuffer() local
|
D | ZipDataInput.java | 52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/ |
D | ParsePerf.java | 55 …MappedByteBuffer buffer = dataFile.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length(… in byteBufferFromFile() local 67 protected void verifyHead(ByteBuffer buffer, String head) { in verifyHead()
|
/developtools/global_resource_tool/src/ |
D | resource_pack.cpp | 126 string buffer(" "); in InitModule() local 222 uint32_t result = textHeader.Create([](stringstream &buffer) {}, in GenerateTextHeader() 223 [&first](stringstream &buffer, const IdWorker::ResourceId& resourceId) { in GenerateTextHeader() 231 }, [](stringstream &buffer) {}); in GenerateTextHeader() 241 uint32_t result = cplusHeader.Create([](stringstream &buffer) { in GenerateCplusHeader() 247 }, [](stringstream &buffer, const IdWorker::ResourceId& resourceId) { in GenerateCplusHeader() 252 }, [](stringstream &buffer){ in GenerateCplusHeader() 263 uint32_t result = JsHeader.Create([](stringstream &buffer) { in GenerateJsHeader() 266 }, [&itemType](stringstream &buffer, const IdWorker::ResourceId& resourceId) { in GenerateJsHeader() 277 }, [](stringstream &buffer){ in GenerateJsHeader()
|
D | header.cpp | 60 stringstream buffer; in Create() local
|
/developtools/profiler/host/smartperf/client/ |
D | GPU.cpp | 56 static char buffer[128]; in get_gpu_freq() local 99 static char buffer[128]; in get_gpu_load() local
|
D | Temperature.cpp | 50 char buffer[256]; in initThermalNode() local 93 char buffer[256]; in getThermalMap() local
|
D | CPU.cpp | 60 char buffer[128]; in get_cpu_freq() local 102 char buffer[1024]; in get_cpu_load() local 131 float CPU::cac_workload(const char *buffer, const char *pre_buffer) in cac_workload()
|
D | DDR.cpp | 43 static char buffer[256]; in getDdrFreq() local
|
D | Power.cpp | 66 char buffer[256]; in getPowerMap() local
|
/developtools/profiler/device/plugins/api/test/unittest/ |
D | plugin_module_test.cpp | 87 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(size); variable 133 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(size); variable
|
D | buffer_write_test.cpp | 119 bool CheckBuffer(uint8_t *buffer, size_t size) in CheckBuffer() 137 bool CheckMessage(uint8_t *buffer, size_t size) in CheckMessage()
|
/developtools/profiler/device/plugins/bytrace_plugin/src/ |
D | run_test.cpp | 38 std::vector<char> buffer(config.ByteSizeLong()); in main() local
|
/developtools/profiler/device/plugins/api/src/ |
D | plugin_module.cpp | 167 bool PluginModule::StartSession(const uint8_t* buffer, uint32_t size) in StartSession() 200 int32_t PluginModule::ReportResult(uint8_t* buffer, uint32_t size) in ReportResult()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | test_main.cpp | 44 char buffer[bufferSize] = { 0 }; in main() local
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/ |
D | TabCounter.java | 86 StringBuffer buffer = new StringBuffer(); in loadTabData() local 97 private void loadTabData2(StringBuffer buffer) { in loadTabData2()
|
D | TabCpuByProcess.java | 75 StringBuffer buffer = new StringBuffer(); in loadTabData() local
|
D | TabCpuByThread.java | 75 StringBuffer buffer = new StringBuffer(); in loadTabData() local
|
/developtools/profiler/device/services/profiler_service/src/ |
D | trace_file_reader.cpp | 80 long TraceFileReader::Read(uint8_t buffer[], uint32_t bufferSize) in Read()
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
D | sub_event_parser_test.cpp | 134 std::vector<uint8_t> buffer(PAGE_SIZE, 0); variable
|