Searched full:output_name (Results 1 – 25 of 33) sorted by relevance
12
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | misc.py | 141 if "extension" in unit.keys() and (not unit["output_name"].endswith(unit["extension"])): 142 out = unit["output_name"].rstrip( 145 return unit["output_name"] 150 …if "output_extension" in unit.keys() and (not unit["output_name"].endswith(unit["output_extension"… 151 out = unit["output_name"].rstrip( 154 return unit["output_name"] 173 return unit["output_name"]+extension 181 output_name = unit["output_name"] 189 output_name = add_postfix(output_name, extension) 190 return add_prefix(output_name, prefix) [all …]
|
| D | config.yaml | 70 output_name: ipcamera_hispark_taurus_result.json # 输出文件的名字 105 output_name: ipcamera_hispark_taurus_linux_result.json 134 output_name: hispark_taurus_mini_system_result.json 159 output_name: wifiiot_hispark_pegasus_result.json 175 output_name: hispark_pegasus_mini_system_result.json 191 output_name: rk3568_mini_system_result.json
|
| D | template_processor.py | 146 output_name = GnVariableParser.string_parser("output_name", paragraph) 147 output_name, out_from = _gn_var_process(self.project_path, 148 … output_name, target_name, gn_path, "target_name", "target_name", True) 168 "output_name": output_name, 233 "output_name": file_name, 270 "output_name": file_name,
|
| D | rom_analysis.py | 293 output_name: str = configs[product_name]["output_name"] 294 output_name = output_name.replace(".json", ".xls") 295 excel_writer.save(output_name) 426 with open(configs[product_name]["output_name"], 'w', encoding='utf-8') as f:
|
| /developtools/profiler/device/plugins/native_hook/ |
| D | BUILD.gn | 85 output_name = "native_hook" 94 output_name = "nativetest_c" 117 output_name = "nativetest_cpp" 137 output_name = "nativetest_so" 156 output_name = "malloctest_cpp" 178 output_name = "perf_test_data" 194 output_name = "statisticstest_cpp"
|
| /developtools/profiler/device/plugins/bytrace_plugin/ |
| D | BUILD.gn | 28 output_name = "bytraceplugin" 49 output_name = "test_bytraceplugin"
|
| /developtools/smartperf_host/trace_streamer/build/ |
| D | ohos.gni | 136 if (defined(invoker.output_name)) { 137 output_name = invoker.output_name
|
| /developtools/profiler/host/smartperf/trace_streamer/build/ |
| D | ohos.gni | 136 if (defined(invoker.output_name)) { 137 output_name = invoker.output_name
|
| /developtools/profiler/device/plugins/memory_plugin/ |
| D | BUILD.gn | 46 output_name = "memdataplugin" 55 output_name = "memorytest"
|
| /developtools/profiler/device/plugins/cpu_plugin/ |
| D | BUILD.gn | 45 output_name = "cpudataplugin" 54 output_name = "cpudataplugintest"
|
| /developtools/profiler/device/plugins/diskio_plugin/ |
| D | BUILD.gn | 46 output_name = "diskiodataplugin" 55 output_name = "diskiodataplugintest"
|
| /developtools/profiler/hiebpf/ |
| D | BUILD.gn | 84 output_name = "hiebpf.bpf.o" 143 output_name = "hiebpf"
|
| /developtools/profiler/proto_encoder/ |
| D | BUILD.gn | 26 output_name = "proto_encoder"
|
| /developtools/hiperf/interfaces/kits/js/napi/ |
| D | BUILD.gn | 37 output_name = "hiperf_napi"
|
| /developtools/profiler/device/plugins/sample_plugin/ |
| D | BUILD.gn | 18 output_name = "sampleplugin"
|
| /developtools/profiler/device/plugins/hidump_plugin/ |
| D | BUILD.gn | 44 output_name = "hidumpplugin"
|
| /developtools/profiler/device/plugins/process_plugin/ |
| D | BUILD.gn | 45 output_name = "processplugin"
|
| /developtools/profiler/device/plugins/hisysevent_plugin/ |
| D | BUILD.gn | 46 output_name = "hisyseventplugin"
|
| /developtools/profiler/device/plugins/network_plugin/ |
| D | BUILD.gn | 45 output_name = "networkplugin"
|
| /developtools/profiler/device/plugins/stream_plugin/ |
| D | BUILD.gn | 43 output_name = "streamplugin"
|
| /developtools/profiler/device/plugins/hilog_plugin/ |
| D | BUILD.gn | 46 output_name = "hilogplugin"
|
| /developtools/profiler/device/plugins/hiperf_plugin/ |
| D | BUILD.gn | 28 output_name = "hiperfplugin"
|
| /developtools/profiler/device/plugins/arkts_plugin/ |
| D | BUILD.gn | 48 output_name = "arktsplugin"
|
| /developtools/profiler/device/plugins/hiebpf_plugin/ |
| D | BUILD.gn | 43 output_name = "hiebpfplugin"
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/ |
| D | README.md | 70 output_name: ipcamera_hispark_taurus_result.json # 保存结果的文件的名字
|
12