Searched refs:RUNTIME (Results 1 – 25 of 423) sorted by relevance
12345678910>>...17
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | Running.java | 22 import static java.lang.annotation.RetentionPolicy.RUNTIME; 35 @Retention(RUNTIME) 40 @Retention(RUNTIME) 45 @Retention(RUNTIME) 50 @Retention(RUNTIME) 55 @Retention(RUNTIME)
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | WycheproofRunner.java | 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/ |
D | type_anno_c_array.test | 7 @Retention(RetentionPolicy.RUNTIME) 11 @Retention(RetentionPolicy.RUNTIME) 15 @Retention(RetentionPolicy.RUNTIME) 19 @Retention(RetentionPolicy.RUNTIME)
|
/external/autotest/client/site_tests/platform_CryptohomeStress/ |
D | control | 16 RUNTIME = 120 19 job.run_test('power_SuspendStress', duration=RUNTIME, min_suspend=20) 22 job.run_test('platform_CryptohomeFio', runtime=RUNTIME, 26 job.run_test('platform_CryptohomeStress', runtime=RUNTIME,
|
D | control.surfing | 16 RUNTIME = 600 19 job.run_test('power_SuspendStress', duration=RUNTIME, min_suspend=20) 22 job.run_test('platform_CryptohomeFio', runtime=RUNTIME, 26 job.run_test('platform_CryptohomeStress', runtime=RUNTIME)
|
/external/guice/core/test/com/google/inject/ |
D | BindingAnnotationTest.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 144 @Retention(RUNTIME) 150 @Retention(RUNTIME) 160 @Retention(RUNTIME)
|
/external/guice/core/test/com/google/inject/multibindings/ |
D | ProvidesIntoTest.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 204 @Retention(RUNTIME) 210 @Retention(RUNTIME) 254 @Retention(RUNTIME) 283 @Retention(RUNTIME) 404 @Retention(RUNTIME) 432 @Retention(RUNTIME)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | loop-remarks.ll | 3 …ll-count=4 -unroll-runtime=true -unroll-remainder 2>&1 | FileCheck %s --check-prefix=RUNTIME-UNROLL 7 ; RUNTIME-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4 27 ; RUNTIME-UNROLL-NOT: remark: {{.*}}: completely unrolled loop with 3 iterations 28 ; RUNTIME-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/ |
D | MiddleScope.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 24 @Retention(RUNTIME)
|
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ |
D | PerActivity.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 29 @Retention(RUNTIME)
|
/external/jsr330/src/javax/inject/ |
D | Singleton.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 30 @Retention(RUNTIME)
|
D | Named.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 37 @Retention(RUNTIME)
|
D | Scope.java | 22 import static java.lang.annotation.RetentionPolicy.RUNTIME; 77 @Retention(RUNTIME)
|
/external/dagger2/examples/android-simple/src/main/java/com/example/dagger/simple/ |
D | ForApplication.java | 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 23 @Qualifier @Retention(RUNTIME)
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ |
D | BoundAsSingleton.java | 22 import static java.lang.annotation.RetentionPolicy.RUNTIME; 25 @Retention(RUNTIME)
|
/external/guice/core/src/com/google/inject/ |
D | BindingAnnotation.java | 20 import static java.lang.annotation.RetentionPolicy.RUNTIME; 40 @Retention(RUNTIME)
|
D | ScopeAnnotation.java | 20 import static java.lang.annotation.RetentionPolicy.RUNTIME; 40 @Retention(RUNTIME)
|
D | ImplementedBy.java | 20 import static java.lang.annotation.RetentionPolicy.RUNTIME; 30 @Retention(RUNTIME)
|
D | Singleton.java | 19 import static java.lang.annotation.RetentionPolicy.RUNTIME; 32 @Retention(RUNTIME)
|
/external/caliper/caliper/src/main/java/com/google/caliper/ |
D | Benchmark.java | 20 import static java.lang.annotation.RetentionPolicy.RUNTIME; 78 @Retention(RUNTIME)
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Factory.java | 7 import static java.lang.annotation.RetentionPolicy.RUNTIME; 16 @Retention(RUNTIME)
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/ |
D | DerivedProperty.java | 7 import static java.lang.annotation.RetentionPolicy.RUNTIME; 15 @Retention(RUNTIME)
|
D | OptionalProperty.java | 7 import static java.lang.annotation.RetentionPolicy.RUNTIME; 13 @Retention(RUNTIME)
|
D | InternalProperty.java | 7 import static java.lang.annotation.RetentionPolicy.RUNTIME; 14 @Retention(RUNTIME)
|
/external/caliper/caliper/src/main/java/com/google/caliper/api/ |
D | Footprint.java | 20 import static java.lang.annotation.RetentionPolicy.RUNTIME; 29 @Retention(RUNTIME)
|
12345678910>>...17