Searched refs:DownloadType (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py14 class DownloadType(str, Enum): class in inherits:str, Enum
84 source: DownloadType = DownloadType.SCRIPT
159 source: DownloadType = raw_project.get("source", "zip")
162 if source == DownloadType.GIT:
H A DSATestBuild.py47 from ProjectMap import DownloadType, ProjectInfo namespace
591 if self.project.source == DownloadType.GIT:
593 elif self.project.source == DownloadType.ZIP:
595 elif self.project.source == DownloadType.SCRIPT:

Completed in 300 milliseconds