Home
last modified time | relevance | path

Searched refs:supported_configs (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/atest/
Dbazel_mode.py816 def supported_configs(self) -> Set[Config]: member in Target
1136 supported_configs: List[Config]):
1143 self._supported_configs = supported_configs
1157 def supported_configs(self) -> Set[Config]: member in SoongPrebuiltTarget
1164 supported_configs = set(self.config_files.keys())
1165 if supported_configs:
1166 return supported_configs
1234 self.supported_configs()
1240 for config in self.supported_configs():
1281 for config in target.supported_configs():