| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ViewPortHandler.ets | 199 …var save: Matrix = outputMatrix == null || outputMatrix == undefined ? new Matrix() : outputMatrix; 200 save.reset(); 201 save.set(this.mMatrixTouch); 202 save.postScale(1.4, 1.4, x, y); 203 return save; 230 …var save: Matrix = outputMatrix != null && outputMatrix != undefined ? outputMatrix : new Matrix(); 231 save.reset(); 232 save.set(this.mMatrixTouch); 234 save.postScale(scaleX, scaleY, x, y); 236 save.postScale(scaleX, scaleY); [all …]
|
| /developtools/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ViewPortHandler.ets | 199 …var save: Matrix = outputMatrix == null || outputMatrix == undefined ? new Matrix() : outputMatrix; 200 save.reset(); 201 save.set(this.mMatrixTouch); 202 save.postScale(1.4, 1.4, x, y); 203 return save; 230 …var save: Matrix = outputMatrix != null && outputMatrix != undefined ? outputMatrix : new Matrix(); 231 save.reset(); 232 save.set(this.mMatrixTouch); 234 save.postScale(scaleX, scaleY, x, y); 236 save.postScale(scaleX, scaleY); [all …]
|
| /developtools/profiler/hiebpf/include/ |
| D | command_helper.h | 90 " 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/smartperf_host/trace_streamer/src/protos/types/plugins/hisysevent_data/ |
| D | hisysevent_plugin_result.proto | 37 // NODE Save the Device Stat 46 // NODE Save the captured data
|
| D | hisysevent_plugin_config.proto | 17 // TODO Save the fetch data
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
| D | simple_excel_writer.py | 107 def save(self, file_name: str): member in SimpleExcelWriter 108 self.__book.save(file_name) 134 writer.save("demo.xls")
|
| /developtools/integration_verification/tools/fotff/rec/ |
| D | record.go | 40 func Save() { func 47 logrus.Errorf("save records err: %v", err) 50 logrus.Infof("save records successfully")
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | KeyStoreHelper.java | 51 * Read and save Keypair and certificate. 102 * Helper to load and save pair. 219 * Validate the cert and save into cert list. 221 * @param certificates Result list to save 277 * @param keyPair keypair to save
|
| /developtools/integration_verification/DeployDevice/resource/L1/dv300_linux/ |
| D | update.txt | 3 save;
|
| /developtools/hdc/src/common/ |
| D | transfer.h | 107 vector<string> taskQueue; // save file list if directory send mode 110 vector<FileMode> dirMode; // save dir mode on master 111 map<string, FileMode> dirModeMap; // save dir mode on slave
|
| D | server_cmd_log.cpp | 42 …WRITE_LOG(LOG_INFO, "!!!pushCmdLogStrQueue exceeds threshold:%zu,Do not save CmdLog.", pushCmdLogS… in PushCmdLogStr()
|
| /developtools/profiler/hiebpf/src/ |
| D | hiebpf.cpp | 37 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/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | rawtrace_parser.cpp | 133 …// will also be passed to data types with CPU size 0), it is necessary to save the data during the… in ParseCpuRawData() 148 … // splitOffset = first Save the migration amount of CPURAW that currently matches the timestamp in ParseCpuRawData() 162 // process to save CPU data that does not meet the cutting event stamp in ParseCpuRawData() 190 … // splitOffset = first Save the migration amount of CPURAW that currently matches the timestamp in HmParseCpuRawData() 204 // the cutting timestamp, there is no need to record and save it in HmParseCpuRawData()
|
| /developtools/profiler/protos/types/plugins/hisysevent_data/ |
| D | hisysevent_plugin_result.proto | 17 // NODE Save the captured data
|
| D | hisysevent_plugin_config.proto | 17 // TODO Save the fetch data
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | option_debug_test.cpp | 241 // no log will save in log file. 253 // no log will save in log file. 266 // no log will save in log file.
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 246 … fprintf(stdout, "unable save log file to '%s' because '%d:%s'\n", logPath_.c_str(), errno, buf); in OpenLog() 250 // ecach log can save 6ms (29ms -> 23ms) in OpenLog() 252 fprintf(stdout, "log will save at '%s'\n", logPath_.c_str()); in OpenLog()
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
| D | simple_excel_writer.py | 109 def save(self, file_name: str): member in SimpleExcelWriter 110 self.__book.save(file_name)
|
| /developtools/ace_ets2bundle/compiler/test/transform_ut/application/entry/src/main/ets/pages/utForCase/ |
| D | persistencev2.ts | 132 Text('not save key Sample: ' + this.p.father.groupId.toString() + ' refresh: ' + this.refresh) 139 Text('save key Sample: ' + this.p.father.groupId.toString() + ' refresh: ' + this.refresh) 143 PersistenceV2.save(Sample); 343 …Text.create('not save key Sample: ' + this.p.father.groupId.toString() + ' refresh: ' + this.refre… 356 … Text.create('save key Sample: ' + this.p.father.groupId.toString() + ' refresh: ' + this.refresh); 360 PersistenceV2.save(Sample);
|
| /developtools/profiler/device/plugins/xpower_plugin/include/ |
| D | xpower_common.h | 43 std::unique_ptr<uint8_t[]> baseData; // save the powere message data
|
| /developtools/hiperf/src/ |
| D | debug_logger.cpp | 267 fprintf(stdout, "unable save log file to '%s' because '%d'\n", logPath_.c_str(), errno); in OpenLog() 271 // ecach log can save 6ms (29ms -> 23ms) in OpenLog() 272 fprintf(stdout, "log will save at '%s'\n", logPath_.c_str()); in OpenLog()
|
| /developtools/integration_verification/tools/fotff/ |
| D | fotff.ini | 57 save_path = ./smoke/save
|
| /developtools/smartperf_host/smartperf_host/ |
| D | README.md | 38 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/ |
| D | make_report_sample.py | 34 print("save to %s success" % abs_path)
|
| D | make_report.py | 45 print("save to %s success" % abs_path)
|