Home
last modified time | relevance | path

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

1234

/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/arm-trusted-firmware/plat/imx/imx8m/
Dgpc_common.c206 void imx_set_sys_lpm(unsigned int last_core, bool retention) in imx_set_sys_lpm() argument
214 if (retention) in imx_set_sys_lpm()
221 imx_noc_slot_config(retention); in imx_set_sys_lpm()
224 imx_set_sys_wakeup(last_core, retention); in imx_set_sys_lpm()
/external/arm-trusted-firmware/plat/imx/imx8m/include/
Dgpc.h99 void imx_set_cluster_standby(bool retention);
103 void imx_set_sys_lpm(unsigned last_core, bool 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/grpc-grpc-java/stub/
DBUILD.bazel19 neverlink = 1, # @Generated is source-retention
/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/autotest/server/site_tests/hardware_StorageQual/
Dcontrol.storage_qual_hardware_StorageQualBase_retention_before21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_quick_hardware_StorageQualBase_retention_before21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageQualCheckSetup_retention21 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_StorageQualBase_retention_after21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_suspend21 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2821 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2621 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_1721 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_2521 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3621 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3521 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_4121 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3821 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_1421 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_3121 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_721 DEPENDENCIES = "retention"
Dcontrol.storage_qual_hardware_StorageStress_retention_soak_221 DEPENDENCIES = "retention"

1234