Searched refs:annotation_dict (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 684 def _is_srcs_match_method_annotation(self, method, srcs, annotation_dict): argument 697 include_annotations = annotation_dict.get(constants.INCLUDE_ANNOTATION, []) 698 exclude_annotations = annotation_dict.get(constants.EXCLUDE_ANNOTATION, [])
|
D | module_finder_unittest.py | 1618 annotation_dict = {constants.INCLUDE_ANNOTATION: 'includeAnnotation1'} 1625 input_method, input_srcs, annotation_dict 1633 input_method, input_srcs, annotation_dict 1644 annotation_dict = {constants.EXCLUDE_ANNOTATION: 'excludeAnnotation1'} 1652 input_method, input_srcs, annotation_dict 1661 input_method, input_srcs, annotation_dict
|