OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:available_tests
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/android/pylib/host_driven/
test_info_collection.py
80
available_tests
= self.all_tests
84
available_tests
= [t for t in
available_tests
if
95
available_tests
+= tests_without_annotation
97
excluded_tests = [t for t in
available_tests
if
99
available_tests
= list(set(
available_tests
) - set(excluded_tests))
100
available_tests
= [t for t in
available_tests
if
103
return
available_tests
[
all
...]
setup.py
188
available_tests
= test_collection.GetAvailableTests(
193
[t.tagged_name for t in
available_tests
]))
202
return (TestRunnerFactory,
available_tests
)
/external/chromium_org/build/android/pylib/instrumentation/
test_jar.py
192
available_tests
= self.GetAnnotatedTests(annotation_filter_list)
199
available_tests
.append(test)
202
available_tests
= list(set(
available_tests
) - set(excluded_tests))
204
available_tests
= [m for m in self.GetTestMethods()
209
# |
available_tests
| are in adb instrument format: package.path.class#test.
211
tests = [t for t in
available_tests
214
tests =
available_tests
Completed in 920 milliseconds