Lines Matching defs:str
36 def _call(cmd: str):
41 def _write(filename: str, content: str, mode: str):
46 def call_with_output(cmd: str, file: str):
77 def backup(file: str, mode: str):
305 def is_dict_flags_match_arg(dict_to_match: dict, arg_to_match: str) -> bool:
494 …def parse_option(arg_list: List[str], option_name: str, default_value: Optional[Union[str, int]]) \
504 def __is_option_value_int(value: Optional[Union[str, int]]) -> Tuple[bool, Optional[int]]:
511 def __is_option_value_str(value: Optional[Union[str, int]]) -> Tuple[bool, Optional[str]]:
518 def __get_option_value(option_name: str, value: Optional[Union[str, int]]) -> Union[str, int]:
529 def __parse_option_with_space(arg_list: List[str], option_name: str) \
544 def __parse_option_with_equal(arg_list: List[str], option_name: str) \
590 …def which_dict_flags_match_arg(self, dict_including_dicts_to_match: dict, arg_to_match: str) -> st…
596 def dict_in_os_cpu_mode_match_arg(self, arg: str) -> [bool, str, str]:
619 …def get_help_msg_of_dict(self, dict_in: dict, indentation_str_current: str, indentation_str_per_le…
673 def clean(self, out_path: str):
685 def build_for_gn_target(self, out_path: str, gn_args: list, arg_list: list, log_file_name: str):
723 … def build_for_test262(self, out_path, timeout, gn_args: list, arg_list: list, log_file_name: str,
767 def build_for_unittest(self, out_path: str, gn_args: list, log_file_name:str):
773 …def build_for_regress_test(self, out_path, gn_args: list, arg_list: list, log_file_name: str, time…
795 def build(self, out_path: str, gn_args: list, arg_list: list):
849 def match_options(self, arg_list: list, out_path: str) -> [list, list]:
932 def start_for_matched_os_cpu_mode(self, os_cpu_key: str, mode_key: str, arg_list: list):