Home
last modified time | relevance | path

Searched refs:SupportedPlatform (Results 1 – 6 of 6) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/platform/
DPlatform.java91 SupportedPlatform annotation = clazz.getAnnotation(SupportedPlatform.class); in supports()
DSupportedPlatform.java32 public @interface SupportedPlatform { annotation
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DArbitraryMeasurementInstrument.java28 import com.google.caliper.platform.SupportedPlatform;
45 @SupportedPlatform(Platform.Type.JVM)
DAllocationInstrument.java28 import com.google.caliper.platform.SupportedPlatform;
55 @SupportedPlatform(Platform.Type.JVM)
DRuntimeInstrument.java42 import com.google.caliper.platform.SupportedPlatform;
65 @SupportedPlatform({Platform.Type.JVM, Platform.Type.DALVIK})
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java27 import com.google.caliper.platform.SupportedPlatform;
120 @SupportedPlatform(Platform.Type.JVM)