Searched defs:instrumentation (Results 1 - 25 of 30) sorted by relevance

12

/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DInstrumentationInputInjector.java17 package io.appium.droiddriver.instrumentation;
28 private final Instrumentation instrumentation; field in class:InstrumentationInputInjector
30 public InstrumentationInputInjector(Instrumentation instrumentation) { argument
31 this.instrumentation = instrumentation;
37 instrumentation.sendPointerSync((MotionEvent) event);
39 instrumentation.sendKeySync((KeyEvent) event);
H A DRootFinder.java17 package io.appium.droiddriver.instrumentation;
H A DInstrumentationDriver.java17 package io.appium.droiddriver.instrumentation;
34 /** Implementation of DroidDriver that is driven via instrumentation. */
65 public InstrumentationDriver(Instrumentation instrumentation) { argument
66 context = new DroidDriverContext<View, ViewElement>(instrumentation, this);
67 injector = new InstrumentationInputInjector(instrumentation);
H A DInstrumentationUiDevice.java17 package io.appium.droiddriver.instrumentation;
H A DViewElement.java17 package io.appium.droiddriver.instrumentation;
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/instrumentation/
H A DToStringHelperTest.java25 package org.slf4j.instrumentation;
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentPremain.java33 import org.slf4j.instrumentation.LogTransformer;
49 * @param instrumentation
50 * instrumentation environment provided by the JVM
52 public static void premain(String agentArgument, Instrumentation instrumentation) { argument
81 instrumentation.addTransformer(builder.build());
91 * string given by instrumentation framework
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DExperiment.java35 private final Instrumentation instrumentation; field in class:Experiment
40 Instrumentation instrumentation,
43 this.instrumentation = checkNotNull(instrumentation);
48 Instrumentation instrumentation() { method in class:Experiment
49 return instrumentation;
63 return this.instrumentation.equals(that.instrumentation)
71 return Objects.hashCode(instrumentation, vm, userParameters);
76 .add("instrument", instrumentation
39 Experiment( Instrumentation instrumentation, Map<String, String> userParameters, VirtualMachine vm) argument
[all...]
/external/droiddriver/src/io/appium/droiddriver/base/
H A DDroidDriverContext.java30 private final Instrumentation instrumentation; field in class:DroidDriverContext
34 public DroidDriverContext(Instrumentation instrumentation, BaseDroidDriver<R, E> driver) { argument
35 this.instrumentation = instrumentation;
41 return instrumentation;
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DAccessibilityDriver.java38 public AccessibilityDriver(Instrumentation instrumentation) { argument
39 super(instrumentation);
H A DUiAutomationContext.java32 public UiAutomationContext(Instrumentation instrumentation, UiAutomationDriver driver) { argument
33 super(instrumentation, driver);
34 this.uiAutomation = instrumentation.getUiAutomation();
H A DUiAutomationDriver.java60 public UiAutomationDriver(Instrumentation instrumentation) { argument
61 context = new UiAutomationContext(instrumentation, this);
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
H A DJavassistHelper.java25 package org.slf4j.instrumentation;
137 String s = "org.slf4j.instrumentation.ToStringHelper.render";
H A DToStringHelper.java25 package org.slf4j.instrumentation;
H A DLogTransformer.java28 package org.slf4j.instrumentation;
51 * This class is based on the article <a href="http://today.java.net/pub/a/today/2008/04/24/add-logging-at-class-load-time-with-instrumentation.html"
/external/caliper/lib/
H A Djava-allocation-instrumenter-2.0.jar ... google/monitoring/ com/google/monitoring/runtime/ com/google/monitoring/runtime/instrumentation/ com/google/monitoring/runtime/instrumentation/AllocationInstrumenter$AIClassAdapter.class ...
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java21 * \brief Test log parser for instrumentation
52 public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws FileNotFoundException argument
54 assert instrumentation != null;
60 m_instrumentation = instrumentation;
113 private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, byte[] buffer, int size); argument
/external/droiddriver/src/io/appium/droiddriver/util/
H A DInstrumentationUtils.java41 private static Instrumentation instrumentation; field in class:InstrumentationUtils
50 public static synchronized void init(Instrumentation instrumentation, Bundle arguments) { argument
51 if (InstrumentationUtils.instrumentation != null) {
54 InstrumentationUtils.instrumentation = instrumentation;
62 if (instrumentation == null) {
70 return instrumentation;
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp361 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray buffer, jint size) argument
368 TestLogListener listener (env, instrumentation);
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DInlineBytecodeGenerator.java60 private final Instrumentation instrumentation; field in class:InlineBytecodeGenerator
72 public InlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMethodInterceptor> mocks) { argument
73 this.instrumentation = instrumentation;
84 instrumentation.addTransformer(this, true);
116 instrumentation.retransformClasses(types.toArray(new Class<?>[types.size()]));
/external/mockito/lib/
H A Dbyte-buddy-agent-1.6.9.jar ... defs= " () public static java.lang.instrument.Instrumentation getInstrumentation () java.lang.instrument.Instrumentation instrumentation public ...
H A Dbyte-buddy-1.6.9.jar ... target public void addReads (java.lang.instrument.Instrumentation, java.lang.Object, java.lang.Object ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 425 milliseconds

12