Searched refs:annotation (Results 51 - 75 of 1251) sorted by relevance

1234567891011>>

/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeepPublicImplementations.java7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public implementations or extensions
H A DKeepPublicProtectedClassMemberNames.java7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public or protected class members of
H A DKeepPublicProtectedClassMembers.java7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public or protected class members of
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jar ... -INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/annotation/CheckForNull. ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jar ... -INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/annotation/CheckForNull. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jar ... -INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/annotation/CheckForNull. ...
/external/proguard/examples/annotations/lib/
H A Dannotations.pro26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
36 -keepnames @proguard.annotation.KeepName class *
39 @proguard.annotation.KeepName *;
50 -keep class * implements @proguard.annotation.KeepImplementations *
51 -keep public class * implements @proguard.annotation.KeepPublicImplementations *
56 -keepclasseswithmembers @proguard.annotation.KeepApplication public class * {
65 -keepclassmembers @proguard.annotation.KeepClassMembers class * {
69 -keepclassmembers @proguard.annotation.KeepPublicClassMembers class * {
73 -keepclassmembers @proguard.annotation
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DAccessedByNative.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
H A DCalledByNative.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
H A DCalledByNativeUnchecked.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
14 * It only makes sense to use this annotation on methods that declare a throws... spec.
H A DJNIAdditionalImport.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
29 * and this annotation should not be used.
H A DJNINamespace.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
H A DNativeCall.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
H A DNativeClassQualifiedName.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DDisabledTest.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
13 * This annotation is for disabled tests.
15 * Tests with this annotation will not be run on any of the normal bots.
H A DEnormousTest.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
13 * This annotation is for enormous tests.
H A DFeature.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
16 * Instead, we use this annotation: each test should be annotated as:
H A DHostDrivenTest.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
13 * This annotation is for host-driven tests.
H A DIntegrationTest.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
13 * This annotation is for integration tests.
H A DTimeoutScale.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
13 * This annotation can be used to scale a specific test timeout.
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DJavascriptInterface.java7 import java.lang.annotation.ElementType;
8 import java.lang.annotation.Retention;
9 import java.lang.annotation.RetentionPolicy;
10 import java.lang.annotation.Target;
/external/guava/guava/src/com/google/common/base/
H A Dpackage-info.java66 import javax.annotation.ParametersAreNonnullByDefault;
/external/guava/guava/src/com/google/common/cache/
H A Dpackage-info.java34 import javax.annotation.ParametersAreNonnullByDefault;
/external/guava/guava/src/com/google/common/collect/
H A Dpackage-info.java224 @javax.annotation.ParametersAreNonnullByDefault
/external/guava/guava/src/com/google/common/hash/
H A Dpackage-info.java22 import javax.annotation.ParametersAreNonnullByDefault;

Completed in 2713 milliseconds

1234567891011>>