/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | Experiment.java | 35 private final Instrumentation instrumentation; field in Experiment 40 Instrumentation instrumentation, in Experiment() 48 Instrumentation instrumentation() { in instrumentation() method in Experiment
|
D | WorkerProcess.java | 150 Instrumentation instrumentation = experiment.instrumentation(); in buildProcess() local
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | RuntimeInstrumentTest.java | 80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_macrobenchmark() local 88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_microbenchmark() local 96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_picobenchmark() local
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() 113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse()
|
/external/javassist/src/main/javassist/util/ |
D | HotSwapAgent.java | 81 private static Instrumentation instrumentation = null; field in HotSwapAgent 88 public Instrumentation instrumentation() { return instrumentation; } in instrumentation() method in HotSwapAgent
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | InstrumentationUtils.java | 21 public static <R> R runOnMainSyncAndGetResult(Instrumentation instrumentation, in runOnMainSyncAndGetResult()
|
/external/python/cpython3/Doc/howto/ |
D | instrumentation.rst | 3 .. _instrumentation: target
|
/external/opencensus-java/contrib/agent/src/test/java/io/opencensus/contrib/agent/instrumentation/ |
D | ExecutorInstrumentationTest.java | 32 private final ExecutorInstrumentation instrumentation = new ExecutorInstrumentation(); field in ExecutorInstrumentationTest
|
D | ThreadInstrumentationTest.java | 32 private final ThreadInstrumentation instrumentation = new ThreadInstrumentation(); field in ThreadInstrumentationTest
|
D | UrlInstrumentationTest.java | 32 private final UrlInstrumentation instrumentation = new UrlInstrumentation(); field in UrlInstrumentationTest
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentMain.java | 64 public static void premain(String agentArgs, Instrumentation instrumentation) throws Exception { in premain()
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | PreMain.java | 77 final Instrumentation instrumentation) throws Exception { in redefineJavaBaseModule()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
D | AgentPremain.java | 52 public static void premain(String agentArgument, Instrumentation instrumentation) { in premain()
|
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/ |
D | TestRunnerTestRule.java | 49 Instrumentation instrumentation = new Instrumentation() { in before() local
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineBytecodeGenerator.java | 62 private final Instrumentation instrumentation; field in InlineBytecodeGenerator 74 …public InlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMeth… in InlineBytecodeGenerator()
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/ |
D | BaseTestResult.java | 38 public BaseTestResult(Instrumentation instrumentation) { in BaseTestResult()
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/ |
D | StatsdTestUtils.java | 109 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in runShellCommand() local
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 361 …LogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArr… in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 218 Instrumentation instrumentation = in setUpApplicationState() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowActivity.java | 97 Instrumentation instrumentation = in callAttach() local
|