Home
last modified time | relevance | path

Searched full:output_name (Results 1 – 25 of 33) sorted by relevance

12

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dmisc.py141 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 …]
Dconfig.yaml70 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
Dtemplate_processor.py146 output_name = GnVariableParser.string_parser("output_name", paragraph)
147 output_name, out_from = _gn_var_process(self.project_path,
148output_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,
Drom_analysis.py293 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/
DBUILD.gn85 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/
DBUILD.gn28 output_name = "bytraceplugin"
49 output_name = "test_bytraceplugin"
/developtools/smartperf_host/trace_streamer/build/
Dohos.gni136 if (defined(invoker.output_name)) {
137 output_name = invoker.output_name
/developtools/profiler/host/smartperf/trace_streamer/build/
Dohos.gni136 if (defined(invoker.output_name)) {
137 output_name = invoker.output_name
/developtools/profiler/device/plugins/memory_plugin/
DBUILD.gn46 output_name = "memdataplugin"
55 output_name = "memorytest"
/developtools/profiler/device/plugins/cpu_plugin/
DBUILD.gn45 output_name = "cpudataplugin"
54 output_name = "cpudataplugintest"
/developtools/profiler/device/plugins/diskio_plugin/
DBUILD.gn46 output_name = "diskiodataplugin"
55 output_name = "diskiodataplugintest"
/developtools/profiler/hiebpf/
DBUILD.gn84 output_name = "hiebpf.bpf.o"
143 output_name = "hiebpf"
/developtools/profiler/proto_encoder/
DBUILD.gn26 output_name = "proto_encoder"
/developtools/hiperf/interfaces/kits/js/napi/
DBUILD.gn37 output_name = "hiperf_napi"
/developtools/profiler/device/plugins/sample_plugin/
DBUILD.gn18 output_name = "sampleplugin"
/developtools/profiler/device/plugins/hidump_plugin/
DBUILD.gn44 output_name = "hidumpplugin"
/developtools/profiler/device/plugins/process_plugin/
DBUILD.gn45 output_name = "processplugin"
/developtools/profiler/device/plugins/hisysevent_plugin/
DBUILD.gn46 output_name = "hisyseventplugin"
/developtools/profiler/device/plugins/network_plugin/
DBUILD.gn45 output_name = "networkplugin"
/developtools/profiler/device/plugins/stream_plugin/
DBUILD.gn43 output_name = "streamplugin"
/developtools/profiler/device/plugins/hilog_plugin/
DBUILD.gn46 output_name = "hilogplugin"
/developtools/profiler/device/plugins/hiperf_plugin/
DBUILD.gn28 output_name = "hiperfplugin"
/developtools/profiler/device/plugins/arkts_plugin/
DBUILD.gn48 output_name = "arktsplugin"
/developtools/profiler/device/plugins/hiebpf_plugin/
DBUILD.gn43 output_name = "hiebpfplugin"
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/
DREADME.md70 output_name: ipcamera_hispark_taurus_result.json # 保存结果的文件的名字

12