HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 1 - 25 of 7714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/hamcrest/library/src/org/hamcrest/number/
package.html 5 <p>Matchers that perform numeric comparisons.</p>
  /external/hamcrest/library/src/org/hamcrest/text/
package.html 5 <p>Matchers that perform text comparisons.</p>
  /external/proguard/src/proguard/obfuscate/
package.html 2 This package contains classes to perform obfuscation of class files.
  /external/proguard/src/proguard/optimize/peephole/
package.html 2 This package contains visitors that perform various peephole optimizations.
  /external/proguard/src/proguard/shrink/
package.html 2 This package contains classes to perform shrinking of class files.
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Actions.pxd 3 cdef perform(self, token_stream, text) member in class:Action
8 cdef perform(self, token_stream, text) member in class:Return
13 cdef perform(self, token_stream, text) member in class:Call
18 cdef perform(self, token_stream, text) member in class:Begin
22 cdef perform(self, token_stream, text) member in class:Ignore
25 cdef perform(self, token_stream, text) member in class:Text
  /external/proguard/src/proguard/optimize/evaluation/
package.html 2 This package contains visitors that perform partial evaluation and subsequent
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnfrt.h 25 * Perform an exhaustive round-trip test on the English spellout rules
30 * Perform an exhaustive round-trip test on the duration-formatting rules
35 * Perform an exhaustive round-trip test on the Spanish spellout rules
40 * Perform an exhaustive round-trip test on the French spellout rules
45 * Perform an exhaustive round-trip test on the Swiss French spellout rules
50 * Perform an exhaustive round-trip test on the Italian spellout rules
55 * Perform an exhaustive round-trip test on the German spellout rules
60 * Perform an exhaustive round-trip test on the Swedish spellout rules
65 * Perform an exhaustive round-trip test on the Dutch spellout rules
70 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
itrbnf.h 27 * Perform an API test
32 * Perform a simple spot check on the FractionalRuleSet logic
38 * Perform API tests on llong
46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rule
    [all...]
allcoll.h 33 // perform test with strength PRIMARY
36 // perform test with strength SECONDARY
39 // perform test with strength tertiary
42 // perform extra tests
  /external/icu/icu4c/source/test/intltest/
itrbnfrt.h 25 * Perform an exhaustive round-trip test on the English spellout rules
30 * Perform an exhaustive round-trip test on the duration-formatting rules
35 * Perform an exhaustive round-trip test on the Spanish spellout rules
40 * Perform an exhaustive round-trip test on the French spellout rules
45 * Perform an exhaustive round-trip test on the Swiss French spellout rules
50 * Perform an exhaustive round-trip test on the Italian spellout rules
55 * Perform an exhaustive round-trip test on the German spellout rules
60 * Perform an exhaustive round-trip test on the Swedish spellout rules
65 * Perform an exhaustive round-trip test on the Dutch spellout rules
70 * Perform an exhaustive round-trip test on the Japanese spellout rule
    [all...]
itrbnf.h 27 * Perform an API test
32 * Perform a simple spot check on the FractionalRuleSet logic
38 * Perform API tests on llong
46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rule
    [all...]
allcoll.h 33 // perform test with strength PRIMARY
36 // perform test with strength SECONDARY
39 // perform test with strength tertiary
42 // perform extra tests
  /external/chromium_org/components/os_crypt/
README 4 services to perform the encryption/decryption.
  /sdk/eclipse/
TYCHO_BUILD 1 To build using Tycho, perform:
  /external/droiddriver/src/com/google/android/droiddriver/actions/
EventUiElementActor.java 31 uiElement.perform(new TextAction(text));
36 uiElement.perform(ClickAction.SINGLE);
41 uiElement.perform(ClickAction.LONG);
46 uiElement.perform(ClickAction.DOUBLE);
51 uiElement.perform(SwipeAction.toScroll(direction));
EventAction.java 32 public boolean perform(UiElement element) { method in class:EventAction
33 return perform(element.getInjector(), element);
40 * @param element the UiElement to perform the action on
45 protected abstract boolean perform(InputInjector injector, UiElement element); method in class:EventAction
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityUiElementActor.java 32 uiElement.perform(new TextAction(text));
37 uiElement.perform(AccessibilityClickAction.SINGLE);
42 uiElement.perform(AccessibilityClickAction.LONG);
47 uiElement.perform(AccessibilityClickAction.DOUBLE);
52 uiElement.perform(new AccessibilityScrollAction(direction));
AccessibilityAction.java 35 public boolean perform(UiElement element) { method in class:AccessibilityAction
36 return perform(((UiAutomationElement) element).getRawElement(), element);
43 * @param element the UiElement to perform the action on
47 protected abstract boolean perform(AccessibilityNodeInfo node, UiElement element); method in class:AccessibilityAction
  /development/samples/browseable/NetworkConnect/
_index.jd 8 HttpURLConnection. AsyncTask is used to perform the fetch on a background thread.
  /external/chromium_org/chrome/common/extensions/docs/examples/
README.txt 5 * howto/ - simple extensions showing how to perform a particular task
  /external/chromium_org/content/app/mojo/
mojo_init.h 12 // Perform any necessary Mojo initialization.
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 6 /* TPROXY target is capable of marking the packet to perform
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_TPROXY.h 6 /* TPROXY target is capable of marking the packet to perform
  /external/srec/
Android.mk 11 # perform sub-makes

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>