HomeSort by relevance Sort by last modified time
    Searched refs:all_packages (Results 1 - 2 of 2) sorted by null

  /build/tools/
diff_package_overlays.py 45 all_packages = set(f.read().split())
72 if p in all_packages:
  /cts/tools/utils/cts/
tools.py 113 def __init__(self, all_packages):
117 all_packages: The full list of available packages. Subsequent calls to Exclude() and
120 self.all_packages = all_packages
135 for package in self.all_packages:
147 for package in self.all_packages:
150 for package in self.all_packages:
166 for package in self.all_packages:

Completed in 53 milliseconds