Searched refs:prev_permutation (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dperm_test.cpp45 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(v
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/
H A DAndroid.mk31 test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation
32 test_src := prev_permutation.pass.cpp
H A Dprev_permutation.pass.cpp16 // prev_permutation(Iter first, Iter last);
47 x = std::prev_permutation(Iter(ia), Iter(ia+e));
H A Dprev_permutation_comp.pass.cpp16 // prev_permutation(Iter first, Iter last, Compare comp);
49 x = std::prev_permutation(Iter(ia), Iter(ia+e), C());
/external/stlport/stlport/stl/
H A D_algo.h680 // 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,
H A D_algo.c1855 // next_permutation and prev_permutation, with and without an explicitly
1947 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last) { function
1954 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last, function

Completed in 1292 milliseconds