Home
last modified time | relevance | path

Searched refs:Retention (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRunning.java24 import java.lang.annotation.Retention;
35 @Retention(RUNTIME)
40 @Retention(RUNTIME)
45 @Retention(RUNTIME)
50 @Retention(RUNTIME)
55 @Retention(RUNTIME)
/external/wycheproof/java/com/google/security/wycheproof/
DWycheproofRunner.java20 import java.lang.annotation.Retention;
62 @Retention(RetentionPolicy.RUNTIME)
73 @Retention(RetentionPolicy.RUNTIME)
82 @Retention(RetentionPolicy.RUNTIME)
94 @Retention(RetentionPolicy.RUNTIME)
108 @Retention(RetentionPolicy.RUNTIME)
123 @Retention(RetentionPolicy.RUNTIME)
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dtype_anno_c_array.test4 import java.lang.annotation.Retention;
7 @Retention(RetentionPolicy.RUNTIME)
11 @Retention(RetentionPolicy.RUNTIME)
15 @Retention(RetentionPolicy.RUNTIME)
19 @Retention(RetentionPolicy.RUNTIME)
Dtype_anno_retention.test4 import java.lang.annotation.Retention;
7 @Retention(RetentionPolicy.SOURCE)
11 @Retention(RetentionPolicy.RUNTIME)
15 @Retention(RetentionPolicy.CLASS)
Dannouse17.test4 import java.lang.annotation.Retention;
7 @Retention(RetentionPolicy.SOURCE)
13 import java.lang.annotation.Retention;
16 @Retention(RetentionPolicy.RUNTIME)
Dannouse16.test4 import java.lang.annotation.Retention;
7 @Retention(RetentionPolicy.RUNTIME)
15 import java.lang.annotation.Retention;
18 @Retention(RetentionPolicy.RUNTIME)
Dannouse15.test4 import java.lang.annotation.Retention;
7 @Retention(RetentionPolicy.RUNTIME)
20 Retention twelve() default @Retention(RetentionPolicy.SOURCE);
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DSetupMetricsLoggingConstants.java23 import java.lang.annotation.Retention;
30 @Retention(RetentionPolicy.SOURCE)
55 @Retention(RetentionPolicy.SOURCE)
/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java24 import java.lang.annotation.Retention;
144 @Retention(RUNTIME)
150 @Retention(RUNTIME)
160 @Retention(RUNTIME)
/external/guice/core/test/com/google/inject/multibindings/
DProvidesIntoTest.java34 import java.lang.annotation.Retention;
204 @Retention(RUNTIME)
210 @Retention(RUNTIME)
254 @Retention(RUNTIME)
283 @Retention(RUNTIME)
404 @Retention(RUNTIME)
432 @Retention(RUNTIME)
/external/javapoet/src/test/java/com/squareup/javapoet/
DAnnotationSpecTest.java21 import java.lang.annotation.Retention;
32 @Retention(RetentionPolicy.RUNTIME)
37 @Retention(RetentionPolicy.RUNTIME)
41 @Retention(RetentionPolicy.RUNTIME)
51 @Retention(RetentionPolicy.RUNTIME)
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureEnumTest.java23 import java.lang.annotation.Retention;
41 final Retention retentionPolicy = in assertGoodTesterAnnotation()
42 annotationClass.getAnnotation(Retention.class); in assertGoodTesterAnnotation()
/external/guice/examples/src/example/xml/
DFromSim.java5 import java.lang.annotation.Retention;
7 @Retention(RUNTIME)
DFromFlash.java5 import java.lang.annotation.Retention;
7 @Retention(RUNTIME)
/external/junit/src/main/java/org/junit/runners/
DParameterized.java5 import java.lang.annotation.Retention;
171 @Retention(RetentionPolicy.RUNTIME)
202 @Retention(RetentionPolicy.RUNTIME)
222 @Retention(RetentionPolicy.RUNTIME)
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DMarkerAnnotation.java21 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.RUNTIME)
DMarkerAnnotationInvisible.java21 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.CLASS)
DCombinedAnnotation.java21 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.RUNTIME)
DAnnotationEnumElement.java21 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.RUNTIME)
DSimpleAnnotation.java21 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.RUNTIME)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
DMiddleScope.java18 import java.lang.annotation.Retention;
24 @Retention(RUNTIME)
/external/junit-params/src/main/java/junitparams/naming/
DTestCaseName.java3 import java.lang.annotation.Retention;
9 @Retention(RetentionPolicy.RUNTIME)
/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedParameter.java34 import java.lang.annotation.Retention;
37 @Retention(RetentionPolicy.RUNTIME)
/external/dagger2/core/src/main/java/dagger/internal/
DBeta.java19 import java.lang.annotation.Retention;
32 @Retention(SOURCE)
/external/jsr305/ri/src/main/java/javax/annotation/
DWillCloseWhenClosed.java4 import java.lang.annotation.Retention;
8 @Retention(RetentionPolicy.RUNTIME)

12345678910>>...16