Home
last modified time | relevance | path

Searched refs:TestFilter (Results 1 – 14 of 14) sorted by relevance

/tools/asuite/atest/
Dunittest_constants.py108 CLASS_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset())
111 PACKAGE_FILTER = test_info.TestFilter(PACKAGE, frozenset())
155 METHOD_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset([METHOD_NAME]))
163 FLAT_METHOD_FILTER = test_info.TestFilter(
171 PARAMETERIZED_METHOD_FILTER = test_info.TestFilter(
179 PARAMETERIZED_FLAT_METHOD_FILTER = test_info.TestFilter(
226 CC_CLASS_FILTER = test_info.TestFilter(CC_CLASS_NAME+".*", frozenset())
241 CC_CLASS_FILTER = test_info.TestFilter(CC_CLASS_NAME+".*", frozenset())
249 CC_METHOD_FILTER = test_info.TestFilter(CC_CLASS_NAME+"."+CC_METHOD_NAME,
251 CC_METHOD2_FILTER = test_info.TestFilter(CC_CLASS_NAME+"."+CC_METHOD_NAME+ \
/tools/asuite/atest-py2/
Dunittest_constants.py72 CLASS_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset())
75 PACKAGE_FILTER = test_info.TestFilter(PACKAGE, frozenset())
119 METHOD_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset([METHOD_NAME]))
127 FLAT_METHOD_FILTER = test_info.TestFilter(
173 CC_CLASS_FILTER = test_info.TestFilter(CC_CLASS_NAME+".*", frozenset())
188 CC_CLASS_FILTER = test_info.TestFilter(CC_CLASS_NAME+".*", frozenset())
196 CC_METHOD_FILTER = test_info.TestFilter(CC_CLASS_NAME+"."+CC_METHOD_NAME,
198 CC_METHOD2_FILTER = test_info.TestFilter(CC_CLASS_NAME+"."+CC_METHOD_NAME+ \
/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py239 ti_filter = frozenset([test_info.TestFilter(
247 [test_info.TestFilter(full_class_name, methods)])
255 [test_info.TestFilter(test_finder_utils.get_cc_filter(
272 [test_info.TestFilter(package_name, methods)])
375 [test_info.TestFilter(class_name, methods)])
499 test_filter = frozenset([test_info.TestFilter(package, frozenset())])
Dtf_integration_finder.py205 test_filters.append(test_info.TestFilter(class_name, methods))
218 test_filters.append(test_info.TestFilter(
Dtest_info.py113 class TestFilter(TestFilterBase): class
Dmodule_finder_unittest.py43 KERNEL_CLASS_FILTER = test_info.TestFilter(KERNEL_TEST_CLASS, frozenset())
/tools/asuite/atest/test_finders/
Dmodule_finder.py298 ti_filter = frozenset([test_info.TestFilter(
314 [test_info.TestFilter(full_class_name, methods)])
332 test_info.TestFilter(
339 [test_info.TestFilter(kwargs.get('class_name', None), methods)])
355 [test_info.TestFilter(package_name, methods)])
471 [test_info.TestFilter(class_name, methods)])
688 test_filter = frozenset([test_info.TestFilter(package, frozenset())])
Dtf_integration_finder.py295 test_filters.append(test_info.TestFilter(class_name, methods))
308 test_filters.append(test_info.TestFilter(
Dtest_info.py134 class TestFilter(TestFilterBase): class
Dmodule_finder_unittest.py51 KERNEL_CLASS_FILTER = test_info.TestFilter(KERNEL_TEST_CLASS, frozenset())
964 {test_info.TestFilter(class_name='class1.*',
980 {test_info.TestFilter(class_name='*/class1.*',
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner_unittest.py56 CLASS2_FILTER = test_info.TestFilter(FULL_CLASS2_NAME, frozenset())
57 METHOD2_FILTER = test_info.TestFilter(uc.FULL_CLASS_NAME, frozenset([uc.METHOD2_NAME]))
61 CLASS2_METHOD_FILTER = test_info.TestFilter(FULL_CLASS2_NAME,
119 frozenset([test_info.TestFilter(
/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py61 CLASS2_FILTER = test_info.TestFilter(FULL_CLASS2_NAME, frozenset())
62 METHOD2_FILTER = test_info.TestFilter(uc.FULL_CLASS_NAME, frozenset([uc.METHOD2_NAME]))
66 CLASS2_METHOD_FILTER = test_info.TestFilter(FULL_CLASS2_NAME,
124 frozenset([test_info.TestFilter(
Datest_tf_test_runner.py814 results.add(test_info.TestFilter(class_name, frozenset(methods)))
/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-host-util.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...