Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DMPPointF.ets5 * You may obtain a copy of the License at
38 public static getInstance(x ?: number, y ?: number, copy ?: MPPointF): MPPointF{
39 if (copy != null) {
41 result.x = copy.x;
42 result.y = copy.y;
58 public static MPPointF getInstance(MPPointF copy) {
60 result.x = copy.x;
61 result.y = copy.y;
/developtools/profiler/hiebpf/src/
Delf_symbol_info.cpp50 std::copy(data, data + shdr->secSize_, symbolTable.symTable_.data()); in GetSymbolTable()
60 std::copy(data, data + strshdr->secSize_, symbolTable.strTable_.data()); in GetSymbolTable()
69 std::copy(data, data + shdr->secSize_, symbolTable.symTable_.data()); in GetSymbolTable()
79 std::copy(data, data + strshdr->secSize_, symbolTable.strTable_.data()); in GetSymbolTable()
99 std::copy(rp, rp + sizeof(symbolTable.textVaddr_) + sizeof(symbolTable.textOffset_), wp); in GetBinary()
109 std::copy(symbolTable.strTable_.data(), in GetBinary()
112 std::copy(symbolTable.symTable_.data(), in GetBinary()
115 std::copy(symbolTable.fileName_.c_str(), in GetBinary()
Dmaps_info.cpp56 std::copy(rp, rp + fixLen, wp); // start + end + offset in GetBinary()
60 …std::copy(map.fileName_.c_str(), map.fileName_.c_str() + map.fileName_.size() + 1, wp); // fileName in GetBinary()
Dipc_unix_socket.cpp44 std::copy(pathname.c_str(), pathname.c_str() + pathname.size() + 1, addr.sun_path); in Start()
147 std::copy(pathname.c_str(), pathname.c_str() + pathname.size() + 1, addr.sun_path); in Connect()
/developtools/ace_js2bundle/ace-loader/
Dmodule-source.js35 const copy = function(src, dst){ function
57 exists(_src, _dst, copy);
65 exists(path.resolve(__dirname, src), dist, copy);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DInputStreamUtils.java47 copy(inputStream, inputStreamSize, output); in toByteArray()
51 …private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws … in copy() method in InputStreamUtils
/developtools/hdc/src/daemon/etc/
Dhdcd.root.cfg74 "copy /data/hdcd /system/bin/hdcd",
75 "copy /data/libuv.so /system/lib64/libuv.so",
76 "copy /data/libuv.so /system/lib/libuv.so",
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dmisc.py20 import copy
261 new_unit = copy.deepcopy(unit)
278 new_new_unit = copy.deepcopy(unit)
287 tmp_a = copy.deepcopy(unit)
292 tmp_s = copy.deepcopy(unit)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DRadarEntry.ets5 * You may obtain a copy of the License at
32 public copy() : RadarEntry {
DEntryOhos.ets5 * You may obtain a copy of the License at
54 * returns an exact copy of the entry
58 public copy():EntryOhos{
DScatterDataSet.ets5 * You may obtain a copy of the License at
60 public copy(): ScatterDataSet /*DataSet<EntryOhos>*/ {
63 entries.add(this.mEntries.get(i).copy());
DRadarDataSet.ets5 * You may obtain a copy of the License at
113 public copy(): DataSet<RadarEntry> {
116 entries.add(this.mEntries.get(i).copy());
DCandleDataSet.ets5 * You may obtain a copy of the License at
89 public copy(): DataSet<CandleEntry> {
92 entries.add(this.mEntries.get(i).copy());
189 * colors list functionality, because It's wrong to copy paste setColor,
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFileSystem.test.ts141 … expect(FileSysChartStruct.groupBy10MSWithMaxLatency([{ id: 1, NS: 3 }, { copy: '1' }])).toEqual([
153 expect(FileSysChartStruct.groupBy10MSWithCount([{ id: 1, NS: 3 }, { copy: '1' }])).toEqual([
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/
Dcompile_info_loader.py114 unknown = defaultInfo.copy()
122 unknown = defaultInfo.copy()
/developtools/smartperf_host/
DBUILD.gn4 # You may obtain a copy of the License at
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/hapsigner/tools/test/
Delf_unittest.elf5 * You may obtain a copy of the License at
/developtools/profiler/device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/profiler/device/plugins/api/test/fuzztest/pluginstopsessioncmd_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/hiperf/test/fuzztest/elfparser_fuzzer/corpus/
Dinit5 * You may obtain a copy of the License at
/developtools/profiler/device/plugins/hiperf_plugin/test/fuzztest/hiperfstartplugin_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at

12345678910>>...38