Searched refs:stable_partition (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 57 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 86 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 99 r = std::stable_partition(Iter(array), Iter(array), odd_first()); in test() 102 r = std::stable_partition(Iter(array), Iter(array+1), odd_first()); in test() 106 r = std::stable_partition(Iter(array+4), Iter(array+5), odd_first()); in test() 126 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 155 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 184 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 213 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() 242 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test() [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | partition_test.cpp | 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in stblptn0() 79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls)); in stblptn1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | partition_test.cpp | 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in stblptn0() 79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls)); in stblptn1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 403 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred);
|
D | _algo.c | 866 stable_partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in stable_partition() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 312 stable_partition(ForwardIterator first, ForwardIterator last, Predicate pred); 3253 // stable_partition 3529 stable_partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 165 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/stable_partition)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 156 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/stable_partition)
|