Searched refs:Ann (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 158 for (const auto *Ann : D->specific_attrs<AnnotateAttr>()) in isAnnotatedToAllowDirectAssignment() local 159 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment() 219 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) in AttrFilter() local 220 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
|
D | IvarInvalidationChecker.cpp | 230 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) { in isInvalidationMethod() local 232 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod() 235 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
|
D | LocalizationChecker.cpp | 570 D->specific_attr_end<AnnotateAttr>(), [](const AnnotateAttr *Ann) { in isAnnotatedAsLocalized() argument 571 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsLocalized()
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
D | AbstractInjectorGrapherTest.java | 90 private static @interface Ann {} annotation in AbstractInjectorGrapherTest 117 iaAnnNode = new InterfaceNode(NodeId.newTypeId(Key.get(IA.class, Ann.class)), null); in setUp() 127 bind(IA.class).annotatedWith(Ann.class).to(A.class); in testLinkedAndInstanceBindings() 173 bind(IA.class).annotatedWith(Ann.class).to(A.class); in testGraphWithGivenRoot()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 3006 Hall, Ann 3024 Hamilton, Ann 4806 Michalov, Ann 5097 Newdigate, Ann 5103 Newton, Ann Mary 5891 Robinson, Ann 5956 Rosenthal, Ann Tevy 6102 Sanders, Ann 6568 Stautberg, Ann 7385 Willson, Mary Ann
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 749 and called out to her in an angry tone, `Why, Mary Ann, what ARE 761 upstairs, in great fear lest she should meet the real Mary Ann, 832 `Mary Ann! Mary Ann!' said the voice. `Fetch me my gloves
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2055 const AnnotateAttr *Ann = dyn_cast<AnnotateAttr>(A); in DeclHasAttr() local 2058 if (Ann) { in DeclHasAttr() 2059 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
|