Home
last modified time | relevance | path

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

12345678910>>...33

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DQualifiers.java22 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
32 @Retention(RUNTIME)
37 @Retention(RUNTIME)
42 @Retention(RUNTIME)
47 @Retention(RUNTIME)
52 @Retention(RUNTIME)
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java28 import java.lang.annotation.Retention;
121 @Retention(RetentionPolicy.SOURCE)
152 @Retention(RetentionPolicy.SOURCE)
185 @Retention(RetentionPolicy.SOURCE)
245 @Retention(RetentionPolicy.SOURCE)
300 @Retention(RetentionPolicy.SOURCE)
340 @Retention(RetentionPolicy.SOURCE)
362 @Retention(RetentionPolicy.SOURCE)
458 @Retention(RetentionPolicy.SOURCE)
474 @Retention(RetentionPolicy.SOURCE)
[all …]
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/params/
DParameterAnnotations.java8 import java.lang.annotation.Retention;
20 @Retention(RetentionPolicy.RUNTIME)
34 @Retention(RetentionPolicy.RUNTIME)
48 @Retention(RetentionPolicy.RUNTIME)
57 @Retention(RetentionPolicy.RUNTIME)
64 @Retention(RetentionPolicy.RUNTIME)
73 @Retention(RetentionPolicy.RUNTIME)
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestAnnotationBundles.java3 import java.lang.annotation.Retention;
19 @Retention(RetentionPolicy.RUNTIME)
24 @Retention(RetentionPolicy.RUNTIME)
37 @Retention(RetentionPolicy.RUNTIME)
51 @Retention(RetentionPolicy.RUNTIME)
63 @Retention(RetentionPolicy.RUNTIME)
68 @Retention(RetentionPolicy.RUNTIME)
89 @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/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/dagger2/javatests/dagger/functional/producers/monitoring/
DThreadQualifiers.java22 import java.lang.annotation.Retention;
29 @Retention(RUNTIME)
34 @Retention(RUNTIME)
39 @Retention(RUNTIME)
/external/dagger2/java/dagger/
DSubcomponent.java23 import java.lang.annotation.Retention;
33 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
55 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
72 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
DComponent.java23 import java.lang.annotation.Retention;
235 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
304 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
361 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
/external/auto/value/src/main/java/com/google/auto/value/
DAutoValue.java18 import java.lang.annotation.Retention;
44 @Retention(RetentionPolicy.CLASS)
75 @Retention(RetentionPolicy.CLASS)
158 @Retention(RetentionPolicy.CLASS)
/external/dagger2/java/dagger/producers/
DProductionSubcomponent.java26 import java.lang.annotation.Retention;
40 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
62 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
79 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
DProductionComponent.java28 import java.lang.annotation.Retention;
82 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
104 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
117 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DAnnotations.kt16 @Retention(value = AnnotationRetention.BINARY)
32 @Retention(value = AnnotationRetention.BINARY)
49 @Retention(value = AnnotationRetention.BINARY)
58 @Retention(value = AnnotationRetention.BINARY)
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DRendererCapabilities.java22 import java.lang.annotation.Retention;
36 @Retention(RetentionPolicy.SOURCE)
96 @Retention(RetentionPolicy.SOURCE)
121 @Retention(RetentionPolicy.SOURCE)
162 @Retention(RetentionPolicy.SOURCE)
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DAnnotationGeneratedTarget.java16 import java.lang.annotation.Retention;
23 @Retention(RetentionPolicy.RUNTIME)
43 @Retention(RetentionPolicy.CLASS)
63 @Retention(RetentionPolicy.SOURCE)
/external/dagger2/java/dagger/hilt/
DDefineComponent.java23 import java.lang.annotation.Retention;
45 @Retention(CLASS)
64 @Retention(CLASS)
/external/dagger2/java/dagger/hilt/android/internal/lifecycle/
DHiltViewModelMap.java20 import java.lang.annotation.Retention;
30 @Retention(RetentionPolicy.CLASS)
36 @Retention(RetentionPolicy.CLASS)
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DDisableIf.java8 import java.lang.annotation.Retention;
24 @Retention(RetentionPolicy.RUNTIME)
39 @Retention(RetentionPolicy.RUNTIME)
/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DPortalConstants.java21 import java.lang.annotation.Retention;
28 @Retention(RetentionPolicy.SOURCE)
64 @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)

12345678910>>...33