Searched refs:TI_FILTER (Results 1 – 19 of 19) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 70 constants.TI_FILTER: frozenset()} 72 constants.TI_FILTER: frozenset()} 74 constants.TI_FILTER: frozenset()} 110 constants.TI_FILTER: frozenset([CLASS_FILTER])} 113 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 118 constants.TI_FILTER: frozenset([PACKAGE_FILTER])} 121 constants.TI_FILTER: frozenset()} 132 constants.TI_FILTER: frozenset([CLASS_FILTER])} 160 data={constants.TI_FILTER: frozenset([METHOD_FILTER]), 169 constants.TI_FILTER: frozenset()}) [all …]
|
D | constants_default.py | 116 TI_FILTER = 'filter' variable
|
/tools/asuite/atest-py2/ |
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/asuite/atest-py2/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 | 72 constants.TI_FILTER: frozenset()}) 78 constants.TI_FILTER: frozenset([uc.CLASS_FILTER])}) 84 constants.TI_FILTER: frozenset([CLASS2_FILTER])}) 90 constants.TI_FILTER: frozenset(), 97 constants.TI_FILTER: frozenset(), 109 constants.TI_FILTER: frozenset([uc.CLASS_FILTER, CLASS2_FILTER])}) 115 constants.TI_FILTER: frozenset(), 123 constants.TI_FILTER: 131 constants.TI_FILTER: frozenset([uc.METHOD_FILTER, CLASS2_METHOD_FILTER])}) 137 constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER, CLASS2_METHOD_FILTER])}) [all …]
|
D | atest_tf_test_runner.py | 763 test_filters = test_info_i.data.get(constants.TI_FILTER) 772 data[constants.TI_FILTER] = self._flatten_test_filters(filters) 844 for test_filter in info.data.get(constants.TI_FILTER, []):
|
D | robolectric_test_runner.py | 219 filters = test_info.data.get(constants.TI_FILTER)
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 410 data={constants.TI_FILTER: test_filter, 442 constants.TI_FILTER: frozenset()}, 478 constants.TI_FILTER: ti_filter}, 881 constants.TI_FILTER: frozenset()},
|
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 | 316 constants.TI_FILTER: filters}) 359 constants.TI_FILTER: frozenset()})]
|
D | module_finder_unittest.py | 53 constants.TI_FILTER: frozenset([KERNEL_CLASS_FILTER])} 62 data={constants.TI_FILTER: frozenset([uc.FLAT_METHOD_FILTER]), 70 data={constants.TI_FILTER: frozenset([uc.CLASS_FILTER]), 76 data={constants.TI_FILTER: frozenset([uc.CC_CLASS_FILTER]), 963 constants.TI_FILTER: frozenset( 979 constants.TI_FILTER: frozenset(
|
D | cache_finder.py | 139 test_filters = t_info.data.get(constants.TI_FILTER, [])
|
/tools/asuite/atest-py2/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]),
|