Lines Matching defs:str
79 def write(self, message: str):
93 def init_logger(name: str):
104 def stderr(message: str):
108 def stdout(message: str):
197 def run_cleanup_script(directory: str, build_log_file: IO):
237 override_compiler: bool, extra_analyzer_config: str,
362 def build(self, directory: str, output_dir: str) -> Tuple[float, int]:
401 def scan_build(self, directory: str, output_dir: str,
487 def analyze_preprocessed(self, directory: str,
488 output_dir: str) -> Tuple[float, int]:
563 def _download_and_patch(self, directory: str, build_log_file: IO):
587 def _download(self, directory: str, build_log_file: IO):
602 def _download_from_git(self, directory: str, build_log_file: IO):
613 def _unpack_zip(self, directory: str, build_log_file: IO):
631 def _run_download_script(directory: str, build_log_file: IO):
637 def _apply_patch(self, directory: str, build_log_file: IO):
658 def out(self, what: str):
662 def vout(self, what: str):
706 def check_build(output_dir: str):
747 def cleanup_reference_results(output_dir: str):
763 def run_cmp_results(directory: str, strictness: int = 0) -> bool:
839 def normalize_reference_results(directory: str, output_dir: str,
872 def get_build_log_path(output_dir: str) -> str:
876 def remove_log_file(output_dir: str):
887 def clean_up_empty_plists(output_dir: str):
909 def clean_up_empty_folders(output_dir: str):