/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | InstrumentationInputInjector.java | 17 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()
|
D | InstrumentationDriver.java | 17 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/ |
D | InstrumentationUtils.java | 39 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/ |
D | DroidDriverContext.java | 30 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/ |
D | DroidDrivers.java | 25 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/ |
D | instrumentation-with-call-threshold.ll | 2 ; -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/ |
D | TestLogParser.java | 52 …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/ |
D | 2003-06-25-Reoptimizer1.txt | 3 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/ |
D | UiAutomationContext.java | 32 public UiAutomationContext(Instrumentation instrumentation, UiAutomationDriver driver) { in UiAutomationContext() argument 33 super(instrumentation, driver); in UiAutomationContext() 34 this.uiAutomation = instrumentation.getUiAutomation(); in UiAutomationContext()
|
D | AccessibilityDriver.java | 38 public AccessibilityDriver(Instrumentation instrumentation) { in AccessibilityDriver() argument 39 super(instrumentation); in AccessibilityDriver()
|
D | UiAutomationDriver.java | 60 public UiAutomationDriver(Instrumentation instrumentation) { in UiAutomationDriver() argument 61 context = new UiAutomationContext(instrumentation, this); in UiAutomationDriver()
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | instrumentation-with-call-threshold.ll | 1 ; 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/ |
D | AgentPremain.java | 33 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/ |
D | CMakeLists.txt | 5 # 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/ |
D | README | 1 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/ |
D | asm_rsp_mem_op.s | 2 # 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/ |
D | instr_usage.res | 5 "instrumentation path"; 10 "instrumentation output directory (required for non-overwrite output modes)";
|
/external/llvm/tools/llvm-stress/ |
D | Makefile | 13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
|
/external/llvm/tools/bugpoint/ |
D | Makefile | 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
/external/v8/tools/blink_tests/ |
D | TestExpectations | 7 [ 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/ |
D | Makefile | 12 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ip…
|
/external/valgrind/VEX/ |
D | HACKING.README | 3 binary instrumentation and translation. See LICENSE.README for
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | no-counters.ll | 1 ;; No instrumentation should be emitted if there are no counter increments.
|
/external/compiler-rt/lib/msan/ |
D | msan_blacklist.txt | 1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
|
/external/llvm/tools/lli/ |
D | Makefile | 17 LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitreader asmparser irrea…
|