Searched refs:TI_FILTER (Results 1 – 18 of 18) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 62 constants.TI_FILTER: frozenset()} 64 constants.TI_FILTER: frozenset()} 77 constants.TI_FILTER: frozenset([CLASS_FILTER])} 80 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 85 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 88 constants.TI_FILTER: frozenset()} 99 constants.TI_FILTER: frozenset([CLASS_FILTER])} 127 data={constants.TI_FILTER: frozenset([METHOD_FILTER]), 136 constants.TI_FILTER: frozenset()}) 141 data={constants.TI_FILTER: frozenset(), [all …]
|
D | constants_default.py | 98 TI_FILTER = 'filter' variable
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 59 constants.TI_FILTER: frozenset()} 61 constants.TI_FILTER: frozenset()} 74 constants.TI_FILTER: frozenset([CLASS_FILTER])} 77 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 82 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 85 constants.TI_FILTER: frozenset()} 96 constants.TI_FILTER: frozenset([CLASS_FILTER])} 124 data={constants.TI_FILTER: frozenset([METHOD_FILTER]), 133 constants.TI_FILTER: frozenset()}) 138 data={constants.TI_FILTER: frozenset(), [all …]
|
D | constants_default.py | 97 TI_FILTER = 'filter' variable
|
/tools/tradefederation/core/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 67 constants.TI_FILTER: frozenset()}) 73 constants.TI_FILTER: frozenset([uc.CLASS_FILTER])}) 79 constants.TI_FILTER: frozenset([CLASS2_FILTER])}) 85 constants.TI_FILTER: frozenset(), 92 constants.TI_FILTER: frozenset(), 104 constants.TI_FILTER: frozenset([uc.CLASS_FILTER, CLASS2_FILTER])}) 110 constants.TI_FILTER: frozenset(), 118 constants.TI_FILTER: 126 constants.TI_FILTER: frozenset([uc.METHOD_FILTER, CLASS2_METHOD_FILTER])}) 132 constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER, CLASS2_METHOD_FILTER])}) [all …]
|
D | atest_tf_test_runner.py | 533 test_filters = test_info_i.data.get(constants.TI_FILTER) 542 data[constants.TI_FILTER] = self._flatten_test_filters(filters) 612 for test_filter in info.data.get(constants.TI_FILTER, []):
|
D | robolectric_test_runner.py | 207 filters = test_info.data.get(constants.TI_FILTER)
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 66 constants.TI_FILTER: frozenset()}) 72 constants.TI_FILTER: frozenset([uc.CLASS_FILTER])}) 78 constants.TI_FILTER: frozenset([CLASS2_FILTER])}) 84 constants.TI_FILTER: frozenset(), 91 constants.TI_FILTER: frozenset(), 103 constants.TI_FILTER: frozenset([uc.CLASS_FILTER, CLASS2_FILTER])}) 109 constants.TI_FILTER: frozenset(), 117 constants.TI_FILTER: 125 constants.TI_FILTER: frozenset([uc.METHOD_FILTER, CLASS2_METHOD_FILTER])}) 131 constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER, CLASS2_METHOD_FILTER])}) [all …]
|
D | atest_tf_test_runner.py | 546 test_filters = test_info_i.data.get(constants.TI_FILTER) 555 data[constants.TI_FILTER] = self._flatten_test_filters(filters) 621 for test_filter in info.data.get(constants.TI_FILTER, []):
|
D | robolectric_test_runner.py | 214 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 | 226 constants.TI_FILTER: filters}) 268 constants.TI_FILTER: frozenset()})]
|
D | module_finder.py | 324 data={constants.TI_FILTER: test_filter, 353 constants.TI_FILTER: frozenset()}, 382 constants.TI_FILTER: ti_filter},
|
D | module_finder_unittest.py | 45 constants.TI_FILTER: frozenset([KERNEL_CLASS_FILTER])} 54 data={constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER]), 62 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]), 68 data={constants.TI_FILTER: frozenset([uc.CC_CLASS_FILTER]),
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 43 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]), 49 data={constants.TI_FILTER: frozenset([uc.METHOD_FILTER]),
|
D | tf_integration_finder.py | 230 constants.TI_FILTER: filters}) 272 constants.TI_FILTER: frozenset()})]
|
D | module_finder.py | 326 data={constants.TI_FILTER: test_filter, 356 constants.TI_FILTER: frozenset()}, 385 constants.TI_FILTER: ti_filter},
|
D | module_finder_unittest.py | 48 constants.TI_FILTER: frozenset([KERNEL_CLASS_FILTER])} 57 data={constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER]), 65 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]), 71 data={constants.TI_FILTER: frozenset([uc.CC_CLASS_FILTER]),
|