HomeSort by relevance Sort by last modified time
    Searched full:retention (Results 576 - 600 of 1335) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/net/metrics/
NetworkEvent.java 27 import java.lang.annotation.Retention;
54 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseUiController.java 21 import java.lang.annotation.Retention;
36 @Retention(RetentionPolicy.SOURCE)
  /frameworks/support/annotations/src/android/support/annotation/
CheckResult.java 19 import java.lang.annotation.Retention;
40 @Retention(CLASS)
  /libcore/ojluni/src/main/java/java/lang/annotation/
RetentionPolicy.java 29 * Annotation retention policy. The constants of this enumerated type
31 * in conjunction with the {@link Retention} meta-annotation type to specify
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
UserManagerCompatUtils.java 24 import java.lang.annotation.Retention;
53 @Retention(SOURCE)
  /packages/services/Car/car-support-lib/src/android/support/car/media/
CarAudioManager.java 24 import java.lang.annotation.Retention;
81 @Retention(RetentionPolicy.SOURCE)
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 23 import java.lang.annotation.Retention;
327 @Retention(RetentionPolicy.RUNTIME)
331 @Retention(RetentionPolicy.RUNTIME)
334 @Retention(RetentionPolicy.RUNTIME)
337 @Retention(RetentionPolicy.RUNTIME)
340 @Retention(RetentionPolicy.RUNTIME)
344 @Retention(RetentionPolicy.RUNTIME)
349 @Retention(RetentionPolicy.CLASS)
352 @Retention(RetentionPolicy.RUNTIME)
355 @Retention(RetentionPolicy.SOURCE
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar 
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureUtilTest.java 27 import java.lang.annotation.Retention;
56 @Retention(RetentionPolicy.RUNTIME)
87 @Retention(RetentionPolicy.RUNTIME)
96 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /external/valgrind/helgrind/tests/
locked_vs_unlocked1.c 10 retention in both the history mechanism and the primary errors. */
  /libcore/benchmarks/src/benchmarks/regression/
AnnotatedElementBenchmark.java 20 import java.lang.annotation.Retention;
243 @Retention(RetentionPolicy.RUNTIME)
246 @Retention(RetentionPolicy.RUNTIME)
254 @Retention(RetentionPolicy.RUNTIME)
  /system/sepolicy/
security_classes 67 # Kernel access key retention
  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 24 import java.lang.annotation.Retention;
98 Retention retention = annotationType.getAnnotation(Retention.class); local
99 checkArgument(retention != null && retention.value() == RetentionPolicy.RUNTIME,
100 "Annotation %s is missing RUNTIME retention", annotationType.getSimpleName());
  /external/guice/core/test/com/google/inject/
KeyTest.java 34 import java.lang.annotation.Retention;
168 "Please annotate it with @Retention(RUNTIME).");
230 @Retention(RUNTIME)
257 @Retention(RUNTIME)
263 @Retention(RUNTIME)
270 @Retention(RUNTIME)
275 @Retention(RUNTIME)
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
ProvidesIntoTest.java 37 import java.lang.annotation.Retention;
170 @Retention(RUNTIME)
176 @Retention(RUNTIME)
211 @Retention(RUNTIME)
234 @Retention(RUNTIME)
323 @Retention(RUNTIME)
350 @Retention(RUNTIME)
  /prebuilts/tools/common/m2/repository/com/android/tools/jill/jill-api/0.9.0/
jill-api-0.9.0.jar 
  /device/lge/bullhead/
init.bullhead.rc 40 # Disable CPU retention
41 write /sys/module/lpm_levels/system/a53/cpu0/retention/idle_enabled 0
42 write /sys/module/lpm_levels/system/a53/cpu1/retention/idle_enabled 0
43 write /sys/module/lpm_levels/system/a53/cpu2/retention/idle_enabled 0
44 write /sys/module/lpm_levels/system/a53/cpu3/retention/idle_enabled 0
45 write /sys/module/lpm_levels/system/a57/cpu4/retention/idle_enabled 0
46 write /sys/module/lpm_levels/system/a57/cpu5/retention/idle_enabled 0
47 # Disable L2 retention
48 write /sys/module/lpm_levels/system/a53/a53-l2-retention/idle_enabled 0
49 write /sys/module/lpm_levels/system/a57/a57-l2-retention/idle_enabled
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
TvSettings.java 23 import java.lang.annotation.Retention;
46 @Retention(RetentionPolicy.SOURCE)
55 @Retention(RetentionPolicy.SOURCE)
68 @Retention(RetentionPolicy.SOURCE)
85 @Retention(RetentionPolicy.SOURCE)
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 37 import java.lang.annotation.Retention;
176 Retention retention = annotationType.getAnnotation(Retention.class);
177 return retention != null && retention.value() == RetentionPolicy.RUNTIME;
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
MainActivity.java.ftl 40 private static final String RETENTION_TAG = "retention";
70 // If the retention fragment already existed, we need to pull some state.
  /external/caliper/caliper/src/main/java/com/google/caliper/
Benchmark.java 22 import java.lang.annotation.Retention;
78 @Retention(RUNTIME)
  /external/dagger2/core/src/main/java/dagger/
MapKey.java 20 import java.lang.annotation.Retention;
104 @Retention(RUNTIME)
  /external/guava/guava/src/com/google/common/annotations/
GwtCompatible.java 21 import java.lang.annotation.Retention;
64 @Retention(RetentionPolicy.CLASS)
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
EnumsTest.java 24 import java.lang.annotation.Retention;
108 @Retention(RetentionPolicy.RUNTIME)

Completed in 2533 milliseconds

<<21222324252627282930>>