Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
DAccessibilityClickAction.java46 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
DAccessibilityUiElementActor.java31 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()
DAccessibilityAction.java35 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/droiddriver/src/io/appium/droiddriver/actions/
DClickAction.java43 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
DEventUiElementActor.java31 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()
DEventAction.java32 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
DAction.java35 boolean perform(UiElement element); in perform() method
/external/squashfs-tools/RELEASE-READMEs/
DPERFORMANCE.README32 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/
DBaseUiDevice.java57 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()
DBaseUiElement.java170 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/
DChangeSetTestCase.java172 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/
DViewAction.java35 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/
DREADME38 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/
DChangeSetPerformer.java70 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/
Dlib536.c32 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/
Dsparse_resources.txt29 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/
Drelease5 # 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/
DPGOMemOPSizeOpt.cpp148 void perform() { in perform() function in __anon0fac92860211::MemOPSizeOpt
154 if (perform(MI)) { in perform()
185 bool perform(MemIntrinsic *MI);
232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anon0fac92860211::MemOPSizeOpt
424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp79 bool perform() { in perform() function in __anonaefbdd200211::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/
DLoopIterator.h124 void perform(LoopInfo *LI);
181 void perform(LoopInfo *LI) { in perform() function
182 DFS.perform(LI); in perform()
/external/iperf3/src/
Dversion.h.in15 * 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/
Dgralloctest.c477 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/
Dthinlto_object_suffix_replace.ll8 ; 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/
DImplementer Notes.txt8 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/
DOWNERS3 # Will perform annual update

12345678910>>...51