Home
last modified time | relevance | path

Searched refs:TI_FILTER (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/atest/
Dunittest_constants.py58 constants.TI_FILTER: frozenset()}
65 constants.TI_FILTER: frozenset([CLASS_FILTER])}
68 constants.TI_FILTER: frozenset([PACKAGE_FILTER])}
73 constants.TI_FILTER: frozenset([PACKAGE_FILTER])}
76 constants.TI_FILTER: frozenset()}
104 data={constants.TI_FILTER: frozenset([METHOD_FILTER]),
113 constants.TI_FILTER: frozenset()})
118 data={constants.TI_FILTER: frozenset(),
156 constants.TI_FILTER: frozenset([CC_CLASS_FILTER])}
170 constants.TI_FILTER: frozenset([CC_CLASS_FILTER])}
[all …]
Dconstants_default.py77 TI_FILTER = 'filter' variable
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner_unittest.py62 constants.TI_FILTER: frozenset()})
68 constants.TI_FILTER: frozenset([uc.CLASS_FILTER])})
74 constants.TI_FILTER: frozenset([CLASS2_FILTER])})
80 constants.TI_FILTER: frozenset(),
87 constants.TI_FILTER: frozenset(),
99 constants.TI_FILTER: frozenset([uc.CLASS_FILTER, CLASS2_FILTER])})
105 constants.TI_FILTER: frozenset(),
113 constants.TI_FILTER:
121 constants.TI_FILTER: frozenset([uc.METHOD_FILTER, CLASS2_METHOD_FILTER])})
127 constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER, CLASS2_METHOD_FILTER])})
[all …]
Datest_tf_test_runner.py433 test_filters = test_info_i.data.get(constants.TI_FILTER)
442 data[constants.TI_FILTER] = self._flatten_test_filters(filters)
507 for test_filter in info.data.get(constants.TI_FILTER, []):
Drobolectric_test_runner.py205 filters = test_info.data.get(constants.TI_FILTER)
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py40 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]),
46 data={constants.TI_FILTER: frozenset([uc.METHOD_FILTER]),
Dtf_integration_finder.py212 constants.TI_FILTER: filters})
254 constants.TI_FILTER: frozenset()})
Dmodule_finder_unittest.py42 data={constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER]),
50 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]),
56 data={constants.TI_FILTER: frozenset([uc.CC_CLASS_FILTER]),
Dmodule_finder.py312 data={constants.TI_FILTER: test_filter,
335 constants.TI_FILTER: frozenset()}))