HomeSort by relevance Sort by last modified time
    Searched full:reverse (Results 401 - 425 of 2571) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 528 * Returns a read/write reverse iterator that points to the
529 * last element in the %vector. Iteration is done in reverse
537 * Returns a read-only (constant) reverse iterator that points
539 * reverse element order.
546 * Returns a read/write reverse iterator that points to one
548 * in reverse element order.
555 * Returns a read-only (constant) reverse iterator that points
557 * is done in reverse element order.
583 * Returns a read-only (constant) reverse iterator that points
585 * reverse element order
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-_List_node_base-uses-old-compatible-implementation-to-avoid-GLIBCXX_3.4.15.patch 52 + reverse() throw ();
101 + (reinterpret_cast<std::_List_node_base *>(this))->reverse();
177 - reverse() throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-_List_node_base-uses-old-compatible-implementation-to-avoid-GLIBCXX_3.4.15.patch 52 + reverse() throw ();
101 + (reinterpret_cast<std::_List_node_base *>(this))->reverse();
177 - reverse() throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 528 * Returns a read/write reverse iterator that points to the
529 * last element in the %vector. Iteration is done in reverse
537 * Returns a read-only (constant) reverse iterator that points
539 * reverse element order.
546 * Returns a read/write reverse iterator that points to one
548 * in reverse element order.
555 * Returns a read-only (constant) reverse iterator that points
557 * is done in reverse element order.
583 * Returns a read-only (constant) reverse iterator that points
585 * reverse element order
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 456 * Returns a read/write reverse iterator that points to the
457 * last element in the %vector. Iteration is done in reverse
465 * Returns a read-only (constant) reverse iterator that points
467 * reverse element order.
474 * Returns a read/write reverse iterator that points to one
476 * in reverse element order.
483 * Returns a read-only (constant) reverse iterator that points
485 * is done in reverse element order.
511 * Returns a read-only (constant) reverse iterator that points
513 * reverse element order
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 456 * Returns a read/write reverse iterator that points to the
457 * last element in the %vector. Iteration is done in reverse
465 * Returns a read-only (constant) reverse iterator that points
467 * reverse element order.
474 * Returns a read/write reverse iterator that points to one
476 * in reverse element order.
483 * Returns a read-only (constant) reverse iterator that points
485 * is done in reverse element order.
511 * Returns a read-only (constant) reverse iterator that points
513 * reverse element order
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 456 * Returns a read/write reverse iterator that points to the
457 * last element in the %vector. Iteration is done in reverse
465 * Returns a read-only (constant) reverse iterator that points
467 * reverse element order.
474 * Returns a read/write reverse iterator that points to one
476 * in reverse element order.
483 * Returns a read-only (constant) reverse iterator that points
485 * is done in reverse element order.
511 * Returns a read-only (constant) reverse iterator that points
513 * reverse element order
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 456 * Returns a read/write reverse iterator that points to the
457 * last element in the %vector. Iteration is done in reverse
465 * Returns a read-only (constant) reverse iterator that points
467 * reverse element order.
474 * Returns a read/write reverse iterator that points to one
476 * in reverse element order.
483 * Returns a read-only (constant) reverse iterator that points
485 * is done in reverse element order.
511 * Returns a read-only (constant) reverse iterator that points
513 * reverse element order
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 528 * Returns a read/write reverse iterator that points to the
529 * last element in the %vector. Iteration is done in reverse
537 * Returns a read-only (constant) reverse iterator that points
539 * reverse element order.
546 * Returns a read/write reverse iterator that points to one
548 * in reverse element order.
555 * Returns a read-only (constant) reverse iterator that points
557 * is done in reverse element order.
583 * Returns a read-only (constant) reverse iterator that points
585 * reverse element order
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 549 * Returns a read/write reverse iterator that points to the
550 * last element in the %vector. Iteration is done in reverse
558 * Returns a read-only (constant) reverse iterator that points
560 * reverse element order.
567 * Returns a read/write reverse iterator that points to one
569 * in reverse element order.
576 * Returns a read-only (constant) reverse iterator that points
578 * is done in reverse element order.
604 * Returns a read-only (constant) reverse iterator that points
606 * reverse element order
    [all...]
  /bionic/libc/bionic/
pthread-atfork.c 62 * handlers should be called in the reverse order of the parent/child
  /bionic/linker/
linker.h 164 void CallArray(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 65 // Except for rsub-int (reverse sub) where first source is constant
PlainInsn.java 110 // Check for reverse subtraction, where first source is constant
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 94 bounceAnim.reverse();
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer1.java 112 anim.setRepeatMode(ValueAnimator.REVERSE);
Bouncer3.java 114 anim.setRepeatMode(ValueAnimator.REVERSE);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 36 * the reverse. This is O(1) for both operations.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 36 * the reverse. This is O(1) for both operations.
FastQueue.m 36 * the reverse. This is O(1) for both operations.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 70 /** DFS-based topological sort. A valid sort is the reverse of
  /external/ceres-solver/internal/ceres/
corrector.h 55 // it becomes larger than 1, then it will reverse the sign of the
  /external/chromium/base/
environment.cc 30 // and look for a variable name with the reverse case.
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.cc 121 std::reverse(output.begin(), output.end());
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_mac.h 95 virtual void TakeFocus(bool reverse);

Completed in 1790 milliseconds

<<11121314151617181920>>