HomeSort by relevance Sort by last modified time
    Searched full:first2 (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 662 * @param first2 Start of sequence to match.
665 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
666 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
670 * equal value-by-value with the sequence given by @p [first2,last2) and
677 * @p last1-(last2-first2) where @p last2-first2 is the length of the
680 * @p [first1,last1-(last2-first2))
706 * @param first2 Start of sequence to match.
710 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
equal.pass.cpp 15 // equal(Iter1 first1, Iter1 last1, Iter2 first2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 15 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
find_first_of_pred.pass.cpp 16 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch.pass.cpp 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 677 * @param first2 Start of sequence to match.
680 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
681 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
685 * equal value-by-value with the sequence given by @p [first2,last2) and
692 * @p last1-(last2-first2) where @p last2-first2 is the length of the
695 * @p [first1,last1-(last2-first2))
721 * @param first2 Start of sequence to match.
725 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
stl_algobase.h 149 * @param first2 A forward iterator.
150 * @return An iterator equal to @p first2+(last1-first1).
153 * corresponding element in the range @p [first2,(last1-first1)).
943 * @param first2 An input iterator.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 677 * @param first2 Start of sequence to match.
680 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
681 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
685 * equal value-by-value with the sequence given by @p [first2,last2) and
692 * @p last1-(last2-first2) where @p last2-first2 is the length of the
695 * @p [first1,last1-(last2-first2))
721 * @param first2 Start of sequence to match.
725 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
stl_algobase.h 149 * @param first2 A forward iterator.
150 * @return An iterator equal to @p first2+(last1-first1).
153 * corresponding element in the range @p [first2,(last1-first1)).
943 * @param first2 An input iterator.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 677 * @param first2 Start of sequence to match.
680 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
681 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
685 * equal value-by-value with the sequence given by @p [first2,last2) and
692 * @p last1-(last2-first2) where @p last2-first2 is the length of the
695 * @p [first1,last1-(last2-first2))
721 * @param first2 Start of sequence to match.
725 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
stl_algobase.h 149 * @param first2 A forward iterator.
150 * @return An iterator equal to @p first2+(last1-first1).
153 * corresponding element in the range @p [first2,(last1-first1)).
943 * @param first2 An input iterator.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 677 * @param first2 Start of sequence to match.
680 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
681 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
685 * equal value-by-value with the sequence given by @p [first2,last2) and
692 * @p last1-(last2-first2) where @p last2-first2 is the length of the
695 * @p [first1,last1-(last2-first2))
721 * @param first2 Start of sequence to match.
725 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
stl_algobase.h 149 * @param first2 A forward iterator.
150 * @return An iterator equal to @p first2+(last1-first1).
153 * corresponding element in the range @p [first2,(last1-first1)).
943 * @param first2 An input iterator.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 677 * @param first2 Start of sequence to match.
680 * @p [first1,last1-(last2-first2)) such that @c *(i+N) == @p *(first2+N)
681 * for each @c N in the range @p [0,last2-first2), or @p last1 if no
685 * equal value-by-value with the sequence given by @p [first2,last2) and
692 * @p last1-(last2-first2) where @p last2-first2 is the length of the
695 * @p [first1,last1-(last2-first2))
721 * @param first2 Start of sequence to match.
725 * @p [first1,last1-(last2-first2)) such that @c predicate(*(i+N), @
    [all...]
stl_algobase.h 149 * @param first2 A forward iterator.
150 * @return An iterator equal to @p first2+(last1-first1).
153 * corresponding element in the range @p [first2,(last1-first1)).
943 * @param first2 An input iterator.
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
numeric 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
  /external/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_uninitialized.h 366 // copies [first2, last2) into
367 // [result + (last1 - first1), result + (last1 - first1) + (last2 - first2)).
400 // Copies [first1, last1) into [first2, first2 + (last1 - first1)), and
401 // fills [first2 + (last1 - first1), last2) with x.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 150 * @param first2 A forward iterator.
151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 150 * @param first2 A forward iterator.
151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]

Completed in 1088 milliseconds

12 3 4 5 6