Searched refs:first1 (Results 1 – 9 of 9) sorted by relevance
/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++/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++/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 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 101 equal(InputIterator1 first1, InputIterator1 last1, 106 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1, 111 is_permutation(ForwardIterator1 first1, ForwardIterator1 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
|
/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
|