| /external/dagger2/java/dagger/hilt/processor/internal/ |
| D | DaggerModels.kt | 31 fun DaggerType.hasAnnotation(className: ClassName): Boolean = in hasAnnotation() method 37 fun KSDeclaration.hasAnnotation(annotationName: String): Boolean = in hasAnnotation() method 42 fun DaggerElement.hasAnnotation(className: ClassName) = in hasAnnotation() method 54 private fun KSAnnotated.hasAnnotation(className: ClassName) = in hasAnnotation() method
|
| /external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
| D | ClassDetails.java | 47 public boolean hasAnnotation(String annotationClassName) { in hasAnnotation() method in ClassDetails 58 public boolean hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in ClassDetails
|
| /external/javassist/src/main/javassist/ |
| D | CtMember.java | 35 public boolean hasAnnotation(String clz) { return false; } in hasAnnotation() method in CtMember.Cache 230 public boolean hasAnnotation(Class<?> clz) { in hasAnnotation() method in CtMember 241 public abstract boolean hasAnnotation(String annotationTypeName); in hasAnnotation() method in CtMember
|
| D | CtClass.java | 593 public boolean hasAnnotation(Class<?> annotationType) { in hasAnnotation() method in CtClass 604 public boolean hasAnnotation(String annotationTypeName) { in hasAnnotation() method in CtClass
|
| D | CtBehavior.java | 191 public boolean hasAnnotation(String typeName) { in hasAnnotation() method in CtBehavior
|
| D | CtField.java | 262 public boolean hasAnnotation(String typeName) { in hasAnnotation() method in CtField
|
| D | CtClassType.java | 534 public boolean hasAnnotation(String annotationName) { in hasAnnotation() method in CtClassType
|
| /external/dagger2/java/dagger/spi/model/ |
| D | KspUtils.kt | 22 fun KSClassDeclaration.hasAnnotation(annotationName: String): Boolean = in hasAnnotation() method
|
| /external/junit-params/src/main/java/junitparams/internal/annotation/ |
| D | FrameworkMethodAnnotations.java | 31 public boolean hasAnnotation(Class<? extends Annotation> annotation) { in hasAnnotation() method in FrameworkMethodAnnotations
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
| D | Annotated.java | 19 public abstract boolean hasAnnotation(Class<?> acls); in hasAnnotation() method in Annotated
|
| D | AnnotatedMember.java | 92 public final boolean hasAnnotation(Class<?> acls) { in hasAnnotation() method in AnnotatedMember
|
| D | AnnotatedClass.java | 253 public boolean hasAnnotation(Class<?> acls) { in hasAnnotation() method in AnnotatedClass
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/ |
| D | ReferenceTypeDeclaration.java | 196 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
| D | ResolvedReferenceTypeDeclaration.java | 246 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
|
| /external/junit/src/main/java/org/junit/experimental/theories/ |
| D | ParameterSignature.java | 98 public boolean hasAnnotation(Class<? extends Annotation> type) { in hasAnnotation() method in ParameterSignature
|
| /external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/ |
| D | DescriptorUtils.kt | 224 fun KSAnnotated.hasAnnotation(fqn: String): Boolean = in hasAnnotation() method
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | messageformat2_data_model.h | 2606 bool hasAnnotation() const { return !local && (annotation != nullptr); } in hasAnnotation() function
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | messageformat2_data_model.h | 2606 bool hasAnnotation() const { return !local && (annotation != nullptr); } in hasAnnotation() function
|
| /external/dokka/core/src/main/kotlin/javadoc/ |
| D | docbase.kt | 89 private fun DocumentationNode.hasAnnotation(klass: KClass<*>) = klass.qualifiedName in annotations.… in <lambda>() method
|
| /external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/ |
| D | Span.java | 1449 boolean hasAnnotation(); in hasAnnotation() method 3880 public boolean hasAnnotation() { in hasAnnotation() method in Span.TimeEvent 4623 public boolean hasAnnotation() { in hasAnnotation() method in Span.TimeEvent.Builder
|