Home
last modified time | relevance | path

Searched refs:retention (Results 1 – 25 of 74) sorted by relevance

123

/external/turbine/java/com/google/turbine/binder/bound/
DAnnotationMetadata.java42 private final RetentionPolicy retention; field in AnnotationMetadata
47 RetentionPolicy retention, in AnnotationMetadata() argument
50 this.retention = firstNonNull(retention, RetentionPolicy.CLASS); in AnnotationMetadata()
56 public RetentionPolicy retention() { in retention() method in AnnotationMetadata
57 return retention; in retention()
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java98 Retention retention = annotationType.getAnnotation(Retention.class); in checkForRuntimeRetention() local
100 retention != null && retention.value() == RetentionPolicy.RUNTIME, in checkForRuntimeRetention()
/external/guice/core/src/com/google/inject/internal/
DAnnotations.java177 Retention retention = annotationType.getAnnotation(Retention.class);
178 return retention != null && retention.value() == RetentionPolicy.RUNTIME;
/external/grpc-grpc-java/stub/
DBUILD.bazel19 neverlink = 1, # @Generated is source-retention
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java160 RetentionPolicy retention = null; in bindAnnotationMetadata() local
166 retention = bindRetention(annotation); in bindAnnotationMetadata()
178 return new AnnotationMetadata(retention, target, repeatable); in bindAnnotationMetadata()
/external/autotest/server/site_tests/hardware_StorageQual/
Dcontrol.storage_qual_quick_hardware_StorageQualBase_retention_before21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_quick_hardware_StorageQualCheckSetup_retention21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_quick_hardware_StorageQualBase_retention_after21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageQualCheckSetup_retention21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageQualBase_retention_before21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageQualBase_retention_after21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_1421 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_1221 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2421 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2121 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_021 DEPENDENCIES = "retention"
Dcontrol.storage_qual_quick_hardware_StorageStress_retention_suspend21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_suspend21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_521 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_621 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3721 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_1621 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3621 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_821 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2021 DEPENDENCIES = "retention"

123