Searched full:output_name (Results 1 – 25 of 26) sorted by relevance
12
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | misc.py | 137 return unit["output_name"] 149 return unit["output_name"]+extension 157 output_name = unit["output_name"] 165 output_name = add_postfix(output_name, extension) 166 return add_prefix(output_name, prefix) 174 output_name = unit["output_name"] 179 output_name = add_postfix(output_name, extension) 180 return add_prefix(output_name, prefix) 189 output_name = unit["output_name"] 201 output_name = add_postfix(output_name, extension) [all …]
|
| D | config.yaml | 67 output_name: ipcamera_hispark_taurus_result.json # 输出文件的名字 92 output_name: ipcamera_hispark_taurus_linux_result.json 116 output_name: hispark_taurus_mini_system_result.json 140 output_name: wifiiot_hispark_pegasus_result.json 156 output_name: hispark_pegasus_mini_system_result.json 172 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 | 273 output_name: str = configs[product_name]["output_name"] 274 output_name = output_name.replace(".json", ".xls") 275 excel_writer.save(output_name) 335 with open(configs[product_name]["output_name"], 'w', encoding='utf-8') as f:
|
| /developtools/profiler/device/plugins/native_hook/ |
| D | BUILD.gn | 87 output_name = "native_hook" 96 output_name = "nativetest_c" 123 output_name = "nativetest_cpp" 147 output_name = "nativetest_so" 170 output_name = "malloctest_cpp" 196 output_name = "perf_test_data"
|
| /developtools/profiler/host/smartperf/trace_streamer/build/ |
| D | ohos.gni | 108 if (defined(invoker.output_name)) { 109 output_name = invoker.output_name
|
| /developtools/profiler/device/plugins/bytrace_plugin/ |
| D | BUILD.gn | 28 output_name = "bytraceplugin" 53 output_name = "test_bytraceplugin"
|
| /developtools/profiler/device/plugins/memory_plugin/ |
| D | BUILD.gn | 49 output_name = "memdataplugin" 58 output_name = "memorytest"
|
| /developtools/profiler/device/plugins/diskio_plugin/ |
| D | BUILD.gn | 49 output_name = "diskiodataplugin" 58 output_name = "diskiodataplugintest"
|
| /developtools/profiler/device/plugins/cpu_plugin/ |
| D | BUILD.gn | 48 output_name = "cpudataplugin" 57 output_name = "cpudataplugintest"
|
| /developtools/hiperf/interfaces/kits/js/napi/ |
| D | BUILD.gn | 39 output_name = "hiperf_napi"
|
| /developtools/profiler/device/plugins/sample_plugin/ |
| D | BUILD.gn | 18 output_name = "sampleplugin"
|
| /developtools/syscap_codec/ |
| D | BUILD.gn | 53 output_name = "syscap_tool" 103 output_name = "syscap_codec"
|
| /developtools/profiler/device/plugins/hidump_plugin/ |
| D | BUILD.gn | 46 output_name = "hidumpplugin"
|
| /developtools/profiler/device/plugins/hisysevent_plugin/ |
| D | BUILD.gn | 48 output_name = "hisyseventplugin"
|
| /developtools/profiler/device/plugins/stream_plugin/ |
| D | BUILD.gn | 45 output_name = "streamplugin"
|
| /developtools/profiler/device/plugins/hiperf_plugin/ |
| D | BUILD.gn | 28 output_name = "hiperfplugin"
|
| /developtools/profiler/device/plugins/network_plugin/ |
| D | BUILD.gn | 48 output_name = "networkplugin"
|
| /developtools/profiler/device/plugins/process_plugin/ |
| D | BUILD.gn | 47 output_name = "processplugin"
|
| /developtools/profiler/device/plugins/hilog_plugin/ |
| D | BUILD.gn | 49 output_name = "hilogplugin"
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/ |
| D | README.md | 70 output_name: ipcamera_hispark_taurus_result.json # 保存结果的文件的名字
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | rom_analyzer.py | 75 def __save_result_as_excel(cls, result_dict: dict, output_name: str): 114 excel_writer.save(output_name + ".xls")
|
| /developtools/profiler/device/plugins/native_daemon/ |
| D | BUILD.gn | 45 output_name = "native_daemon"
|
| /developtools/hiperf/ |
| D | BUILD.gn | 425 output_name = "hiperf_report"
|
| /developtools/profiler/ |
| D | README_zh.md | 336 output_name = "***plugin"
|
12