Searched refs:copy_n (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | istmit_test.cpp | 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), in copy_n_test() 94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test() 103 copy_n(istream_int_ite(istr), 2, back_inserter(ints)); in copy_n_test() 109 copy_n(istream_string_ite(istr), 2, back_inserter(strings)); in copy_n_test() 141 itr = copy_n(itr, 0, back_inserter(ints)).first; in copy_n_test() 143 itr = copy_n(itr, -1, back_inserter(ints)).first; in copy_n_test() 145 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 149 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 153 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test()
|
/ndk/tests/device/test-stlport/unit/ |
D | istmit_test.cpp | 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), in copy_n_test() 94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test() 103 copy_n(istream_int_ite(istr), 2, back_inserter(ints)); in copy_n_test() 109 copy_n(istream_string_ite(istr), 2, back_inserter(strings)); in copy_n_test() 141 itr = copy_n(itr, 0, back_inserter(ints)).first; in copy_n_test() 143 itr = copy_n(itr, -1, back_inserter(ints)).first; in copy_n_test() 145 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 149 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 153 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/ |
D | copy_n.pass.cpp | 31 OutIter r = std::copy_n(InIter(ia), N/2, OutIter(ib)); in test()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { in copy_n() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 177 copy_n(InputIterator first, Size n, OutputIterator result); 1820 // copy_n 1830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) 1853 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 144 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 153 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
|