Home
last modified time | relevance | path

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

/cts/tools/utils/
DbuildCts.py129 plan.Include(r'android\.core\.tests.*')
135 plan.Include(r'android\.core\.tests\.libcore.\package.\harmony*')
139 plan.Include(r'android\.core\.vm-tests-tf')
143 plan.Include(r'android\.tests\.appsecurity')
148 plan.Include('android\.aadb')
149 plan.Include('android\.bluetooth')
150 plan.Include('android\.graphics.*')
151 plan.Include('android\.hardware')
152 plan.Include('android\.media')
154 plan.Include('android\.net')
[all …]
/cts/tools/utils/cts/
Dtools.py172 self.Include('.*')
178 def Include(self, pattern): member in TestPlan