HomeSort by relevance Sort by last modified time
    Searched full:unique_copy (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_copy.pass.cpp 18 // unique_copy(InIter first, InIter last, OutIter result);
32 OutIter r = std::unique_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
47 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
71 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg));
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
87 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji));
unique_copy_pred.pass.cpp 19 // unique_copy(InIter first, InIter last, OutIter result, Pred pred);
44 OutIter r = std::unique_copy(InIter(ia), InIter(ia+sa), OutIter(ja), count_equal());
53 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb), count_equal());
63 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc), count_equal());
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
82 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je), count_equal());
93 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg), count_equal());
103 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal());
113 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji), count_equal());
Android.mk 23 test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy
24 test_src := unique_copy.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_copy.pass.cpp 18 // unique_copy(InIter first, InIter last, OutIter result);
32 OutIter r = std::unique_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
47 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
71 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg));
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
87 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji));
unique_copy_pred.pass.cpp 19 // unique_copy(InIter first, InIter last, OutIter result, Pred pred);
44 OutIter r = std::unique_copy(InIter(ia), InIter(ia+sa), OutIter(ja), count_equal());
53 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb), count_equal());
63 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc), count_equal());
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
82 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je), count_equal());
93 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg), count_equal());
103 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal());
113 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji), count_equal());
  /external/stlport/test/unit/
unique_test.cpp 73 unique_copy((int*)numbers, (int*)numbers + 8, (int*)result);
96 unique_copy(plabels, plabels + count, puCopy, str_equal);
  /ndk/tests/device/test-gnustl-full/unit/
unique_test.cpp 73 unique_copy((int*)numbers, (int*)numbers + 8, (int*)result);
96 unique_copy(plabels, plabels + count, puCopy, str_equal);
  /ndk/tests/device/test-stlport/unit/
unique_test.cpp 73 unique_copy((int*)numbers, (int*)numbers + 8, (int*)result);
96 unique_copy(plabels, plabels + count, puCopy, str_equal);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 25 /** @file parallel/unique_copy.h
26 * @brief Parallel implementations of std::unique_copy().
40 /** @brief Parallel std::unique_copy(), w/__o explicit equality predicate.
179 /** @brief Parallel std::unique_copy(), without explicit equality predicate
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 25 /** @file parallel/unique_copy.h
26 * @brief Parallel implementations of std::unique_copy().
40 /** @brief Parallel std::unique_copy(), w/__o explicit equality predicate.
179 /** @brief Parallel std::unique_copy(), without explicit equality predicate
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
unique_copy.h 25 /** @file parallel/unique_copy.h
26 * @brief Parallel implementations of std::unique_copy().
40 /** @brief Parallel std::unique_copy(), w/__o explicit equality predicate.
179 /** @brief Parallel std::unique_copy(), without explicit equality predicate
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
unique_copy.h 25 /** @file parallel/unique_copy.h
26 * @brief Parallel implementations of std::unique_copy().
40 /** @brief Parallel std::unique_copy(), w/__o explicit equality predicate.
179 /** @brief Parallel std::unique_copy(), without explicit equality predicate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 125 unique_copy
572 // unique_copy
801 unique_copy(_IIter, _IIter, _OIter);
805 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 122 unique_copy
561 // unique_copy
792 unique_copy(_IIter, _IIter, _OIter);
796 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 122 unique_copy
561 // unique_copy
792 unique_copy(_IIter, _IIter, _OIter);
796 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 122 unique_copy
561 // unique_copy
792 unique_copy(_IIter, _IIter, _OIter);
796 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 122 unique_copy
561 // unique_copy
792 unique_copy(_IIter, _IIter, _OIter);
796 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 125 unique_copy
572 // unique_copy
801 unique_copy(_IIter, _IIter, _OIter);
805 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 125 unique_copy
572 // unique_copy
801 unique_copy(_IIter, _IIter, _OIter);
805 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 127 unique_copy
583 // unique_copy
812 unique_copy(_IIter, _IIter, _OIter);
816 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);

Completed in 559 milliseconds

1 2 3