Lines Matching defs:str

80     def write(self, message: str):
94 def init_logger(name: str):
105 def stderr(message: str):
109 def stdout(message: str):
123 cc_candidate: Optional[str] = os.environ["CC"]
199 def run_cleanup_script(directory: str, build_log_file: IO):
223 extra_analyzer_config: str = ""
224 extra_checkers: str = ""
251 extra_analyzer_config: str,
252 extra_checkers: str,
375 def get_project_dir(self) -> str:
378 def get_output_dir(self) -> str:
386 def build(self, directory: str, output_dir: str) -> Tuple[float, int]:
427 self, directory: str, output_dir: str, build_log_file: IO
456 extra_env: Dict[str, str] = {}
517 self, directory: str, output_dir: str
593 def generate_config(self) -> str:
601 def _download_and_patch(self, directory: str, build_log_file: IO):
625 def _download(self, directory: str, build_log_file: IO):
641 def _download_from_git(self, directory: str, build_log_file: IO):
660 def _unpack_zip(self, directory: str, build_log_file: IO):
679 def _run_download_script(directory: str, build_log_file: IO):
690 def _apply_patch(self, directory: str, build_log_file: IO):
712 def out(self, what: str):
716 def vout(self, what: str):
763 def check_build(output_dir: str):
806 def cleanup_reference_results(output_dir: str):
822 def run_cmp_results(directory: str, strictness: int = 0) -> bool:
900 def normalize_reference_results(directory: str, output_dir: str, build_mode: int):
937 def get_build_log_path(output_dir: str) -> str:
941 def remove_log_file(output_dir: str):
952 def clean_up_empty_plists(output_dir: str):
970 stderr(f"Error parsing plist file {plist}: {str(e)}")
974 def clean_up_empty_folders(output_dir: str):