Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 20 of 20) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperiment.java35 private final Instrumentation instrumentation; field in Experiment
40 Instrumentation instrumentation, in Experiment()
48 Instrumentation instrumentation() { in instrumentation() method in Experiment
DWorkerProcess.java150 Instrumentation instrumentation = experiment.instrumentation(); in buildProcess() local
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DRuntimeInstrumentTest.java80 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/
DTestLogParser.java52 …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/
DHotSwapAgent.java81 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/
DInstrumentationUtils.java21 public static <R> R runOnMainSyncAndGetResult(Instrumentation instrumentation, in runOnMainSyncAndGetResult()
/external/python/cpython3/Doc/howto/
Dinstrumentation.rst3 .. _instrumentation: target
/external/opencensus-java/contrib/agent/src/test/java/io/opencensus/contrib/agent/instrumentation/
DExecutorInstrumentationTest.java32 private final ExecutorInstrumentation instrumentation = new ExecutorInstrumentation(); field in ExecutorInstrumentationTest
DThreadInstrumentationTest.java32 private final ThreadInstrumentation instrumentation = new ThreadInstrumentation(); field in ThreadInstrumentationTest
DUrlInstrumentationTest.java32 private final UrlInstrumentation instrumentation = new UrlInstrumentation(); field in UrlInstrumentationTest
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DAgentMain.java64 public static void premain(String agentArgs, Instrumentation instrumentation) throws Exception { in premain()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java77 final Instrumentation instrumentation) throws Exception { in redefineJavaBaseModule()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentPremain.java52 public static void premain(String agentArgument, Instrumentation instrumentation) { in premain()
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
DTestRunnerTestRule.java49 Instrumentation instrumentation = new Instrumentation() { in before() local
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java62 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/
DBaseTestResult.java38 public BaseTestResult(Instrumentation instrumentation) { in BaseTestResult()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/
DStatsdTestUtils.java109 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in runShellCommand() local
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp361 …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/
DParallelUniverse.java218 Instrumentation instrumentation = in setUpApplicationState() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java97 Instrumentation instrumentation = in callAttach() local