HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME (Results 76 - 100 of 490) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
TestAnnotation.java 22 @Retention(RetentionPolicy.RUNTIME)
TestAnnotation2.java 22 @Retention(RetentionPolicy.RUNTIME)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GenerateFieldPort.java 25 @Retention(RetentionPolicy.RUNTIME)
GenerateFinalPort.java 25 @Retention(RetentionPolicy.RUNTIME)
GenerateProgramPort.java 25 @Retention(RetentionPolicy.RUNTIME)
GenerateProgramPorts.java 25 @Retention(RetentionPolicy.RUNTIME)
  /frameworks/base/test-runner/src/android/test/
TimedTest.java 34 @Retention(RetentionPolicy.RUNTIME)
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
LayoutlibDelegate.java 25 @Retention(RetentionPolicy.RUNTIME)
  /libcore/ojluni/src/main/java/java/lang/
SafeVarargs.java 74 * String s = stringLists[0].get(0); // Oh no, ClassCastException at runtime!
78 * leads to a {@code ClassCastException} at runtime.
89 @Retention(RetentionPolicy.RUNTIME)
  /libcore/ojluni/src/main/java/sun/reflect/
CallerSensitive.java 41 @Retention(RetentionPolicy.RUNTIME)
  /external/caliper/caliper/src/main/java/com/google/caliper/
AfterExperiment.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
32 @Retention(RUNTIME)
BeforeExperiment.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
32 @Retention(RUNTIME)
  /external/caliper/caliper/src/main/java/com/google/caliper/api/
AfterRep.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
31 @Retention(RUNTIME)
BeforeRep.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
31 @Retention(RUNTIME)
Macrobenchmark.java 18 import static java.lang.annotation.RetentionPolicy.RUNTIME;
27 * macrobenchmark is roughly defined as any benchmark whose runtime is large enough that the
35 @Retention(RUNTIME)
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
ExcludeFromJson.java 21 import static java.lang.annotation.RetentionPolicy.RUNTIME;
30 @Retention(RUNTIME)
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/
SupportedPlatform.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
30 @Retention(RUNTIME)
  /external/dagger2/core/src/main/java/dagger/
MapKey.java 25 import static java.lang.annotation.RetentionPolicy.RUNTIME;
104 @Retention(RUNTIME)
Subcomponent.java 23 import static java.lang.annotation.RetentionPolicy.RUNTIME;
33 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
  /external/guava/guava/src/com/google/common/collect/
GwtTransient.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
35 @Retention(RUNTIME)
  /external/guice/core/src/com/google/inject/name/
Named.java 19 import static java.lang.annotation.RetentionPolicy.RUNTIME;
32 @Retention(RUNTIME)
  /external/guice/core/src/com/google/inject/spi/
Toolable.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
42 @Retention(RUNTIME)
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
Driver.java 19 import static java.lang.annotation.RetentionPolicy.RUNTIME;
27 @Retention(RUNTIME)
Inventor.java 19 import static java.lang.annotation.RetentionPolicy.RUNTIME;
27 @Retention(RUNTIME)
Nuclear.java 19 import static java.lang.annotation.RetentionPolicy.RUNTIME;
27 @Retention(RUNTIME)

Completed in 304 milliseconds

1 2 34 5 6 7 8 91011>>