Searched full:output_name (Results 1 – 25 of 41) sorted by relevance
12
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | misc.py | 123 if "extension" in unit.keys() and (not unit["output_name"].endswith(unit["extension"])): 124 out = unit["output_name"].rstrip( 127 return unit["output_name"] 132 …if "output_extension" in unit.keys() and (not unit["output_name"].endswith(unit["output_extension"… 133 out = unit["output_name"].rstrip( 136 return unit["output_name"] 156 return unit["output_name"]+extension 165 output_name = unit["output_name"] 173 output_name = add_postfix(output_name, extension) 174 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 | 148 output_name = GnVariableParser.string_parser("output_name", paragraph) 149 output_name, out_from = _gn_var_process(self.project_path, 150 … output_name, target_name, gn_path, "target_name", "target_name", True) 170 "output_name": output_name, 235 "output_name": file_name, 272 "output_name": file_name,
|
| D | rom_analysis.py | 334 output_name: str = configs[product_name_info]["output_name"] 335 output_name = output_name.replace(".json", ".xls") 336 excel_writer.save(output_name)
|
| /developtools/profiler/device/plugins/native_hook/ |
| D | BUILD.gn | 95 output_name = "native_hook" 108 output_name = "nativetest_c" 130 output_name = "nativetest_cpp" 150 output_name = "nativetest_so" 169 output_name = "malloctest_cpp" 192 output_name = "perf_test_data" 208 output_name = "statisticstest_cpp"
|
| /developtools/profiler/device/plugins/bytrace_plugin/ |
| D | BUILD.gn | 27 output_name = "bytraceplugin" 48 output_name = "test_bytraceplugin"
|
| /developtools/profiler/device/plugins/xpower_plugin/ |
| D | BUILD.gn | 18 output_name = "xpowerplugin" 50 output_name = "xpowerdecoder"
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/build/ |
| D | ohos.gni | 156 if (defined(invoker.output_name)) { 157 output_name = invoker.output_name
|
| /developtools/profiler/device/plugins/memory_plugin/ |
| D | BUILD.gn | 55 output_name = "memdataplugin" 72 output_name = "memorytest"
|
| /developtools/profiler/device/plugins/gpu_plugin/ |
| D | BUILD.gn | 49 output_name = "gpudataplugin" 65 output_name = "gpudataplugintest"
|
| /developtools/profiler/device/plugins/cpu_plugin/ |
| D | BUILD.gn | 49 output_name = "cpudataplugin" 68 output_name = "cpudataplugintest"
|
| /developtools/profiler/device/plugins/diskio_plugin/ |
| D | BUILD.gn | 50 output_name = "diskiodataplugin" 69 output_name = "diskiodataplugintest"
|
| /developtools/profiler/hiebpf/ |
| D | BUILD.gn | 85 output_name = "hiebpf.bpf.o" 147 output_name = "hiebpf"
|
| /developtools/profiler/hidebug/interfaces/native/kits/ |
| D | BUILD.gn | 17 output_name = "ohhidebug"
|
| /developtools/hiperf/interfaces/kits/js/napi/ |
| D | BUILD.gn | 36 output_name = "hiperf_napi"
|
| /developtools/hdc/hdcd_user_permit/ |
| D | BUILD.gn | 34 output_name = "hdcd_user_permit"
|
| /developtools/profiler/proto_encoder/ |
| D | BUILD.gn | 25 output_name = "proto_encoder"
|
| /developtools/hdc/sudo/ |
| D | BUILD.gn | 54 output_name = "sudo"
|
| /developtools/profiler/device/plugins/sample_plugin/ |
| D | BUILD.gn | 18 output_name = "sampleplugin"
|
| /developtools/profiler/device/plugins/stream_plugin/ |
| D | BUILD.gn | 46 output_name = "streamplugin"
|
| /developtools/profiler/device/plugins/hisysevent_plugin/ |
| D | BUILD.gn | 49 output_name = "hisyseventplugin"
|
| /developtools/profiler/device/plugins/process_plugin/ |
| D | BUILD.gn | 50 output_name = "processplugin"
|
| /developtools/profiler/device/plugins/hilog_plugin/ |
| D | BUILD.gn | 49 output_name = "hilogplugin"
|
| /developtools/profiler/device/plugins/hidump_plugin/ |
| D | BUILD.gn | 49 output_name = "hidumpplugin"
|
| /developtools/profiler/device/plugins/network_plugin/ |
| D | BUILD.gn | 57 output_name = "networkplugin"
|
12