/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 29 @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/ |
D | AnnotatedElementTestSupport.java | 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 …]
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerIndefLenConverter.java | 32 @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 …]
|
D | DerValue.java | 33 @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 …]
|
D | DerOutputStream.java | 33 @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 …]
|
D | DerInputStream.java | 32 @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/ |
D | last-api.txt | 2 package dalvik.annotation.compat { 48 …annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja… 51 …annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja… 75 …annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)…
|
D | current.txt | 30 package dalvik.annotation.compat { 43 package dalvik.annotation.optimization { 45 …@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) @java.lang.annotation.… 48 …annotation.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.… 105 …annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja… 114 …annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({ja… 144 …annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)… 147 …annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)…
|
/libcore/luni/src/main/java/java/lang/ |
D | FindBugsSuppressWarnings.java | 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;
|
/libcore/luni/src/main/java/libcore/api/ |
D | Hide.java | 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;
|
D | IntraCoreApi.java | 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;
|
D | CorePlatformApi.java | 20 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/ |
D | MetadataVariations.smali | 25 .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/ |
D | NonNull.java | 18 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;
|
D | Nullable.java | 18 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/ |
D | CriticalNative.java | 17 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;
|
D | FastNative.java | 17 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/ |
D | AnnotatedElement.annotated.java | 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()
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | TestAnnotation4.java | 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;
|
D | TestAnnotation2.java | 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;
|
D | TestAnnotation3.java | 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;
|
D | TestAnnotation3b.java | 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;
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotatedElements.java | 19 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/ |
D | CovariantReturnType.java | 17 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/ |
D | X500Name.java | 32 @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 …]
|