Home
last modified time | relevance | path

Searched refs:annotation_dict (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/test_finders/
Dmodule_finder_unittest.py1014 annotation_dict = {constants.INCLUDE_ANNOTATION: 'includeAnnotation1'}
1022 input_method, input_srcs, annotation_dict)
1029 input_method, input_srcs, annotation_dict)
1038 annotation_dict = {constants.EXCLUDE_ANNOTATION: 'excludeAnnotation1'}
1048 input_method, input_srcs, annotation_dict)
1056 input_method, input_srcs, annotation_dict)
Dmodule_finder.py579 def _is_srcs_match_method_annotation(self, method, srcs, annotation_dict): argument
592 include_annotations = annotation_dict.get(
594 exclude_annotations = annotation_dict.get(