Home
last modified time | relevance | path

Searched refs:last1 (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dalgorithm.hpp39 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() argument
42 while( first1 != last1 && first2 != last2 && *first1 == *first2 ) { in mismatch()
63 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() argument
67 while( first1 != last1 && first2 != last2 && pred( *first1, *first2 ) ) { in mismatch()
85 find_first_not_of( ForwardIterator1 first1, ForwardIterator1 last1, in find_first_not_of() argument
88 while( first1 != last1 ) { in find_first_not_of()
109 find_first_not_of( ForwardIterator1 first1, ForwardIterator1 last1, in find_first_not_of() argument
113 while( first1 != last1 ) { in find_first_not_of()
132 find_last_of( BidirectionalIterator1 first1, BidirectionalIterator1 last1, in find_last_of() argument
135 if( first1 == last1 || first2 == last2 ) in find_last_of()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
Dequal.hpp28 SinglePassTraversalReadableIterator1 last1, in equal_impl() argument
39 if (first1 == last1) in equal_impl()
67 SinglePassTraversalReadableIterator1 last1, in equal_impl() argument
79 if (first1 == last1) in equal_impl()
106 RandomAccessTraversalReadableIterator1 last1, in equal_impl() argument
112 return ((last1 - first1) == (last2 - first2)) in equal_impl()
113 && std::equal(first1, last1, first2); in equal_impl()
120 RandomAccessTraversalReadableIterator1 last1, in equal_impl() argument
125 return ((last1 - first1) == (last2 - first2)) in equal_impl()
126 && std::equal(first1, last1, first2, pred); in equal_impl()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp38 __valid_grouping(const char * first1, const char * last1, in __valid_grouping() argument
40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping()
42 --last1; --last2; in __valid_grouping()
44 while (first1 != last1) { in __valid_grouping()
45 if (*last1 != *first2) in __valid_grouping()
47 --last1; in __valid_grouping()
51 return *last1 <= *first2; in __valid_grouping()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/
Dinner_product_comp.pass.cpp31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument
33 assert(std::inner_product(first1, last1, first2, init, in test()
Dinner_product.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument
31 assert(std::inner_product(first1, last1, first2, init) == x); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dnumeric30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
Dalgorithm52 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 …]
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp467 const extern_type* last1, const extern_type*& next1, in do_in() argument
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp467 const extern_type* last1, const extern_type*& next1, in do_in() argument
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()