Home
last modified time | relevance | path

Searched refs:instrumentation (Results 1 – 25 of 113) sorted by relevance

12345

/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DInstrumentationInputInjector.java17 package io.appium.droiddriver.instrumentation;
28 private final Instrumentation instrumentation; field in InstrumentationInputInjector
30 public InstrumentationInputInjector(Instrumentation instrumentation) { in InstrumentationInputInjector() argument
31 this.instrumentation = instrumentation; in InstrumentationInputInjector()
37 instrumentation.sendPointerSync((MotionEvent) event); in injectInputEvent()
39 instrumentation.sendKeySync((KeyEvent) event); in injectInputEvent()
DInstrumentationDriver.java17 package io.appium.droiddriver.instrumentation;
43 public InstrumentationDriver(Instrumentation instrumentation) { in InstrumentationDriver() argument
44 context = new DroidDriverContext<View, ViewElement>(instrumentation, this); in InstrumentationDriver()
45 injector = new InstrumentationInputInjector(instrumentation); in InstrumentationDriver()
/external/droiddriver/src/io/appium/droiddriver/util/
DInstrumentationUtils.java39 private static Instrumentation instrumentation; field in InstrumentationUtils
54 public static void init(Instrumentation instrumentation, Bundle arguments) { in init() argument
55 if (InstrumentationUtils.instrumentation != null) { in init()
58 InstrumentationUtils.instrumentation = instrumentation; in init()
66 if (instrumentation == null) { in checkInitialized()
74 return instrumentation; in getInstrumentation()
115 instrumentation.waitForIdle(emptyTask); in tryWaitForIdleSync()
/external/droiddriver/src/io/appium/droiddriver/base/
DDroidDriverContext.java30 private final Instrumentation instrumentation; field in DroidDriverContext
34 public DroidDriverContext(Instrumentation instrumentation, BaseDroidDriver<R, E> driver) { in DroidDriverContext() argument
35 this.instrumentation = instrumentation; in DroidDriverContext()
41 return instrumentation; in getInstrumentation()
/external/droiddriver/src/io/appium/droiddriver/helpers/
DDroidDrivers.java25 import io.appium.droiddriver.instrumentation.InstrumentationDriver;
72 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); in newDriver() local
77 .newInstance(instrumentation); in newDriver()
86 return new UiAutomationDriver(instrumentation); in newDriver()
88 return new InstrumentationDriver(instrumentation); in newDriver()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrumentation-with-call-threshold.ll2 ; -asan-instrumentation-with-call-threshold
5 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=1 -S | FileCheck %s --…
6 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -S | FileCheck %s --…
7 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -asan-memory-access-…
8 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=5 -S | FileCheck %s --…
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument
54 assert instrumentation != null; in init()
60 m_instrumentation = instrumentation; in init()
113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse() argument
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt3 First-level instrumentation
6 We use opt to do Bytecode-to-bytecode instrumentation. Look at
8 no arguments and no return value. This instrumentation is designed to
15 instrumentation on the hot loop region (the instructions between the
20 Second-level instrumentation
23 We remove the first-level instrumentation by overwriting the CALL to
59 instrumentation, by making sure that the number of times we took an
78 with a time when we will next turn instrumentation back on for that
80 that off the prio. queue and turn instrumentation back on for that
90 optimized trace does not have instrumentation. The original code and
[all …]
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationContext.java32 public UiAutomationContext(Instrumentation instrumentation, UiAutomationDriver driver) { in UiAutomationContext() argument
33 super(instrumentation, driver); in UiAutomationContext()
34 this.uiAutomation = instrumentation.getUiAutomation(); in UiAutomationContext()
DAccessibilityDriver.java38 public AccessibilityDriver(Instrumentation instrumentation) { in AccessibilityDriver() argument
39 super(instrumentation); in AccessibilityDriver()
DUiAutomationDriver.java60 public UiAutomationDriver(Instrumentation instrumentation) { in UiAutomationDriver() argument
61 context = new UiAutomationContext(instrumentation, this); in UiAutomationDriver()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dinstrumentation-with-call-threshold.ll1 ; Test -msan-instrumentation-with-call-threshold
5 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -S |…
6 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa…
7 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa…
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentPremain.java33 import org.slf4j.instrumentation.LogTransformer;
52 public static void premain(String agentArgument, Instrumentation instrumentation) { in premain() argument
81 instrumentation.addTransformer(builder.build()); in premain()
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt5 # no-instrumentation tests.
8 # address sanitizer instrumentation pass. These tests form "integration" tests
10 # instrumentation against the just-built runtime library.
261 -mllvm -asan-instrumentation-with-call-threshold=0)
267 # Test w/o ASan instrumentation. Link it with ASan statically.
279 # Test with ASan instrumentation. Link with ASan dynamic runtime.
/external/clang/test/Profile/
DREADME1 These are tests for instrumentation based profiling. This specifically means
6 - the generation of instrumentation (-fprofile-instr-generate), and
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_rsp_mem_op.s2 # adjusted after instrumentation.
4 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-as…
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res5 "instrumentation path";
10 "instrumentation output directory (required for non-overwrite output modes)";
/external/llvm/tools/llvm-stress/
DMakefile13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
/external/llvm/tools/bugpoint/
DMakefile12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
/external/v8/tools/blink_tests/
DTestExpectations7 [ Linux Release x86 ] inspector/profiler/memory-instrumentation-external-array.html [ Pass Failure …
13 [ Linux Release x86_64 ] inspector/profiler/memory-instrumentation-external-array.html [ Pass Failu…
/external/llvm/tools/opt/
DMakefile12 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ip…
/external/valgrind/VEX/
DHACKING.README3 binary instrumentation and translation. See LICENSE.README for
/external/llvm/test/Instrumentation/InstrProfiling/
Dno-counters.ll1 ;; No instrumentation should be emitted if there are no counter increments.
/external/compiler-rt/lib/msan/
Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/external/llvm/tools/lli/
DMakefile17 LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitreader asmparser irrea…

12345