Home
last modified time | relevance | path

Searched refs:createInstrumentation (Results 1 – 9 of 9) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java65 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_noNames()
66 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_noNames()
67 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_noNames()
68 .add(instrumentB.createInstrumentation(methodA)) in provideInstrumentations_noNames()
69 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_noNames()
70 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_noNames()
83 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_withNames()
84 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_withNames()
91 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_withNames()
92 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_withNames()
[all …]
DRuntimeInstrumentTest.java80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_macrobenchmark()
88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_microbenchmark()
96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_picobenchmark()
106 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_badParam()
114 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_notAMacrobenchmark()
123 instrument.createInstrumentation(benchmarkMethod); in createInstrumentationnotAMicrobenchmark()
132 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_notAPicobenchmark()
DWorkerProcessTest.java84 allocationInstrument.createInstrumentation(method), in simpleArgsTest()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DArbitraryMeasurementInstrument.java52 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in ArbitraryMeasurementInstrument
DInstrument.java66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in Instrument
DAllocationInstrument.java71 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in AllocationInstrument
DExperimentingRunnerModule.java245 builder.add(instrument.createInstrumentation(method)); in provideInstrumentations()
DRuntimeInstrument.java95 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in RuntimeInstrument
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java194 createInstrumentation(activityThread, applicationInfo, application); in setUpApplicationState()
329 private static Instrumentation createInstrumentation( in createInstrumentation() method in ParallelUniverse