/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | algorithm.hpp | 39 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() argument 42 while( first1 != last1 && first2 != last2 && *first1 == *first2 ) { in mismatch() 43 ++first1; in mismatch() 47 return std::pair<InputIter1, InputIter2>(first1, first2); in mismatch() 63 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() argument 67 while( first1 != last1 && first2 != last2 && pred( *first1, *first2 ) ) { in mismatch() 68 ++first1; in mismatch() 72 return std::pair<InputIter1, InputIter2>(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() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/ |
D | equal.hpp | 27 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl() argument 39 if (first1 == last1) in equal_impl() 49 if (*first1 != *first2) in equal_impl() 52 ++first1; in equal_impl() 66 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl() argument 79 if (first1 == last1) in equal_impl() 89 if (!pred(*first1, *first2)) in equal_impl() 92 ++first1; in equal_impl() 105 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl() argument 112 return ((last1 - first1) == (last2 - first2)) in equal_impl() [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get.cpp | 38 __valid_grouping(const char * first1, const char * last1, in __valid_grouping() argument 40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping() 44 while (first1 != last1) { in __valid_grouping()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/ |
D | inner_product.pass.cpp | 29 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()
|
D | inner_product_comp.pass.cpp | 31 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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
D | 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 …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() argument 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() argument 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1417 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
|