Searched refs:annotation (Results 1 – 25 of 476) sorted by relevance
12345678910>>...20
32 @dalvik.annotation.compat.UnsupportedAppUsage45 @dalvik.annotation.compat.UnsupportedAppUsage50 @dalvik.annotation.compat.UnsupportedAppUsage55 @dalvik.annotation.compat.UnsupportedAppUsage60 @dalvik.annotation.compat.UnsupportedAppUsage65 @dalvik.annotation.compat.UnsupportedAppUsage82 @dalvik.annotation.compat.UnsupportedAppUsage91 @dalvik.annotation.compat.UnsupportedAppUsage108 @dalvik.annotation.compat.UnsupportedAppUsage private byte[] data;110 @dalvik.annotation.compat.UnsupportedAppUsage private int dataPos;[all …]
33 @dalvik.annotation.compat.UnsupportedAppUsage42 @dalvik.annotation.compat.UnsupportedAppUsage52 @dalvik.annotation.compat.UnsupportedAppUsage57 @dalvik.annotation.compat.UnsupportedAppUsage62 @dalvik.annotation.compat.UnsupportedAppUsage75 @dalvik.annotation.compat.UnsupportedAppUsage80 @dalvik.annotation.compat.UnsupportedAppUsage89 @dalvik.annotation.compat.UnsupportedAppUsage108 @dalvik.annotation.compat.UnsupportedAppUsage113 @dalvik.annotation.compat.UnsupportedAppUsage[all …]
33 @dalvik.annotation.compat.UnsupportedAppUsage38 @dalvik.annotation.compat.UnsupportedAppUsage43 @dalvik.annotation.compat.UnsupportedAppUsage48 @dalvik.annotation.compat.UnsupportedAppUsage58 @dalvik.annotation.compat.UnsupportedAppUsage63 @dalvik.annotation.compat.UnsupportedAppUsage72 @dalvik.annotation.compat.UnsupportedAppUsage81 @dalvik.annotation.compat.UnsupportedAppUsage90 @dalvik.annotation.compat.UnsupportedAppUsage104 @dalvik.annotation.compat.UnsupportedAppUsage[all …]
32 @dalvik.annotation.compat.UnsupportedAppUsage55 @dalvik.annotation.compat.UnsupportedAppUsage65 @dalvik.annotation.compat.UnsupportedAppUsage70 @dalvik.annotation.compat.UnsupportedAppUsage83 @dalvik.annotation.compat.UnsupportedAppUsage92 @dalvik.annotation.compat.UnsupportedAppUsage105 @dalvik.annotation.compat.UnsupportedAppUsage115 @dalvik.annotation.compat.UnsupportedAppUsage120 @dalvik.annotation.compat.UnsupportedAppUsage125 @dalvik.annotation.compat.UnsupportedAppUsage[all …]
19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;25 import java.lang.annotation.Retention;26 import static java.lang.annotation.RetentionPolicy.CLASS;27 import java.lang.annotation.Target;
19 import java.lang.annotation.Annotation;20 import java.lang.annotation.ElementType;21 import java.lang.annotation.Inherited;22 import java.lang.annotation.Repeatable;23 import java.lang.annotation.Retention;24 import java.lang.annotation.RetentionPolicy;25 import java.lang.annotation.Target;168 for (Annotation annotation : annotations) { in annotationsToTypes()169 result.add(annotation.annotationType()); in annotationsToTypes()175 Class<? extends Annotation> annotation) { in assertPresent() argument[all …]
19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.CONSTRUCTOR;21 import static java.lang.annotation.ElementType.FIELD;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.TYPE;25 import java.lang.annotation.Retention;26 import java.lang.annotation.RetentionPolicy;27 import java.lang.annotation.Target;
16 package dalvik.annotation.compat;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;19 import static java.lang.annotation.ElementType.FIELD;20 import static java.lang.annotation.ElementType.METHOD;21 import static java.lang.annotation.ElementType.TYPE;22 import static java.lang.annotation.RetentionPolicy.CLASS;25 import java.lang.annotation.Repeatable;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
1 package org.apache.harmony.annotation.tests.java.lang.annotation;3 import java.lang.annotation.ElementType;4 import java.lang.annotation.Retention;5 import java.lang.annotation.RetentionPolicy;6 import java.lang.annotation.Target;
25 .annotation system Ldalvik/annotation/MethodParameters;32 .end annotation36 .annotation system Ldalvik/annotation/MethodParameters;40 .end annotation44 .annotation system Ldalvik/annotation/MethodParameters;47 .end annotation51 .annotation system Ldalvik/annotation/MethodParameters;58 .end annotation62 .annotation system Ldalvik/annotation/MethodParameters;667 .end annotation[all …]
30 import java.lang.annotation.AnnotationFormatError;31 import java.lang.annotation.Annotation;36 …ationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annotation.Annotation> anno… in isAnnotationPresent()38 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation()40 public java.lang.annotation.@libcore.util.NonNull Annotation @libcore.util.NonNull [] getAnnotation… in getAnnotations()42 public default <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(@libcore.util.N… in getAnnotationsByType()44 @libcore.util.Nullable public default <T extends java.lang.annotation.Annotation> T getDeclaredAnno… in getDeclaredAnnotation()46 public default <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType(@libcor… in getDeclaredAnnotationsByType()48 public java.lang.annotation.@libcore.util.NonNull Annotation @libcore.util.NonNull [] getDeclaredAn… in getDeclaredAnnotations()
17 package dalvik.annotation.codegen;19 import java.lang.annotation.ElementType;20 import java.lang.annotation.Repeatable;21 import java.lang.annotation.Retention;22 import java.lang.annotation.RetentionPolicy;23 import java.lang.annotation.Target;
17 package dalvik.annotation;19 import java.lang.annotation.ElementType;20 import java.lang.annotation.Retention;21 import java.lang.annotation.RetentionPolicy;22 import java.lang.annotation.Target;