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

12 3 4

  /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,
algorithm 52 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
57 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
62 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
67 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
92 mismatch(InputIterator1 first1, InputIterator1 last1,
97 mismatch(InputIterator1 first1, InputIterator1 last1,
102 mismatch(InputIterator1 first1, InputIterator1 last1,
108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
112 equal(InputIterator1 first1, InputIterator1 last1,
    [all...]
  /prebuilts/ndk/current/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,
algorithm 52 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
57 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
62 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
67 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
92 mismatch(InputIterator1 first1, InputIterator1 last1,
97 mismatch(InputIterator1 first1, InputIterator1 last1,
102 mismatch(InputIterator1 first1, InputIterator1 last1,
108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
112 equal(InputIterator1 first1, InputIterator1 last1,
    [all...]
  /external/libcxx/include/
algorithm 52 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
57 find_end(ForwardIterator1 first1, ForwardIterator1 last1,
62 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
67 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1,
88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
92 mismatch(InputIterator1 first1, InputIterator1 last1,
97 mismatch(InputIterator1 first1, InputIterator1 last1,
102 mismatch(InputIterator1 first1, InputIterator1 last1,
108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
112 equal(InputIterator1 first1, InputIterator1 last1,
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp 16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
find_end_pred.pass.cpp 16 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare.pass.cpp 16 // lexicographical_compare(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
lexicographical_compare_comp.pass.cpp 16 // lexicographical_compare(Iter1 first1, Iter1 last1,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp 16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare.pass.cpp 16 // lexicographical_compare(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
lexicographical_compare_comp.pass.cpp 16 // lexicographical_compare(Iter1 first1, Iter1 last1,
  /external/opencv3/modules/photo/src/
denoise_tvl1.cpp 63 static OutputIterator transform (InputIterator first1, InputIterator last1, InputIterator2 first2,
66 while (first1 != last1)
  /external/llvm/include/llvm/ADT/
ilist.h 648 iterator First1 = begin(), Last1 = end();
650 while (First1 != Last1 && First2 != Last2) {
660 transfer(Last1, Right, First2, Last2);
765 template<class InIt> void assign(InIt first1, InIt last1) {
767 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
770 erase(first1, last1);
772 insert(last1, first2, last2);
  /external/llvm/test/Transforms/InstSimplify/
compare.ll 116 %last1 = getelementptr inbounds i8, i8* %first2, i32 48
117 %last2 = getelementptr inbounds i8, i8* %last1, i32 8
134 %last1 = getelementptr inbounds i8, i8* %ptr, i32 48
135 %last2 = getelementptr inbounds i8, i8* %last1, i32 -6
149 %last1 = getelementptr inbounds i8, i8* %ptr, i32 48
150 %last2 = getelementptr inbounds i8, i8* %last1, i32 -6
162 %last1 = getelementptr inbounds i8, i8* %ptr, i32 48
163 %last2 = getelementptr inbounds i8, i8* %last1, i32 -6
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 15 // search(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
includes_comp.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 106 assertEquals("Wrong last1", 'g', it.last());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);

Completed in 1089 milliseconds

12 3 4