Home
last modified time | relevance | path

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

/cts/tools/utils/
DbuildCts.py109 plan.Exclude('android\.performance.*')
114 plan.Exclude('android\.performance.*')
115 plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*')
120 plan.Exclude('android\.performance.*')
123 plan.Exclude(r'android\.tests\.sigtest')
124 plan.Exclude(r'android\.core.*')
144 plan.Exclude('.*')
150 plan.Exclude('android\.mediastress')
/cts/tools/utils/cts/
Dtools.py123 def Exclude(self, pattern): member in TestPlan