/external/stlport/test/unit/ |
perm_test.cpp | 45 prev_permutation(v1, v1 + 3); 56 prev_permutation(v1.begin(), v1.end()); 60 prev_permutation(v1.begin(), v1.end()); 64 prev_permutation(v1.begin(), v1.end()); 68 prev_permutation(v1.begin(), v1.end()); 72 prev_permutation(v1.begin(), v1.end()); 76 prev_permutation(v1.begin(), v1.end()); 80 prev_permutation(v1.begin(), v1.end()); 84 prev_permutation(v1.begin(), v1.end()); 88 prev_permutation(v1.begin(), v1.end()) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
perm_test.cpp | 45 prev_permutation(v1, v1 + 3); 56 prev_permutation(v1.begin(), v1.end()); 60 prev_permutation(v1.begin(), v1.end()); 64 prev_permutation(v1.begin(), v1.end()); 68 prev_permutation(v1.begin(), v1.end()); 72 prev_permutation(v1.begin(), v1.end()); 76 prev_permutation(v1.begin(), v1.end()); 80 prev_permutation(v1.begin(), v1.end()); 84 prev_permutation(v1.begin(), v1.end()); 88 prev_permutation(v1.begin(), v1.end()) [all...] |
/ndk/tests/device/test-stlport/unit/ |
perm_test.cpp | 45 prev_permutation(v1, v1 + 3); 56 prev_permutation(v1.begin(), v1.end()); 60 prev_permutation(v1.begin(), v1.end()); 64 prev_permutation(v1.begin(), v1.end()); 68 prev_permutation(v1.begin(), v1.end()); 72 prev_permutation(v1.begin(), v1.end()); 76 prev_permutation(v1.begin(), v1.end()); 80 prev_permutation(v1.begin(), v1.end()); 84 prev_permutation(v1.begin(), v1.end()); 88 prev_permutation(v1.begin(), v1.end()) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/ |
prev_permutation.pass.cpp | 16 // prev_permutation(Iter first, Iter last); 47 x = std::prev_permutation(Iter(ia), Iter(ia+e));
|
prev_permutation_comp.pass.cpp | 16 // prev_permutation(Iter first, Iter last, Compare comp); 49 x = std::prev_permutation(Iter(ia), Iter(ia+e), C());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 93 prev_permutation 460 prev_permutation(_BIter, _BIter); 464 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 95 prev_permutation 465 prev_permutation(_BIter, _BIter); 469 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 95 prev_permutation 465 prev_permutation(_BIter, _BIter); 469 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 93 prev_permutation 460 prev_permutation(_BIter, _BIter); 464 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 93 prev_permutation 460 prev_permutation(_BIter, _BIter); 464 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 93 prev_permutation 460 prev_permutation(_BIter, _BIter); 464 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 93 prev_permutation 460 prev_permutation(_BIter, _BIter); 464 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 95 prev_permutation 465 prev_permutation(_BIter, _BIter); 469 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 95 prev_permutation 465 prev_permutation(_BIter, _BIter); 469 prev_permutation(_BIter, _BIter, _Compare);
|
/external/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
_algo.c | 1947 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last) { function 1954 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last, function [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 97 prev_permutation 467 prev_permutation(_BIter, _BIter); 471 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algo.h | 680 // next_permutation and prev_permutation, with and without an explicitly 692 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last); 696 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 97 prev_permutation 467 prev_permutation(_BIter, _BIter); 471 prev_permutation(_BIter, _BIter, _Compare);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
algorithmfwd.h | 97 prev_permutation 467 prev_permutation(_BIter, _BIter); 471 prev_permutation(_BIter, _BIter, _Compare);
|