HomeSort by relevance Sort by last modified time
    Searched refs:reverse (Results 201 - 225 of 1740) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryBreakEngine.java 177 boolean reverse, int breakType, DequeI foundBreaks) {
182 // extends towards the start or end of the text, depending on 'reverse'.
189 if (reverse) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 176 boolean reverse, int breakType, DequeI foundBreaks) {
181 // extends towards the start or end of the text, depending on 'reverse'.
188 if (reverse) {
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 104 // test reverse sorted pattern
105 std::reverse(array, array+N);
112 // test reverse swap ranges 2 pattern
113 std::reverse(array, array+N);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 104 // test reverse sorted pattern
105 std::reverse(array, array+N);
112 // test reverse swap ranges 2 pattern
113 std::reverse(array, array+N);
  /frameworks/base/core/java/android/animation/
Animator.java 450 // Hide reverse() and canReverse() for now since reverse() only work for simple
452 // TODO: make reverse() works for all the Animators.
463 public void reverse() { method in class:Animator
464 throw new IllegalStateException("Reverse is not supported");
476 * This call starts the animation in regular or reverse direction without requiring them to
481 * @param inReverse whether the animation should play in reverse direction
485 reverse(); method
496 * @param inReverse whether the end value is based on a reverse direction. If yes, this is
533 * @param isReverse Whether the animation is playing in reverse
    [all...]
  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 94 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { function in class:android::uirenderer::PropertyValuesAnimatorSet
98 BaseRenderNodeAnimator::reverse();
173 // Check the play direction (i.e. reverse or restart) every other iteration, and calculate the
175 if (iteration % 2 && mRepeatMode == RepeatMode::Reverse) {
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 242 mFlipAnimator.reverse();
247 mFlipAnimator.reverse();
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
BaseLauncher3Strategy.java 101 allAppsContainer, Direction.reverse(getAllAppsScrollDirection()));
132 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection()));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 50 temp.reverse()
94 L.reverse()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 50 temp.reverse()
94 L.reverse()
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 98 // test reverse sorted pattern
99 std::reverse(array, array+N);
106 // test reverse swap ranges 2 pattern
107 std::reverse(array, array+N);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 98 // test reverse sorted pattern
99 std::reverse(array, array+N);
106 // test reverse swap ranges 2 pattern
107 std::reverse(array, array+N);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 98 // test reverse sorted pattern
99 std::reverse(array, array+N);
106 // test reverse swap ranges 2 pattern
107 std::reverse(array, array+N);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 98 // test reverse sorted pattern
99 std::reverse(array, array+N);
106 // test reverse swap ranges 2 pattern
107 std::reverse(array, array+N);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 50 temp.reverse()
94 L.reverse()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 50 temp.reverse()
94 L.reverse()
  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 58 cout << "Attempting to reverse an array of SimpleParcelable objects." << endl;
69 std::reverse(reversed.begin(), reversed.end());
71 cout << "Failed to reverse an array of SimpleParcelable objects." << endl;
122 cout << "Attempting to reverse an array of PersistableBundle objects."
139 std::reverse(reversed.begin(), reversed.end());
141 cout << "Failed to reverse an array of PersistableBundle objects." << endl;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
mul.s 6 # executions in the reverse order (b)-> (a) nor consecutive execution of
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 121 # -listen (or -reverse) set up a reverse connection.
210 reverse=""
287 "-listen") reverse=1
289 "-reverse") reverse=1
338 elif [ "X$reverse" != "X" ]; then
369 if [ "X$reverse" != "X" ]; then
372 # check proxy usage under reverse connection:
409 if [ "X$showcert" = "X1" -a "X$SSVNC_USE_S_CLIENT" = "X" -a "X$reverse" = "X" ]; the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
world 18 reverse lookup is attempted. This script will search the country names and
19 print a list of matching entries. You can force reverse mappings with the
70 --reverse
72 Force reverse lookup. In this mode the address can be any Python
75 this flag), reverse lookup is performed on addresses if no matching
122 def reverse(regexp):
219 ['parse=', 'reverse', 'outputdict', 'help', 'dump'])
232 elif opt in ('-r', '--reverse'):
255 args = filter(None, map(reverse, args))
292 # was adopted for top-level DNS zone names (although in the reverse order
    [all...]
  /external/autotest/client/tools/
diffprofile 63 keys = sorted(diff.keys(), key=lambda x : diff[x], reverse = True)
  /external/autotest/contrib/
result_size_summary.py 41 hits = sorted(records.hits, key=lambda hit:hit['size_KB'], reverse=True)
  /external/curl/tests/
keywords.pl 124 my @mtest = reverse sort { lc($b) cmp lc($a) } keys %k;
  /external/eigen/bench/
bench_reverse.cpp 39 b = a.reverse();
  /external/fonttools/Lib/fontTools/misc/
textTools.py 51 items.reverse()

Completed in 528 milliseconds

1 2 3 4 5 6 7 891011>>