HomeSort by relevance Sort by last modified time
    Searched refs:stable_partition (Results 1 - 25 of 44) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
stable_partition.pass.cpp 16 // stable_partition(Iter first, Iter last, Pred pred);
57 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first());
86 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first());
99 r = std::stable_partition(Iter(array), Iter(array), odd_first());
102 r = std::stable_partition(Iter(array), Iter(array+1), odd_first());
106 r = std::stable_partition(Iter(array+4), Iter(array+5), odd_first());
126 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first());
155 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first());
184 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first());
213 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first())
    [all...]
  /external/stlport/test/unit/
partition_test.cpp 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /ndk/tests/device/test-gnustl-full/unit/
partition_test.cpp 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /ndk/tests/device/test-stlport/unit/
partition_test.cpp 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /external/stlport/test/eh/
test_algo.cpp 89 gTestController.SetCurrentTestName("stable_partition()");
96 SortClass* d = EH_STD::stable_partition( buf.begin(), buf.end(), throw_cmp );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 116 stable_partition
537 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 119 stable_partition
548 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 119 stable_partition
548 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 116 stable_partition
537 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 116 stable_partition
537 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 116 stable_partition
537 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 116 stable_partition
537 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 119 stable_partition
548 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 119 stable_partition
548 stable_partition(_BIter, _BIter, _Predicate);
  /external/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 121 stable_partition
550 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 396 // partition, stable_partition, and their auxiliary functions
403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 121 stable_partition
550 stable_partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 121 stable_partition
550 stable_partition(_BIter, _BIter, _Predicate);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 159 // stable_partition.
    [all...]

Completed in 98 milliseconds

1 2