Searched refs:annotation_dict (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 1014 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)
|
D | module_finder.py | 579 def _is_srcs_match_method_annotation(self, method, srcs, annotation_dict): argument 592 include_annotations = annotation_dict.get( 594 exclude_annotations = annotation_dict.get(
|