Searched refs:next_permutation (Results 1 - 12 of 12) sorted by relevance

/external/stlport/test/unit/
H A Dperm_test.cpp138 next_permutation(v1, v1 + 3);
149 next_permutation(v1.begin(), v1.end());
153 next_permutation(v1.begin(), v1.end());
157 next_permutation(v1.begin(), v1.end());
161 next_permutation(v1.begin(), v1.end());
165 next_permutation(v1.begin(), v1.end());
169 next_permutation(v1.begin(), v1.end());
173 next_permutation(v1.begin(), v1.end());
177 next_permutation(v1.begin(), v1.end());
181 next_permutation(v
[all...]
/external/chromium_org/remoting/base/
H A Dcapabilities_unittest.cc70 } while (std::next_permutation(caps.begin(), caps.end()));
102 } while (std::next_permutation(caps.begin(), caps.end()));
/external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/
H A DAndroid.mk19 test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation
20 test_src := next_permutation.pass.cpp
H A Dnext_permutation.pass.cpp16 // next_permutation(Iter first, Iter last);
47 x = std::next_permutation(Iter(ia), Iter(ia+e));
H A Dnext_permutation_comp.pass.cpp16 // next_permutation(Iter first, Iter last, Compare comp);
49 x = std::next_permutation(Iter(ia), Iter(ia+e), C());
/external/chromium_org/chrome/browser/
H A Dinternal_auth_unittest.cc80 std::next_permutation(dummy.begin(), dummy.end());
82 std::next_permutation(dummy.begin(), dummy.end());
120 std::next_permutation(dummy.begin(), dummy.end());
126 std::next_permutation(dummy.begin(), dummy.begin() + dummy.size() / 2);
151 std::next_permutation(dummy1.begin(), dummy1.end());
156 std::next_permutation(dummy2.begin(), dummy2.begin() + dummy2.size() / 2);
/external/eigen/test/
H A Dprec_inverse_4x4.cpp25 std::next_permutation(indices.data(),indices.data()+4);
/external/eigen/test/eigen2/
H A Deigen2_prec_inverse_4x4.cpp44 std::next_permutation(indices.data(),indices.data()+4);
/external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
H A Dsort.pass.cpp35 } while (std::next_permutation(f, l));
/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort.pass.cpp35 } while (std::next_permutation(f, l));
/external/stlport/stlport/stl/
H A D_algo.h680 // next_permutation and prev_permutation, with and without an explicitly
684 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last);
687 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last,
H A D_algo.c1855 // next_permutation and prev_permutation, with and without an explicitly
1896 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last) { function
1903 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last, function

Completed in 6480 milliseconds