Lines Matching refs:targets
206 def __init__(self, arch, mode, targets, tests=[]): argument
209 self.targets = set(targets)
212 def Extend(self, targets, tests=[]): argument
213 self.targets.update(targets)
243 targets = " ".join(self.targets)
247 return _Call("autoninja -C %s %s" % (path, targets))
250 (path, targets))
285 def PopulateConfigs(self, arches, modes, targets, tests): argument
290 self.configs[path] = Config(a, m, targets, tests)
292 self.configs[path].Extend(targets, tests)
309 targets = []
336 targets.append(word)
345 targets += impact["targets"]
350 targets = targets or DEFAULT_TARGETS
352 self.PopulateConfigs(arches, modes, targets, tests)