Home
last modified time | relevance | path

Searched refs:RUNTIME (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRunning.java22 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/
DWycheproofRunner.java62 @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/
Dtype_anno_c_array.test7 @Retention(RetentionPolicy.RUNTIME)
11 @Retention(RetentionPolicy.RUNTIME)
15 @Retention(RetentionPolicy.RUNTIME)
19 @Retention(RetentionPolicy.RUNTIME)
/external/autotest/client/site_tests/platform_CryptohomeStress/
Dcontrol16 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,
Dcontrol.surfing16 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/
DBindingAnnotationTest.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
144 @Retention(RUNTIME)
150 @Retention(RUNTIME)
160 @Retention(RUNTIME)
/external/guice/core/test/com/google/inject/multibindings/
DProvidesIntoTest.java21 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/
Dloop-remarks.ll3 …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/
DMiddleScope.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
24 @Retention(RUNTIME)
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
DPerActivity.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
29 @Retention(RUNTIME)
/external/jsr330/src/javax/inject/
DSingleton.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
30 @Retention(RUNTIME)
DNamed.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
37 @Retention(RUNTIME)
DScope.java22 import static java.lang.annotation.RetentionPolicy.RUNTIME;
77 @Retention(RUNTIME)
/external/dagger2/examples/android-simple/src/main/java/com/example/dagger/simple/
DForApplication.java21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
23 @Qualifier @Retention(RUNTIME)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
DBoundAsSingleton.java22 import static java.lang.annotation.RetentionPolicy.RUNTIME;
25 @Retention(RUNTIME)
/external/guice/core/src/com/google/inject/
DBindingAnnotation.java20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
40 @Retention(RUNTIME)
DScopeAnnotation.java20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
40 @Retention(RUNTIME)
DImplementedBy.java20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
30 @Retention(RUNTIME)
DSingleton.java19 import static java.lang.annotation.RetentionPolicy.RUNTIME;
32 @Retention(RUNTIME)
/external/caliper/caliper/src/main/java/com/google/caliper/
DBenchmark.java20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
78 @Retention(RUNTIME)
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DFactory.java7 import static java.lang.annotation.RetentionPolicy.RUNTIME;
16 @Retention(RUNTIME)
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DDerivedProperty.java7 import static java.lang.annotation.RetentionPolicy.RUNTIME;
15 @Retention(RUNTIME)
DOptionalProperty.java7 import static java.lang.annotation.RetentionPolicy.RUNTIME;
13 @Retention(RUNTIME)
DInternalProperty.java7 import static java.lang.annotation.RetentionPolicy.RUNTIME;
14 @Retention(RUNTIME)
/external/caliper/caliper/src/main/java/com/google/caliper/api/
DFootprint.java20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
29 @Retention(RUNTIME)

12345678910>>...17