Home
last modified time | relevance | path

Searched full:save (Results 1 – 25 of 92) sorted by relevance

1234

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DViewPortHandler.ets203 var save: Matrix =(outputMatrix==null ||outputMatrix==undefined)?new Matrix():outputMatrix;
204 save.reset();
205 save.set(this.mMatrixTouch);
206 save.postScale(1.4, 1.4, x, y);
207 return save;
235 var save: Matrix =(outputMatrix!=null && outputMatrix!=undefined)?outputMatrix: new Matrix();
236 save.reset();
237 save.set(this.mMatrixTouch);
239 save.postScale(scaleX, scaleY, x, y);
241 save.postScale(scaleX, scaleY);
[all …]
/developtools/profiler/hiebpf/include/
Dcommand_helper.h90 " the file used to save hiebpf data. default: /data/local/tmp/hiebpf.data\n"
108 " the file used to save bpf logs. default: /data/local/tmp/bpf.log\n"
112 " the file used to save libbpf logs. default: /data/local/tmp/libbpf.log\n"
116 " the file used to save HHLog. default: /data/local/tmp/hhlog.txt\n"
124 …" --output_file <filepath>: the file used to save hiebpf data. default:/data/local/tmp/hiebpf.d…
165 …" --bpf_log_file <filepath>: the file used to save bpf logs. default:/data/local/tmp/bpf.log\n"…
177 …" --libbpf_log_file <filepath>: the file used to save bpf logs. default:/data/local/tmp/libbpf.…
189 … " --hhlog_file <filepath>: the file used to save HHLog. default: /data/local/tmp/hhlog.txt\n"};
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto37 // NODE Save the Device Stat
46 // NODE Save the captured data
Dhisysevent_plugin_config.proto17 // TODO Save the fetch data
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto37 // NODE Save the Device Stat
46 // NODE Save the captured data
Dhisysevent_plugin_config.proto17 // TODO Save the fetch data
/developtools/hdc/src/common/
Dtransfer.h86 vector<string> taskQueue; // save file list if directory send mode
89 vector<FileMode> dirMode; // save dir mode on master
90 map<string, FileMode> dirModeMap; // save dir mode on slave
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py106 def save(self, file_name: str): member in SimpleExcelWriter
107 self.__book.save(file_name)
119 writer.save("demo.xls")
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java57 * Read and save Keypair and certificate.
112 * Helper to load and save pair.
216 * Validate the cert and save into cert list.
218 * @param certificates Result list to save
273 * @param keyPair keypair to save
/developtools/integration_verification/tools/fotff/rec/
Drecord.go40 func Save() { func
47 logrus.Errorf("save records err: %v", err)
50 logrus.Infof("save records successfully")
/developtools/integration_verification/DeployDevice/resource/L1/dv300_linux/
Dupdate.txt3 save;
/developtools/profiler/hiebpf/src/
Dhiebpf.cpp37 HIEBPF_DEFINE_string(output_file, "/data/local/tmp/hiebpf.data", "the file used to save hiebpf data…
39 HIEBPF_DEFINE_uint32(dump_events, 0, "maximum number of events to print instead of save into file");
46 HIEBPF_DEFINE_string(bpf_log_file, "/data/local/tmp/bpf.log", "the file used to save BPF program lo…
49 "the file used to save libbpf internal error messages");
51 HIEBPF_DEFINE_string(hhlog_file, "/data/local/tmp/hhlog.txt", "the file used to save HHLog");
/developtools/profiler/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_config.proto17 // TODO Save the fetch data
Dhisysevent_plugin_result.proto17 // NODE Save the captured data
/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp247 … fprintf(stdout, "unable save log file to '%s' because '%d:%s'\n", logPath_.c_str(), errno, buf); in OpenLog()
251 // ecach log can save 6ms (29ms -> 23ms) in OpenLog()
253 fprintf(stdout, "log will save at '%s'\n", logPath_.c_str()); in OpenLog()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_excel_writer.py123 def save(self, file_name: str): member in SimpleExcelWriter
124 self.__book.save(file_name)
/developtools/hiperf/src/
Ddebug_logger.cpp269 fprintf(stdout, "unable save log file to '%s' because '%d'\n", logPath_.c_str(), errno); in OpenLog()
273 // ecach log can save 6ms (29ms -> 23ms) in OpenLog()
274 fprintf(stdout, "log will save at '%s'\n", logPath_.c_str()); in OpenLog()
Dperf_file_writer.cpp328 // save header in WriteHeader()
362 // save features head in WriteFeatureData()
368 HLOGV("save features[%d] head offset '0x%" PRIx64 "' size '0x%" PRIx64 "'", i, in WriteFeatureData()
387 HLOGV("save features[%d] content size '0x%" PRIx64 "'", i, featureSection->header.size); in WriteFeatureData()
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/
DREADME.md45 save
/developtools/integration_verification/tools/fotff/
Dfotff.ini57 save_path = ./smoke/save
/developtools/hiperf/test/unittest/common/native/
Doption_debug_test.cpp191 // no log will save in log file.
204 // no log will save in log file.
/developtools/smartperf_host/
DREADME.md38 Use Smartperf_Host to capture traces online, with the content, duration, and save path all customiz…
40 Capture traces on the target device, with the content, duration, and save path all customizable. Fo…
/developtools/hiperf/script/
Dmake_report_sample.py34 print("save to %s success" % abs_path)
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h33 std::unique_ptr<uint8_t[]> baseStackData; // save the shared memory data
/developtools/global_resource_tool/include/
Dresource_util.h68 * @brief save json file.
71 * @return true if save success, other false.

1234