Searched defs:ProjectInfo (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SATestAdd.py | 52 def add_new_project(project: ProjectInfo): 82 def is_existing_project(project_map: ProjectMap, project: ProjectInfo) -> bool:
|
H A D | ProjectMap.py | 78 class ProjectInfo(NamedTuple): class 188 def _save(projects: List[ProjectInfo], path: str): 194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]: 199 def _convert_info_to_dict(project: ProjectInfo) -> JSON:
|
H A D | SATestBenchmark.py | 39 def __init__(self, projects: List[ProjectInfo], iterations: int, 52 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame:
|
H A D | SATestUpdateDiffs.py | 18 def update_reference_results(project: ProjectInfo, git: bool = False):
|
H A D | SATestBuild.py | 236 def __init__(self, jobs: int, projects: List[ProjectInfo],
|