Home
last modified time | relevance | path

Searched defs:hasAnnotation (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/processor/internal/
DDaggerModelsKt.java15 public static final boolean hasAnnotation(@org.jetbrains.annotations.NotNull() in hasAnnotation() method in DaggerModelsKt
21 public static final boolean hasAnnotation(@org.jetbrains.annotations.NotNull() in hasAnnotation() argument
27 public static final boolean hasAnnotation(@org.jetbrains.annotations.NotNull() in hasAnnotation() argument
39 …private static final boolean hasAnnotation(com.google.devtools.ksp.symbol.KSAnnotated $this$hasAnn… in hasAnnotation() method in DaggerModelsKt
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/
H A DDaggerModels.kt31 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
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/kotlin/
Ddagger2-compiler-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__dagger2__linux_glibc_common__dagger2-compiler- ...
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtMember.java35 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
H A DCtClass.java593 public boolean hasAnnotation(Class<?> annotationType) { in hasAnnotation() method in CtClass
604 public boolean hasAnnotation(String annotationTypeName) { in hasAnnotation() method in CtClass
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/kapt/gen/stubs/dagger/spi/model/
DKspUtilsKt.java9 public static final boolean hasAnnotation(@org.jetbrains.annotations.NotNull() in hasAnnotation() method in KspUtilsKt
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DClassDetails.java47 public boolean hasAnnotation(String annotationClassName) { in hasAnnotation() method in ClassDetails
58 public boolean hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in ClassDetails
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFieldInfo.kt137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } in <lambda>() method in com.android.codegen.FieldInfo
/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/
H A DAnnotationUtils.kt4 fun <T> Class<T>?.hasAnnotation(annotation: Class<out Annotation>): Boolean = in hasAnnotation() method
/aosp_15_r20/external/dagger2/java/dagger/spi/model/
H A DKspUtils.kt22 fun KSClassDeclaration.hasAnnotation(annotationName: String): Boolean = in hasAnnotation() method
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/kotlin_headers/
Ddagger2-compiler-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__dagger2__linux_glibc_common__dagger2-compiler- ...
/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/annotation/
H A DFrameworkMethodAnnotations.java31 public boolean hasAnnotation(Class<? extends Annotation> annotation) { in hasAnnotation() method in FrameworkMethodAnnotations
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/
H A DSceneContainerRule.kt85 inline fun <reified T : Annotation> Description?.hasAnnotation(): Boolean = in <lambda>() method in com.android.systemui.flags.SceneContainerRule
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotated.java19 public abstract boolean hasAnnotation(Class<?> acls); in hasAnnotation() method in Annotated
H A DAnnotatedMember.java92 public final boolean hasAnnotation(Class<?> acls) { in hasAnnotation() method in AnnotatedMember
/aosp_15_r20/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java43 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
/aosp_15_r20/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java95 boolean hasAnnotation(@NonNull Element element, @NonNull String annotationQualifiedName) { in hasAnnotation() method in AnnotationUtils
/aosp_15_r20/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/
H A DReferenceTypeDeclaration.java196 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
H A DResolvedReferenceTypeDeclaration.java246 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java98 public boolean hasAnnotation(Class<? extends Annotation> type) { in hasAnnotation() method in ParameterSignature
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DApiAnalyzer.kt415 var hasAnnotation = false in <lambda>() variable
/aosp_15_r20/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
H A DDescriptorUtils.kt224 fun KSAnnotated.hasAnnotation(fqn: String): Boolean = in hasAnnotation() method
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DElementUtils.kt50 fun Element.hasAnnotation(annotationName: String): Boolean = annotationMirrors in <lambda>() method
/aosp_15_r20/art/test/715-clinit-implicit-parameter-annotations/src/
H A DMain.java132 String hasAnnotation = (annotation != null ? "Yes" : "No"); in DumpConstructorParameterAnnotations() local
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DModifierList.kt183 inline fun BaseModifierList.hasAnnotation(predicate: (AnnotationItem) -> Boolean): Boolean { in hasAnnotation() method

123456789