Searched refs:TI_FILTER (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 58 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 …]
|
D | constants_default.py | 77 TI_FILTER = 'filter' variable
|
/tools/tradefederation/core/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 62 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 …]
|
D | atest_tf_test_runner.py | 433 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, []):
|
D | robolectric_test_runner.py | 205 filters = test_info.data.get(constants.TI_FILTER)
|
/tools/tradefederation/core/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 40 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]), 46 data={constants.TI_FILTER: frozenset([uc.METHOD_FILTER]),
|
D | tf_integration_finder.py | 212 constants.TI_FILTER: filters}) 254 constants.TI_FILTER: frozenset()})
|
D | module_finder_unittest.py | 42 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]),
|
D | module_finder.py | 312 data={constants.TI_FILTER: test_filter, 335 constants.TI_FILTER: frozenset()}))
|