/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | Instrument.java | 66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() 78 public abstract class Instrumentation { class in Instrument 81 protected Instrumentation(Method benchmarkMethod) { in Instrumentation() method in Instrument.Instrumentation 97 } else if (obj instanceof Instrumentation) { in equals() 98 Instrumentation that = (Instrumentation) obj; in equals() 112 return MoreObjects.toStringHelper(Instrumentation.class) in toString()
|
D | FullCartesianExperimentSelector.java | 19 import com.google.caliper.runner.Instrument.Instrumentation; 41 private ImmutableSet<Instrumentation> instrumentations; 46 ImmutableSet<Instrumentation> instrumentations, in FullCartesianExperimentSelector() 57 .transform(new Function<Instrumentation, Instrument>() { in instruments() 58 @Override public Instrument apply(Instrumentation input) { in instruments() 75 for (Instrumentation instrumentation : instrumentations) {
|
D | Experiment.java | 21 import com.google.caliper.runner.Instrument.Instrumentation; 35 private final Instrumentation instrumentation; 40 Instrumentation instrumentation, in Experiment() 48 Instrumentation instrumentation() { in instrumentation()
|
D | AllocationInstrument.java | 71 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() 91 private final class MicroAllocationInstrumentation extends Instrumentation { 132 private final class MacroAllocationInstrumentation extends Instrumentation {
|
D | ArbitraryMeasurementInstrument.java | 52 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() 85 private final class ArbitraryMeasurementInstrumentation extends Instrumentation {
|
D | ExperimentingRunnerModule.java | 25 import com.google.caliper.runner.Instrument.Instrumentation; 236 @Provides static ImmutableSet<Instrumentation> provideInstrumentations(CaliperOptions options, in provideInstrumentations() 239 ImmutableSet.Builder<Instrumentation> builder = ImmutableSet.builder(); in provideInstrumentations()
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | DroidDriverContext.java | 19 import android.app.Instrumentation; 30 private final Instrumentation instrumentation; 34 public DroidDriverContext(Instrumentation instrumentation, BaseDroidDriver<R, E> driver) { in DroidDriverContext() 40 public Instrumentation getInstrumentation() { in getInstrumentation()
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | ExperimentingRunnerModuleTest.java | 28 import com.google.caliper.runner.Instrument.Instrumentation; 64 new ImmutableSet.Builder<Instrumentation>() in provideInstrumentations_noNames() 82 new ImmutableSet.Builder<Instrumentation>() in provideInstrumentations_withNames() 90 new ImmutableSet.Builder<Instrumentation>() in provideInstrumentations_withNames() 127 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() 129 return new Instrumentation(benchmarkMethod) { in createInstrumentation()
|
D | RuntimeInstrumentTest.java | 28 import com.google.caliper.runner.Instrument.Instrumentation; 80 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()
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | InstrumentationInputInjector.java | 19 import android.app.Instrumentation; 28 private final Instrumentation instrumentation; 30 public InstrumentationInputInjector(Instrumentation instrumentation) { in InstrumentationInputInjector()
|
D | InstrumentationDriver.java | 20 import android.app.Instrumentation; 65 public InstrumentationDriver(Instrumentation instrumentation) { in InstrumentationDriver()
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | PreMain.java | 14 import java.lang.instrument.Instrumentation; 40 public static void premain(final String options, final Instrumentation inst) in premain() 53 private static IRuntime createRuntime(final Instrumentation inst) in createRuntime()
|
/external/objenesis/tck-android/src/main/java/org/objenesis/tck/android/ |
D | TckInstrumentation.java | 19 import android.app.Instrumentation; 33 public class TckInstrumentation extends Instrumentation { 50 bundle.putString(Instrumentation.REPORT_KEY_STREAMRESULT, fromStdout); in onCreate()
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | DroidDrivers.java | 20 import android.app.Instrumentation; 72 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); in newDriver() 76 return (DroidDriver) Class.forName(driverClass).getConstructor(Instrumentation.class) in newDriver()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | InstrumentationUtils.java | 19 import android.app.Instrumentation; 41 private static Instrumentation instrumentation; 50 public static synchronized void init(Instrumentation instrumentation, Bundle arguments) { in init() 68 public static Instrumentation getInstrumentation() { in getInstrumentation()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | ModifiedSystemClassRuntime.java | 18 import java.lang.instrument.Instrumentation; 98 public static IRuntime createFor(final Instrumentation inst, in createFor() 119 public static IRuntime createFor(final Instrumentation inst, in createFor()
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationContext.java | 20 import android.app.Instrumentation; 32 public UiAutomationContext(Instrumentation instrumentation, UiAutomationDriver driver) { in UiAutomationContext()
|
D | AccessibilityDriver.java | 19 import android.app.Instrumentation; 38 public AccessibilityDriver(Instrumentation instrumentation) { in AccessibilityDriver()
|
D | UiAutomationDriver.java | 20 import android.app.Instrumentation; 60 public UiAutomationDriver(Instrumentation instrumentation) { in UiAutomationDriver()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | LLVMBuild.txt | 1 ;===- ./lib/Transforms/Instrumentation/LLVMBuild.txt -----------*- Conf -*--===; 20 name = Instrumentation
|
/external/droiddriver/src/io/appium/droiddriver/duo/ |
D | DuoDriver.java | 21 import android.app.Instrumentation; 42 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); in DuoDriver()
|
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/ |
D | DeqpPlatformCapabilityQueryInstrumentation.java | 26 import android.app.Instrumentation; 29 public class DeqpPlatformCapabilityQueryInstrumentation extends Instrumentation
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
D | AgentPremain.java | 29 import java.lang.instrument.Instrumentation; 52 public static void premain(String agentArgument, Instrumentation instrumentation) { in premain()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
D | ModifiedSystemClassRuntimeTest.java | 22 import java.lang.instrument.Instrumentation; 52 private static class InstrumentationMock implements Instrumentation {
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineByteBuddyMockMaker.java | 23 import java.lang.instrument.Instrumentation; 93 private static final Instrumentation INSTRUMENTATION; 98 Instrumentation instrumentation;
|