/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/ |
D | AccessibilityClickAction.java | 46 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { in perform() method in AccessibilityClickAction.DoubleClick 47 return SINGLE.perform(element) && SINGLE.perform(element); in perform() 57 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { in perform() method in AccessibilityClickAction.LongClick 72 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { in perform() method in AccessibilityClickAction.SingleClick
|
D | AccessibilityUiElementActor.java | 31 uiElement.perform(AccessibilityClickAction.SINGLE); in click() 36 uiElement.perform(AccessibilityClickAction.LONG); in longClick() 41 uiElement.perform(AccessibilityClickAction.DOUBLE); in doubleClick() 46 uiElement.perform(new AccessibilityScrollAction(direction)); in scroll()
|
D | AccessibilityAction.java | 35 public final boolean perform(UiElement element) { in perform() method in AccessibilityAction 36 return perform(((UiAutomationElement) element).getRawElement(), element); in perform() 47 protected abstract boolean perform(AccessibilityNodeInfo node, UiElement element); in perform() method in AccessibilityAction
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | yjp-controller-api-redist.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/yourkit/
com/ ... |
/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | ClickAction.java | 43 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.DoubleClick 44 SINGLE.perform(element); in perform() 45 SINGLE.perform(element); in perform() 56 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.LongClick 72 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.SingleClick
|
D | EventUiElementActor.java | 31 uiElement.perform(ClickAction.SINGLE); in click() 36 uiElement.perform(ClickAction.LONG); in longClick() 41 uiElement.perform(ClickAction.DOUBLE); in doubleClick() 46 uiElement.perform(SwipeAction.toScroll(direction)); in scroll()
|
D | EventAction.java | 32 public final boolean perform(UiElement element) { in perform() method in EventAction 33 return perform(element.getInjector(), element); in perform() 45 protected abstract boolean perform(InputInjector injector, UiElement element); in perform() method in EventAction
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 32 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 42 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 55 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 68 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 78 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 91 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 111 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 120 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 132 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 144 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem [all …]
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | BaseUiDevice.java | 57 POWER_ON.perform(getContext().getDriver().getInjector(), null); in wakeUp() 70 perform(POWER_OFF); in sleep() 76 perform(SingleKeyAction.BACK); in pressBack() 80 public boolean perform(Action action) { in perform() method in BaseUiDevice 81 return getContext().getDriver().getRootElement().perform(action); in perform()
|
D | BaseUiElement.java | 170 public boolean perform(Action action) { in perform() method in BaseUiElement 187 return action.perform(this); in doPerform() 220 perform(new TextAction(text)); in setText() 230 SingleKeyAction.CTRL_MOVE_HOME.perform(injector, this); in clearText() 233 SingleKeyAction.CTRL_MOVE_END.perform(injector, this); in clearText() 235 SingleKeyAction.DELETE.perform(injector, this); in clearText()
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/changes/ |
D | ChangeSetTestCase.java | 172 performer.perform(ais, out); in testDeleteDir() 214 performer.perform(ais, out); in testDeleteDir2() 256 performer.perform(ais, out); in testDeleteDir3() 299 performer.perform(ais, out); in testDeleteFile() 342 performer.perform(ais, out); in testDeleteFile2() 393 performer.perform(ais, out); in testDeletePlusAddSame() 463 final ChangeSetResults results = performer.perform(ais, out); in testChangeSetResults() 527 performer.perform(ais, out); in testDeletePlusAdd() 574 performer.perform(ais, out); in testDeleteFromAndAddToZip() 620 performer.perform(ais, out); in testDeleteFromAndAddToZipUsingZipFilePerform() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/actions/view/ |
D | ViewAction.java | 35 public final boolean perform(UiElement element) { in perform() method in ViewAction 36 return perform(((ViewElement) element).getRawElement(), element); in perform() 47 protected abstract boolean perform(View view, UiElement element); in perform() method in ViewAction
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 38 n : number of times to perform benchmark (default 5) 40 s : perform single threaded runs (default don't) 41 H : don't perform half load runs (default do) 42 O : don't perform optimal load runs (default do) 43 M : don't perform maximal load runs (default do) 65 v0.20 Change to average of runs, add options to choose which runs to perform
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/ |
D | ChangeSetPerformer.java | 70 public ChangeSetResults perform(final ArchiveInputStream in, final ArchiveOutputStream out) in perform() method in ChangeSetPerformer 72 return perform(new ArchiveInputStreamIterator(in), out); in perform() 91 public ChangeSetResults perform(final ZipFile in, final ArchiveOutputStream out) in perform() method in ChangeSetPerformer 93 return perform(new ZipFileIterator(in), out); in perform() 111 private ChangeSetResults perform(final ArchiveEntryIterator entryIterator, in perform() method in ChangeSetPerformer
|
/external/curl/tests/libtest/ |
D | lib536.c | 32 static int perform(CURLM *multi) in perform() function 104 res = perform(multi); in test() 123 res = perform(multi); in test()
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 29 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig… 32 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj… 48 First queue is used to perform binding of device memory to sparse image. The binding operation sign… 51 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj… 68 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig… 71 The second queue is used to perform compute and transfer operations. A compute shader is invoked to… 87 First queue is used to perform binding of device memory to sparse image. The binding operation sign… 90 The second queue is used to perform compute and transfer operations. A compute shader is invoked to… 116 First queue is used to perform binding of device memory to sparse buffers. One block of device memo… 119 The second queue is used to perform compute and transfer operations. A compute shader is invoked to… [all …]
|
/external/jcommander/ |
D | release | 5 # mvn release:clean javadoc:javadoc release:prepare release:perform 7 mvn release:perform -P sign
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 148 void perform() { in perform() function in __anonb3cc661d0211::MemOPSizeOpt 154 if (perform(MI)) { in perform() 185 bool perform(MemIntrinsic *MI); 232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anonb3cc661d0211::MemOPSizeOpt 424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 79 bool perform() { in perform() function in __anon06ee9c970211::LibCallsShrinkWrap 84 if (perform(CI)) { in perform() 93 bool perform(CallInst *CI); 505 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap 529 bool Changed = CCDCE.perform(); in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopIterator.h | 124 void perform(LoopInfo *LI); 181 void perform(LoopInfo *LI) { in perform() function 182 DFS.perform(LI); in perform()
|
/external/iperf3/src/ |
D | version.h.in | 15 * works, and perform publicly and display publicly. Beginning five 21 * prepare derivative works, distribute copies to the public, perform
|
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 477 CHECK(mod->perform(mod, GRALLOC_DRM_GET_STRIDE, info.handle, &stride) == 0); in test_perform() 480 CHECK(mod->perform(mod, GRALLOC_DRM_GET_FORMAT, info.handle, &format) == 0); in test_perform() 483 CHECK(mod->perform(mod, GRALLOC_DRM_GET_DIMENSIONS, info.handle, &width, &height) == 0); in test_perform() 490 CHECK(mod->perform(mod, GRALLOC_DRM_GET_BACKING_STORE, duplicate.handle, &id2)); in test_perform() 493 CHECK(mod->perform(mod, GRALLOC_DRM_GET_BACKING_STORE, info.handle, &id1) == 0); in test_perform() 494 CHECK(mod->perform(mod, GRALLOC_DRM_GET_BACKING_STORE, duplicate.handle, &id2) == 0); in test_perform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | thinlto_object_suffix_replace.ll | 8 ; First perform the thin link on the normal bitcode file, and save the 17 ; Next perform the thin link on the minimized bitcode file, and compare dump
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 8 perform its next timed operation. When the workload is light, and 35 perform its next necessary operation (e.g. transmitting its next 64 (to allow mDNSCore to perform its necessary work) and then the timer
|
/external/yapf/ |
D | OWNERS | 3 # Will perform annual update
|