/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/ |
H A D | MethodDefinition.java | 42 public abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in MethodDefinition 53 public abstract boolean isAbstract(); in isAbstract() method in MethodDefinition 131 public abstract Builder setAnnotations(List<AnnotationNode> annotations); in setAnnotations() 137 public abstract Builder setIsAbstract(boolean isAbstract); in setIsAbstract() 177 abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in MethodDefinition.Builder 185 abstract boolean isAbstract(); in isAbstract() method in MethodDefinition.Builder
|
H A D | ClassDefinition.java | 46 public abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in ClassDefinition 58 public abstract boolean isAbstract(); in isAbstract() method in ClassDefinition 116 public abstract Builder setAnnotations(List<AnnotationNode> annotations); in setAnnotations() 118 public abstract Builder setIsAbstract(boolean isAbstract); in setIsAbstract()
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | ModifierList.kt | 20 fun annotations(): List<AnnotationItem> in annotations() method 32 fun isAbstract(): Boolean in annotations() method
|
H A D | ModifierListWriter.kt | 137 val isAbstract = list.isAbstract() in <lambda>() constant 268 var annotations = list.annotations() in <lambda>() variable
|
H A D | DefaultModifierList.kt | 53 protected var annotations: List<AnnotationItem> = emptyList(), variable in com.android.tools.metalava.model.DefaultBaseModifierList 69 override fun annotations(): List<AnnotationItem> { in annotations() method in com.android.tools.metalava.model.DefaultBaseModifierList 103 override fun isAbstract(): Boolean { in isAbstract() method in com.android.tools.metalava.model.DefaultBaseModifierList
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
H A D | XElements.java | 171 public static boolean isAbstract(XElement element) { in isAbstract() method in XElements 280 public static boolean hasAnyAnnotation(XAnnotated annotated, ClassName... annotations) { in hasAnyAnnotation() 285 public static boolean hasAnyAnnotation(XAnnotated annotated, Collection<ClassName> annotations) { in hasAnyAnnotation() 294 XAnnotated annotated, ClassName... annotations) { in getAnyAnnotation() 303 XAnnotated annotated, Collection<ClassName> annotations) { in getAnyAnnotation() 312 XAnnotated annotated, Collection<ClassName> annotations) { in getAllAnnotations()
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/javadoc/ |
H A D | docbase.kt | 100 …override fun annotations(): Array<out AnnotationDesc> = node.members(NodeKind.AnnotationClass).map… in annotationTypes() method 128 override fun annotations(): Array<out AnnotationDesc>? = nodeAnnotations(this).toTypedArray() in annotationType() method 218 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in underlyingType() method 241 …override fun annotations(): Array<out AnnotationDesc>? = node.members(NodeKind.Annotation).map { A… in <lambda>() method 280 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in typeName() method 286 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in typeName() method 366 override fun isAbstract(): Boolean = false // TODO in overriddenClass() method 420 …override fun isAbstract(): Boolean = classNode.details(NodeKind.Modifier).any { it.name == "abstra… in constantValue() method
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | ClassInfo.java | 97 boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, in ClassInfo() 117 boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, in initialize() 119 …luded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotation… in initialize() 151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init() 287 public boolean isAbstract() { in isAbstract() method in ClassInfo 658 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations() method in ClassInfo 2131 public void setAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in setAnnotations()
|
H A D | MethodInfo.java | 282 boolean isStatic, boolean isSynthetic, boolean isAbstract, boolean isSynchronized, in MethodInfo() 286 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in MethodInfo() 312 public boolean isAbstract() { in isAbstract() method in MethodInfo
|
H A D | InfoBuilder.java | 316 private static void printAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in printAnnotations() 1927 public boolean isAbstract() { in isAbstract() method in InfoBuilder.Modifiers
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
H A D | KSConstructorSyntheticImpl.kt | 37 override val isAbstract: Boolean = false constant in com.google.devtools.ksp.symbol.impl.synthetic.KSConstructorSyntheticImpl 73 override val annotations: Sequence<KSAnnotation> = emptySequence() constant in com.google.devtools.ksp.symbol.impl.synthetic.KSConstructorSyntheticImpl
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
H A D | KSFunctionDeclarationJavaImpl.kt | 47 override val annotations: Sequence<KSAnnotation> by lazy { in <lambda>() constant in com.google.devtools.ksp.symbol.impl.java.KSFunctionDeclarationJavaImpl 69 override val isAbstract: Boolean by lazy { in <lambda>() constant in com.google.devtools.ksp.symbol.impl.java.KSFunctionDeclarationJavaImpl
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | TypeSpec.kt | 56 override val annotations: List<AnnotationSpec> = builder.annotations.toImmutableList() in <lambda>() constant 498 override val annotations: MutableList<AnnotationSpec> = mutableListOf() in <lambda>() constant 800 … val isAbstract = ABSTRACT in modifiers || SEALED in modifiers || kind == Kind.INTERFACE || isEnum in <lambda>() constant
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/ |
H A D | Invokable.java | 188 public final boolean isAbstract() { in isAbstract() method in Invokable 277 Annotation[][] annotations = getParameterAnnotations(); in getParameters() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex30/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex10000/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex33/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex34/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex35/aar/ |
D | lint.jar | ... .UAnnotation annotation
boolean isKotlin
java.util.List annotations
String annotationClass
String defaultRetention
String expectedRetention
String actualRetention
org. ... |
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/ |
H A D | Invokable.java | 189 public final boolean isAbstract() { in isAbstract() method in Invokable 278 Annotation[][] annotations = getParameterAnnotations(); in getParameters() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | javaparser-core-3.3.0.jar | ... final com.github.javaparser.ast.NodeList annotations
final com.github.javaparser.JavaToken begin
public ... |
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | hibernate-annotations.jar | ... hibernate.annotations
public abstract annotation org.hibernate.annotations.AccessType extends java.lang.Object implements java |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/search/SettingsLib-annotation-processor/linux_glibc_common/withres/ |
D | SettingsLib-annotation-processor.jar | ... .io.IOException e
java.util.Set annotations
javax.annotation.processing.RoundEnvironment roundEnvironment
com. ... |
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/local-javac-header/ |
D | javapoet.jar | ... .javapoet.TypeName componentType
java.util.List annotations
public com.squareup.javapoet.ArrayTypeName annotated ( ... |