Searched defs:out_path (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 312 … def get_test262_cmd(gn_args, out_path, x64_out_path, run_pgo, enable_litecg, args_to_test262_cmd, argument 336 …def get_test262_aot_cmd(gn_args, out_path, x64_out_path, run_pgo, enable_litecg, args_to_test262_c… argument 380 def get_test262_jit_cmd(gn_args, out_path, x64_out_path, args_to_test262_cmd, timeout): argument 408 def get_test262_baseline_jit_cmd(gn_args, out_path, x64_out_path, args_to_test262_cmd, timeout): argument 723 … def build_for_test262(self, out_path, timeout, gn_args: list, arg_list: list, log_file_name: str, argument 773 …def build_for_regress_test(self, out_path, gn_args: list, arg_list: list, log_file_name: str, time… argument 889 def build_for_workload(self, arg_list, out_path, gn_args, log_file_name): argument
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 257 out_path: str = "" # full path to intermediate files up to folder variable in TestReport
|