Lines Matching defs:list
294 def __main__(self, arg_list: list):
806 def build_for_gn_target(self, out_path: str, gn_args: list, arg_list: list, log_file_name: str):
873 out_path, x64_out_path, gn_args: list, args_to_cmd: str, timeout,
892 out_path, gn_args: list, log_file_name, args_to_cmd: str, timeout,
922 def build_for_test262(self, out_path, gn_args: list, arg_list: list):
952 def build_for_unittest(self, out_path: str, gn_args: list, log_file_name: str):
958 def build_for_runtime_core_unittest(self, out_path: str, gn_args: list, log_file_name: str):
963 def build_for_regress_test(self, out_path, gn_args: list, arg_list: list):
996 def build(self, out_path: str, gn_args: list, arg_list: list):
1025 def match_options(self, arg_list: list, out_path: str) -> [list, list]:
1108 def start_for_matched_os_cpu_mode(self, os_cpu_key: str, mode_key: str, arg_list: list):