Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java29 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
37 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
42 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
47 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
53 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
85 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
90 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
98 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
103 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
111 @android.annotation.SystemApi(client = android.annotation.SystemApi.Client.MODULE_LIBRARIES)
[all …]
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java19 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 …]
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerIndefLenConverter.java32 @android.compat.annotation.UnsupportedAppUsage
45 @android.compat.annotation.UnsupportedAppUsage
50 @android.compat.annotation.UnsupportedAppUsage
55 @android.compat.annotation.UnsupportedAppUsage
60 @android.compat.annotation.UnsupportedAppUsage
65 @android.compat.annotation.UnsupportedAppUsage
82 @android.compat.annotation.UnsupportedAppUsage
91 @android.compat.annotation.UnsupportedAppUsage
108 @android.compat.annotation.UnsupportedAppUsage private byte[] data;
110 @android.compat.annotation.UnsupportedAppUsage private int dataPos;
[all …]
DDerValue.java33 @android.compat.annotation.UnsupportedAppUsage
42 @android.compat.annotation.UnsupportedAppUsage
52 @android.compat.annotation.UnsupportedAppUsage
57 @android.compat.annotation.UnsupportedAppUsage
62 @android.compat.annotation.UnsupportedAppUsage
75 @android.compat.annotation.UnsupportedAppUsage
80 @android.compat.annotation.UnsupportedAppUsage
89 @android.compat.annotation.UnsupportedAppUsage
108 @android.compat.annotation.UnsupportedAppUsage
113 @android.compat.annotation.UnsupportedAppUsage
[all …]
DDerOutputStream.java33 @android.compat.annotation.UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553)
38 @android.compat.annotation.UnsupportedAppUsage
43 @android.compat.annotation.UnsupportedAppUsage
48 @android.compat.annotation.UnsupportedAppUsage
58 @android.compat.annotation.UnsupportedAppUsage
63 @android.compat.annotation.UnsupportedAppUsage
72 @android.compat.annotation.UnsupportedAppUsage
81 @android.compat.annotation.UnsupportedAppUsage
90 @android.compat.annotation.UnsupportedAppUsage
104 @android.compat.annotation.UnsupportedAppUsage
[all …]
DDerInputStream.java32 @android.compat.annotation.UnsupportedAppUsage
55 @android.compat.annotation.UnsupportedAppUsage
65 @android.compat.annotation.UnsupportedAppUsage
70 @android.compat.annotation.UnsupportedAppUsage
83 @android.compat.annotation.UnsupportedAppUsage
92 @android.compat.annotation.UnsupportedAppUsage
105 @android.compat.annotation.UnsupportedAppUsage
115 @android.compat.annotation.UnsupportedAppUsage
120 @android.compat.annotation.UnsupportedAppUsage
125 @android.compat.annotation.UnsupportedAppUsage
[all …]
/libcore/mmodules/intracoreapi/api/intra/
Dlast-api.txt2 package dalvik.annotation.compat {
48annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja…
51annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja…
75annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)…
Dcurrent.txt30 package dalvik.annotation.compat {
43 package dalvik.annotation.optimization {
45 …@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) @java.lang.annotation.…
48annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.lang.annotation.Target({j…
71 …method @dalvik.annotation.optimization.FastNative @libcore.api.CorePlatformApi(status=libcore.api.…
73 …method @dalvik.annotation.optimization.FastNative @libcore.api.CorePlatformApi(status=libcore.api.…
105annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja…
114annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja…
144annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)…
147annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)…
/libcore/luni/src/main/java/java/lang/
DFindBugsSuppressWarnings.java19 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;
/libcore/luni/src/main/java/libcore/api/
DHide.java19 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;
DIntraCoreApi.java19 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;
DCorePlatformApi.java20 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
21 import static java.lang.annotation.ElementType.CONSTRUCTOR;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.METHOD;
24 import static java.lang.annotation.ElementType.TYPE;
26 import java.lang.annotation.Retention;
27 import java.lang.annotation.RetentionPolicy;
28 import java.lang.annotation.Target;
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
DMetadataVariations.smali25 .annotation system Ldalvik/annotation/MethodParameters;
32 .end annotation
36 .annotation system Ldalvik/annotation/MethodParameters;
40 .end annotation
44 .annotation system Ldalvik/annotation/MethodParameters;
47 .end annotation
51 .annotation system Ldalvik/annotation/MethodParameters;
58 .end annotation
62 .annotation system Ldalvik/annotation/MethodParameters;
667 .end annotation
[all …]
/libcore/luni/src/main/java/libcore/util/
DNonNull.java18 import static java.lang.annotation.ElementType.FIELD;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.PARAMETER;
21 import static java.lang.annotation.ElementType.TYPE_USE;
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
24 import java.lang.annotation.Documented;
25 import java.lang.annotation.Retention;
26 import java.lang.annotation.Target;
DNullable.java18 import static java.lang.annotation.ElementType.FIELD;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.PARAMETER;
21 import static java.lang.annotation.ElementType.TYPE_USE;
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
24 import java.lang.annotation.Documented;
25 import java.lang.annotation.Retention;
26 import java.lang.annotation.Target;
/libcore/dalvik/src/main/java/dalvik/annotation/optimization/
DCriticalNative.java17 package dalvik.annotation.optimization;
19 import static android.annotation.SystemApi.Client.MODULE_LIBRARIES;
21 import android.annotation.SystemApi;
23 import java.lang.annotation.ElementType;
24 import java.lang.annotation.Retention;
25 import java.lang.annotation.RetentionPolicy;
26 import java.lang.annotation.Target;
DFastNative.java17 package dalvik.annotation.optimization;
19 import static android.annotation.SystemApi.Client.MODULE_LIBRARIES;
21 import android.annotation.SystemApi;
23 import java.lang.annotation.ElementType;
24 import java.lang.annotation.Retention;
25 import java.lang.annotation.RetentionPolicy;
26 import java.lang.annotation.Target;
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DAnnotatedElement.annotated.java30 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()
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DTestAnnotation4.java1 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;
DTestAnnotation2.java1 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;
DTestAnnotation3.java1 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;
DTestAnnotation3b.java1 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;
/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java19 import java.lang.annotation.Annotation;
20 import java.lang.annotation.IncompleteAnnotationException;
21 import java.lang.annotation.Repeatable;
78 private static <T extends Annotation> void insertAnnotationValues(Annotation annotation, in insertAnnotationValues() argument
94 valuesMethod = annotation.getClass().getDeclaredMethod("value"); in insertAnnotationValues()
98 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()
101 throw new IncompleteAnnotationException(annotation.getClass(), "value"); in insertAnnotationValues()
106 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()
112 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()
119 nestedAnnotations = (T[])valuesMethod.invoke(annotation); // Safe because of #getMethod. in insertAnnotationValues()
/libcore/dalvik/src/main/java/dalvik/annotation/codegen/
DCovariantReturnType.java17 package dalvik.annotation.codegen;
19 import static android.annotation.SystemApi.Client.MODULE_LIBRARIES;
21 import android.annotation.SystemApi;
23 import java.lang.annotation.ElementType;
24 import java.lang.annotation.Repeatable;
25 import java.lang.annotation.Retention;
26 import java.lang.annotation.RetentionPolicy;
27 import java.lang.annotation.Target;
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX500Name.java32 @android.compat.annotation.UnsupportedAppUsage
43 @android.compat.annotation.UnsupportedAppUsage
48 @android.compat.annotation.UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553)
58 @android.compat.annotation.UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553)
74 @android.compat.annotation.UnsupportedAppUsage
79 @android.compat.annotation.UnsupportedAppUsage
84 @android.compat.annotation.UnsupportedAppUsage
97 @android.compat.annotation.UnsupportedAppUsage
106 @android.compat.annotation.UnsupportedAppUsage
140 @android.compat.annotation.UnsupportedAppUsage
[all …]

12345678910>>...22