Home
last modified time | relevance | path

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

/cts/tools/utils/
DbuildCts.py128 plan.Include(r'android\.core\.tests.*')
132 plan.Include(r'android\.core\.vm-tests-tf')
136 plan.Include(r'android\.tests\.sigtest')
140 plan.Include(r'android\.tests\.appsecurity')
145 plan.Include('android\.aadb')
146 plan.Include('android\.bluetooth')
147 plan.Include('android\.graphics.*')
148 plan.Include('android\.hardware')
149 plan.Include('android\.media')
151 plan.Include('android\.net')
[all …]
/cts/tools/utils/cts/
Dtools.py133 self.Include('.*')
139 def Include(self, pattern): member in TestPlan