| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ViewPortHandler.ets | 203 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/host/smartperf/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/hdc/src/common/ |
| D | transfer.h | 85 vector<string> taskQueue; // save file list if directory send mode 88 vector<FileMode> dirMode; // save dir mode on master 89 map<string, FileMode> dirModeMap; // save dir mode on slave
|
| D | base.h | 55 // results need to save in buf which can't be const 61 // result needs to save results which can't be const
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
| D | simple_excel_writer.py | 106 def save(self, file_name: str): member in SimpleExcelWriter 107 self.__book.save(file_name) 119 writer.save("demo.xls")
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
| D | simple_excel_writer.py | 123 def save(self, file_name: str): member in SimpleExcelWriter 124 self.__book.save(file_name) 136 writer.save("demo.xls")
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/ |
| D | KeyStoreHelper.java | 57 * 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/DeployDevice/resource/L1/dv300_linux/ |
| D | update.txt | 3 save;
|
| /developtools/profiler/protos/types/plugins/hisysevent_data/ |
| D | hisysevent_plugin_config.proto | 17 // TODO Save the fetch data
|
| D | hisysevent_plugin_result.proto | 17 // NODE Save the captured data
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 247 … 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/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | debug_logger.cpp | 270 fprintf(stdout, "unable save log file to '%s' because '%d'\n", logPath_.c_str(), errno); in OpenLog() 274 // ecach log can save 6ms (29ms -> 23ms) in OpenLog() 275 fprintf(stdout, "log will save at '%s'\n", logPath_.c_str()); in OpenLog()
|
| /developtools/hiperf/src/ |
| D | debug_logger.cpp | 269 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()
|
| D | perf_file_writer.cpp | 328 // 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/global_resource_tool/include/ |
| D | resource_util.h | 67 * @brief save json file. 70 * @return true if save success, other false.
|
| D | increment_index.h | 29 bool Save(const std::map<int32_t, std::vector<ResourceItem>> &items) const;
|
| /developtools/profiler/host/smartperf/trace_streamer/test/test_fuzzer/ |
| D | README.md | 45 save
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | option_debug_test.cpp | 191 // no log will save in log file. 204 // no log will save in log file.
|
| /developtools/hiperf/script/ |
| D | make_report_sample.py | 34 print("save to %s success" % abs_path)
|
| D | make_report.py | 44 print("save to %s success" % abs_path)
|
| /developtools/profiler/host/smartperf/ide/src/trace/proto/ |
| D | profiler_service_types.proto | 50 OFFLINE = 0; // save all plugin results to result file.
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
| D | profiler_service_types.proto | 50 OFFLINE = 0; // save all plugin results to result file.
|
| /developtools/syscap_codec/src/ |
| D | syscap_tool.c | 216 // 2, to save SysCaptype & SysCapLength in RPCIDEncode() 389 // save to json file in RPCIDDecode() 465 // malloc for save os syscap index in EncodeRpcidscToString() 473 // malloc for save private syscap string in EncodeRpcidscToString() 542 PRINT_ERR("Save to txt file failed. Output path:%s/%s\n", outDirPath, outputFilename); in EncodeRpcidscToString()
|
| /developtools/profiler/protos/services/ |
| D | profiler_service_types.proto | 50 OFFLINE = 0; // save all plugin results to result file.
|