Home
last modified time | relevance | path

Searched defs:annotationName (Results 1 – 25 of 33) sorted by relevance

12

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DConfig.java75 boolean isInitializerMethodAnnotation(String annotationName); in isInitializerMethodAnnotation()
83 boolean isCustomNullableAnnotation(String annotationName); in isCustomNullableAnnotation()
91 boolean isCustomNonnullAnnotation(String annotationName); in isCustomNonnullAnnotation()
100 boolean isExcludedFieldAnnotation(String annotationName); in isExcludedFieldAnnotation()
125 boolean isExternalInitClassAnnotation(String annotationName); in isExternalInitClassAnnotation()
134 boolean isContractAnnotation(String annotationName); in isContractAnnotation()
DDummyOptionsConfig.java87 public boolean isExternalInitClassAnnotation(String annotationName) { in isExternalInitClassAnnotation()
92 public boolean isContractAnnotation(String annotationName) { in isContractAnnotation()
97 public boolean isExcludedFieldAnnotation(String annotationName) { in isExcludedFieldAnnotation()
102 public boolean isInitializerMethodAnnotation(String annotationName) { in isInitializerMethodAnnotation()
107 public boolean isCustomNullableAnnotation(String annotationName) { in isCustomNullableAnnotation()
112 public boolean isCustomNonnullAnnotation(String annotationName) { in isCustomNonnullAnnotation()
DAbstractConfig.java168 public boolean isInitializerMethodAnnotation(String annotationName) { in isInitializerMethodAnnotation()
173 public boolean isCustomNullableAnnotation(String annotationName) { in isCustomNullableAnnotation()
178 public boolean isCustomNonnullAnnotation(String annotationName) { in isCustomNonnullAnnotation()
197 public boolean isExcludedFieldAnnotation(String annotationName) { in isExcludedFieldAnnotation()
253 public boolean isExternalInitClassAnnotation(String annotationName) { in isExternalInitClassAnnotation()
258 public boolean isContractAnnotation(String annotationName) { in isContractAnnotation()
/external/dagger2/java/dagger/android/processor/
DMoreDaggerElements.java37 public static boolean isAnnotationPresent(Element element, ClassName annotationName) { in isAnnotationPresent()
48 Element element, ClassName annotationName) { in getAnnotationMirror()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java133 public default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent()
153 public default AnnotationExpr getAnnotationByName(String annotationName) { in getAnnotationByName()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DShardingAnnotator.java110 String annotationName = getAnnotationName(className); in annotateTestType() local
132 private void appendImport(CompilationUnit cu, ASTRewrite rewrite, String annotationName) { in appendImport()
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerElements.java169 public static boolean isAnnotationPresent(Element element, ClassName annotationName) { in isAnnotationPresent()
182 Element element, ClassName annotationName) { in getAnnotationMirror()
195 Element element, ClassName annotationName) { in getAnnotatedAnnotations()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java194 default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent()
213 default Optional<AnnotationExpr> getAnnotationByName(String annotationName) { in getAnnotationByName()
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
DAnnotations.java29 static Optional<AnnotationMirror> getAnnotationMirror(Element element, String annotationName) { in getAnnotationMirror()
DExtensionClassTypeSpecBuilder.java229 private static boolean hasAnnotationMirror(Element element, String annotationName) { in hasAnnotationMirror()
/external/dagger2/java/dagger/hilt/
DEntryPoints.java69 private static boolean hasAnnotationReflection(Class<?> clazz, String annotationName) { in hasAnnotationReflection()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/
DAnnotationStrings.java141 private static String asAnnotation(String annotationName) { in asAnnotation()
145 private static String asAnnotationWithContent(String annotationName, String content) { in asAnnotationWithContent()
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/
DMemoizedValidator.java74 static Optional<AnnotationMirror> getAnnotationMirror(Element element, String annotationName) { in getAnnotationMirror()
DMemoizeExtension.java334 private static boolean hasAnnotationMirror(Element element, String annotationName) { in hasAnnotationMirror()
/external/auto/common/src/main/java/com/google/auto/common/
DMoreElements.java244 public static boolean isAnnotationPresent(Element element, String annotationName) { in isAnnotationPresent()
286 Element element, String annotationName) { in getAnnotationMirror()
DAnnotationMirrors.java188 Element element, String annotationName) { in getAnnotatedAnnotations()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationTemplateVars.java57 String annotationName; field in AutoAnnotationTemplateVars
DAutoValueishProcessor.java1223 static Optional<AnnotationMirror> getAnnotationMirror(Element element, String annotationName) { in getAnnotationMirror()
1233 static boolean hasAnnotationMirror(Element element, String annotationName) { in hasAnnotationMirror()
/external/dagger2/java/dagger/hilt/android/processor/internal/bindvalue/
DBindValueMetadata.java80 abstract ClassName annotationName(); in annotationName() method in BindValueMetadata.BindValueElement
/external/dagger2/java/dagger/internal/codegen/xprocessing/
DXElements.java130 XAnnotated annotated, ClassName annotationName) { in getAnnotatedAnnotations()
/external/guice/core/src/com/google/inject/internal/
DIndexer.java62 final String annotationName; field in Indexer.IndexedBinding
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
DCompilationUnit.java408 public AnnotationDeclaration getAnnotationDeclarationByName(String annotationName) { in getAnnotationDeclarationByName()
/external/catch2/include/internal/
Dcatch_objc.hpp63 std::string const& annotationName, in getAnnotation()
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DAndroidEntryPointMetadata.java508 TypeElement element, TypeElement baseElement, ClassName annotationName) { in checkAnnotationsMatch()
/external/doclava/src/com/google/doclava/
DPackageInfo.java368 public ClassInfo getAnnotation(String annotationName) { in getAnnotation()

12