/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | algorithm.hpp | 40 InputIter2 first2, InputIter2 last2 ) in mismatch() argument 42 while( first1 != last1 && first2 != last2 && *first1 == *first2 ) { in mismatch() 44 ++first2; in mismatch() 47 return std::pair<InputIter1, InputIter2>(first1, first2); in mismatch() 64 InputIter2 first2, InputIter2 last2, in mismatch() argument 67 while( first1 != last1 && first2 != last2 && pred( *first1, *first2 ) ) { in mismatch() 69 ++first2; in mismatch() 72 return std::pair<InputIter1, InputIter2>(first1, first2); in mismatch() 86 ForwardIterator2 first2, ForwardIterator2 last2 ) in find_first_not_of() argument 89 if( std::find( first2, last2, *first1 ) == last2 ) in find_first_not_of() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/ |
D | equal.hpp | 29 SinglePassTraversalReadableIterator2 first2, in equal_impl() argument 40 return first2 == last2; in equal_impl() 45 if (first2 == last2) in equal_impl() 49 if (*first1 != *first2) in equal_impl() 53 ++first2; in equal_impl() 68 SinglePassTraversalReadableIterator2 first2, in equal_impl() argument 80 return first2 == last2; in equal_impl() 85 if (first2 == last2) in equal_impl() 89 if (!pred(*first1, *first2)) in equal_impl() 93 ++first2; in equal_impl() [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get.cpp | 39 const char * first2, const char * last2) { in __valid_grouping() argument 40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping() 45 if (*last1 != *first2) in __valid_grouping() 48 if (first2 != last2) ++first2; in __valid_grouping() 51 return *last1 <= *first2; in __valid_grouping()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/ |
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()
|
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()
|
/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 | 53 ForwardIterator2 first2, ForwardIterator2 last2); 58 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred); 63 ForwardIterator2 first2, ForwardIterator2 last2); 68 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred); 88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 93 InputIterator2 first2, InputIterator2 last2); // **C++14** 98 InputIterator2 first2, BinaryPredicate pred); 103 InputIterator2 first2, InputIterator2 last2, 108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 113 InputIterator2 first2, InputIterator2 last2); // **C++14** [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 468 intern_type* first2, intern_type* last2, 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 | 468 intern_type* first2, intern_type* last2, 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
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 1596 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
|