| /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
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | _Activity_.java | 35 Instrumentation instrumentation, in attach() 52 Instrumentation instrumentation, in attach() 70 Instrumentation instrumentation, in attach() 89 Instrumentation instrumentation, in attach() 109 Instrumentation instrumentation, in attach() 130 Instrumentation instrumentation, in attach() 152 Instrumentation instrumentation, in attach() 175 Instrumentation instrumentation, in callAttach()
|
| /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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/ |
| D | PlayerTestRule.java | 137 private final DataSourceInstrumentation instrumentation; field in PlayerTestRule.InstrumentedDataSource 140 DataSource wrappedDataSource, DataSourceInstrumentation instrumentation) { in InstrumentedDataSource()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/ |
| D | PlayerTestRule.java | 137 private final DataSourceInstrumentation instrumentation; field in PlayerTestRule.InstrumentedDataSource 140 DataSource wrappedDataSource, DataSourceInstrumentation instrumentation) { in InstrumentedDataSource()
|
| /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/cronet/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 | 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
|
| D | ExecutorInstrumentationTest.java | 32 private final ExecutorInstrumentation instrumentation = new ExecutorInstrumentation(); field in ExecutorInstrumentationTest
|
| /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/lottie/sample-compose-benchmark/src/main/java/com/airbnb/lottie/sample/compose/benchmark/ |
| D | LottieBaselineProfiles.kt | 33 val instrumentation = InstrumentationRegistry.getInstrumentation() in setUp() constant
|
| D | LottieBaselineBenchmark.kt | 36 val instrumentation = InstrumentationRegistry.getInstrumentation() in setUp() constant
|
| /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
| D | PreMain.java | 79 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/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/cronet/base/test/android/junit/src/org/chromium/base/test/util/ |
| D | TestRunnerTestRule.java | 50 Instrumentation instrumentation = new Instrumentation() { in before() local
|
| /external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/ |
| D | TestRunnerTestRule.java | 49 Instrumentation instrumentation = new Instrumentation() { in before() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
| D | ShadowNativePropertyValuesHolderTest.java | 19 private Instrumentation instrumentation; field in ShadowNativePropertyValuesHolderTest
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowInstrumentationTest.java | 41 Instrumentation instrumentation = in testExecStartActivity_handledProperlyForSDK17to25() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
| D | MetricsLogger.java | 26 Instrumentation instrumentation, @Size(max = 23) String tag, String streamName); in create()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
| D | MetricsLogger.java | 26 Instrumentation instrumentation, @Size(max = 23) String tag, String streamName); in create()
|