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

1 2 3

  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
unique_copy.h 25 /** @file parallel/unique_copy.h
26 * @brief Parallel implementations of std::unique_copy().
41 /** @brief Parallel std::unique_copy(), w/o explicit equality predicate.
174 /** @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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 122 unique_copy
561 // unique_copy
792 unique_copy(_IIter, _IIter, _OIter);
796 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 125 unique_copy
572 // unique_copy
801 unique_copy(_IIter, _IIter, _OIter);
805 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);
  /external/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first);
307 return unique_copy(__first, __last, __first, __binary_pred);

Completed in 615 milliseconds

1 2 3