Home
last modified time | relevance | path

Searched refs:copy (Results 1 - 25 of 56) sorted by relevance

123

/developtools/profiler/hiebpf/src/
H A Delf_symbol_info.cpp5 * You may obtain a copy of the License at
50 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()
H A Dmaps_info.cpp5 * You may obtain a copy of the License at
56 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()
H A Dipc_unix_socket.cpp5 * You may obtain a copy of the License at
44 std::copy(pathname.c_str(), pathname.c_str() + pathname.size() + 1, addr.sun_path); in Start()
146 std::copy(pathname.c_str(), pathname.c_str() + pathname.size() + 1, addr.sun_path); in Connect()
H A Dkernel_symbol_info.cpp5 * You may obtain a copy of the License at
72 std::copy(symbol.name_.c_str(), in GetBinary()
/developtools/ace_js2bundle/ace-loader/
H A Dmodule-source.js5 * You may obtain a copy of the License at
35 const copy = function(src, dst){
57 exists(_src, _dst, copy);
65 exists(path.resolve(__dirname, src), dist, copy);
H A Dcopy_deps_source.js5 * You may obtain a copy of the License at
36 const copy = function(src, dst) {
65 exists(_src, _dst, copy);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DInputStreamUtils.java5 * You may obtain a copy of the License at
47 copy(inputStream, inputStreamSize, output); in toByteArray()
52 private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws IOException { in copy() method in InputStreamUtils
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dmisc.py6 # You may obtain a copy of the License at
20 import copy namespace
249 new_unit = copy.deepcopy(unit)
266 new_new_unit = copy.deepcopy(unit)
275 tmp_a = copy.deepcopy(unit)
280 tmp_s = copy.deepcopy(unit)
/developtools/packing_tool/adapter/ohos/
H A DPackageNormalize.java5 * You may obtain a copy of the License at
92 // 1.unzip module.json and pack.info, copy to tmp in normalize()
96 IOUtils.copy(hspFile.getInputStream(moduleEntry), out); in normalize()
102 IOUtils.copy(hspFile.getInputStream(packEntry), out); in normalize()
200 IOUtils.copy(hspFile.getInputStream(zipEntry), zipOut); in copyHsp()
224 IOUtils.copy(input, zipOut); in compressFile()
/developtools/hiperf/script/
H A Drecv_binary_cache.py6 # You may obtain a copy of the License at
39 def recv_binary_cache(self, perf_data, lib_dirs, copy):
43 if copy:
118 print('copy to binary_cache: %s to %s' % (from_path, target_file))
119 shutil.copy(from_path, target_file)
167 # Instead, we can first copy the file to /data/local/tmp, then pull it.
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_info.cpp5 * You may obtain a copy of the License at
64 std::copy(originalProfile, originalProfile + profileInfo.profileBlockLength, profileBlockData); in operator =()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Drawtrace_parser.cpp5 * You may obtain a copy of the License at
73 std::copy(packagesBuffer_.begin(), packagesBuffer_.begin() + sizeof(RawTraceFileHeader), in InitRawTraceFileHeader()
282 std::copy(packagesCurIter, packagesCurIter + sizeof(type), reinterpret_cast<uint8_t *>(&type)); in ParseDataRecursively()
284 std::copy(packagesCurIter, packagesCurIter + sizeof(len), reinterpret_cast<uint8_t *>(&len)); in ParseDataRecursively()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/
H A Dcompile_info_loader.py8 # You may obtain a copy of the License at
44 unknown = default_info.copy()
52 unknown = default_info.copy()
/developtools/hiperf/test/fuzztest/resource/
H A Dsend_to_device.bat4 @rem You may obtain a copy of the License at
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
H A Dsend_to_device.bat4 @rem You may obtain a copy of the License at
H A Dsend_dwarf_to_device.bat4 @rem You may obtain a copy of the License at
/developtools/hiperf/test/unittest/resource/
H A Dsend_to_device.bat4 @rem You may obtain a copy of the License at
H A Dsend_report_to_device.bat4 @rem You may obtain a copy of the License at
H A Dsend_dwarf_to_device.bat4 @rem You may obtain a copy of the License at
/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
H A Dstring_view_util.h5 * You may obtain a copy of the License at
79 std::copy(view.data(), view.data() + view.size(), p); in Hold()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dsign_profile_test.cpp5 * You may obtain a copy of the License at
75 std::filesystem::copy(SIGN_APP_IN_FILE_TXT, SIGN_APP_IN_FILE); in SetUpTestCase()
164 std::copy(pwd, pwd + 7, keypwd); in HWTEST_F()
165 std::copy(pwd, pwd + 7, keyStorePwd); in HWTEST_F()
171 std::copy(pwd, pwd + 7, keypwd); in HWTEST_F()
172 std::copy(pwd, pwd + 7, keyStorePwd); in HWTEST_F()
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Dsplit_file_data_test.cpp5 * You may obtain a copy of the License at
94 std::copy(bufferData.begin(), bufferData.end(), combinedBuf.get()); in CheckData()
150 std::copy(buffer.begin(), buffer.end(), combinedBuf.get()); in HWTEST_F()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
H A DSignerConfig.java5 * You may obtain a copy of the License at
206 * create a copy of this object
208 * @return a copy of this object
210 public SignerConfig copy() { in copy() method in SignerConfig
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/plugin/
H A Dsdk_plugin_data_parser.cpp5 * You may obtain a copy of the License at
29 std::copy(data, data + len, buf.get()); in SDKPluginDataParser()
/developtools/hiperf/src/
H A Dperf_event_record.cpp5 * You may obtain a copy of the License at
477 std::copy(data_.ips + skipKernel_, data_.ips + data_.nr + skipKernel_, in GetBinary()
483 std::copy(data_.raw_data, data_.raw_data + data_.raw_size, p); in GetBinary()
488 std::copy(data_.lbr, data_.lbr + data_.bnr, reinterpret_cast<PerfBranchEntry *>(p)); in GetBinary()
493 std::copy(data_.user_regs, data_.user_regs + data_.reg_nr, reinterpret_cast<u64 *>(p)); in GetBinary()
498 std::copy(data_.server_pids + skipPid_, data_.server_pids + data_.server_nr + skipPid_, in GetBinary()
504 std::copy(data_.stack_data, data_.stack_data + data_.stack_size, p); in GetBinary()
647 std::copy(reinterpret_cast<const uint8_t *>(&data_), in GetBinary()
750 std::copy(reinterpret_cast<const uint8_t *>(&data_), in GetBinary()
843 std::copy(reinterpret_cas in GetBinary()
[all...]

Completed in 10 milliseconds

123