/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/ |
D | eq.pass.cpp | 22 std::locale copy(cloc); in main() local 30 assert(cloc == copy); in main() 37 assert(copy == cloc); in main() 38 assert(copy == copy); in main() 39 assert(copy != n1); in main() 40 assert(copy != n2); in main() 41 assert(copy != noname1); in main() 42 assert(copy != nonamec); in main() 43 assert(copy != noname2); in main() 46 assert(n1 != copy); in main() [all …]
|
/ndk/sources/android/support/src/locale/ |
D | duplocale.c | 40 locale_t copy = calloc(1, sizeof(*loc)); in duplocale() local 41 copy[0] = loc[0]; in duplocale() 42 return copy; in duplocale()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
D | copy.pass.cpp | 56 assert(std::copy(c1.cbegin(), c1.cend(), c2.begin()) == c2.end()); in testN() 58 assert(std::copy(c2.cbegin(), c2.cend(), c1.begin()) == c1.end()); in testN() 60 assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); in testN() 62 assert(std::copy(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end())); in testN() 64 assert(std::copy(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN() 66 assert(std::copy(ICI(c2.cbegin()), ICI(c2.cend()), c1.begin()) == c1.end()); in testN()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | copy_test.cpp | 44 copy(string, string + 23, result); in copy_array() 54 copy(a, a + size, va); in copy_volatile() 64 copy(a, a + size, va); in copy_volatile() 76 copy(a, a + size, va); in copy_volatile() 91 copy(v1.begin(), v1.end(), v2.begin()); in copy_vector() 102 copy(v1.begin(), v1.end(), i); in copy_insert()
|
D | finsert_test.cpp | 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); in finsert1() 42 copy(array, array + 3, fit); in finsert1() 53 copy(array, array + 3, front_inserter(names)); in finsert2()
|
D | binsert_test.cpp | 35 bit = copy(array, array + 3, bit); in binsert1() 41 copy(array, array + 3, bit); in binsert1() 50 copy(array, array + 3, back_inserter(names)); in binsert2()
|
D | insert_test.cpp | 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i)); in insert1() 49 copy(array1, array1 + 3, itd); in insert1() 62 copy(array2, array2 + 3, inserter(names, i)); in insert2()
|
D | ostmit_test.cpp | 41 copy(text, text + 5, iter); in ostmit0() 47 copy(array, array + 4, iter2); in ostmit0()
|
D | ptrspec_test.cpp | 142 copy(int_array, int_array + 3, back_inserter(pint_vect)); in ptr_specialization_test() 155 copy(int_array, int_array + 3, back_inserter(pint_list)); in ptr_specialization_test() 156 copy(int_array, int_array + 3, back_inserter(pint_list2)); in ptr_specialization_test() 179 copy(int_array, int_array + 3, front_inserter(pint_slist)); in ptr_specialization_test() 180 copy(int_array, int_array + 3, front_inserter(pint_slist2)); in ptr_specialization_test() 202 copy(int_array, int_array + 3, back_inserter(pint_deque)); in ptr_specialization_test() 203 copy(int_array, int_array + 3, back_inserter(pint_deque2)); in ptr_specialization_test()
|
/ndk/tests/device/test-stlport/unit/ |
D | copy_test.cpp | 44 copy(string, string + 23, result); in copy_array() 54 copy(a, a + size, va); in copy_volatile() 64 copy(a, a + size, va); in copy_volatile() 76 copy(a, a + size, va); in copy_volatile() 91 copy(v1.begin(), v1.end(), v2.begin()); in copy_vector() 102 copy(v1.begin(), v1.end(), i); in copy_insert()
|
D | finsert_test.cpp | 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); in finsert1() 42 copy(array, array + 3, fit); in finsert1() 53 copy(array, array + 3, front_inserter(names)); in finsert2()
|
D | binsert_test.cpp | 35 bit = copy(array, array + 3, bit); in binsert1() 41 copy(array, array + 3, bit); in binsert1() 50 copy(array, array + 3, back_inserter(names)); in binsert2()
|
D | insert_test.cpp | 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i)); in insert1() 49 copy(array1, array1 + 3, itd); in insert1() 62 copy(array2, array2 + 3, inserter(names, i)); in insert2()
|
D | ostmit_test.cpp | 41 copy(text, text + 5, iter); in ostmit0() 47 copy(array, array + 4, iter2); in ostmit0()
|
D | ptrspec_test.cpp | 142 copy(int_array, int_array + 3, back_inserter(pint_vect)); in ptr_specialization_test() 155 copy(int_array, int_array + 3, back_inserter(pint_list)); in ptr_specialization_test() 156 copy(int_array, int_array + 3, back_inserter(pint_list2)); in ptr_specialization_test() 179 copy(int_array, int_array + 3, front_inserter(pint_slist)); in ptr_specialization_test() 180 copy(int_array, int_array + 3, front_inserter(pint_slist2)); in ptr_specialization_test() 202 copy(int_array, int_array + 3, back_inserter(pint_deque)); in ptr_specialization_test() 203 copy(int_array, int_array + 3, back_inserter(pint_deque2)); in ptr_specialization_test()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() 149 copy(&ptr); in linked_ptr() 155 copy(&ptr); 162 copy(&ptr); 203 template <typename U> void copy(linked_ptr<U> const* ptr) { in copy() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
D | find_format.hpp | 52 Output = std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl2() 57 Output = std::copy( ::boost::begin(Input), ::boost::begin(M), Output ); in find_format_copy_impl2() 60 … Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); in find_format_copy_impl2() 62 Output = std::copy( M.end(), ::boost::end(Input), Output ); in find_format_copy_impl2() 86 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl()
|
D | find_format_all.hpp | 60 Output = std::copy( LastMatch, M.begin(), Output ); in find_format_all_copy_impl2() 62 … Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); in find_format_all_copy_impl2() 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); in find_format_all_copy_impl2() 97 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_all_copy_impl()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _bvector.h | 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start); 570 _STLP_STD::copy(__first, __last, this->_M_start); [all …]
|
D | _num_put.c | 48 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 54 __oi = _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 61 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 65 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 153 return _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi); in __copy_integer_and_fill() 179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi); in __copy_integer_and_fill() 183 return _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf); in __put_integer() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
D | iterator_range_io.hpp | 59 std::copy( r.begin(), r.end(), in operator <<() 78 std::copy( r.begin(), r.end(), std::ostream_iterator<char>(Os));
|
/ndk/build/core/ |
D | definitions-host.mk | 88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL 117 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL 156 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > NUL || copy /b/y $(subst /,\,"$1" "$2") > NUL 158 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > /dev/null 2>&1 || cp -f $1 $2
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
D | mingw-w64-widl.patch | 4 +++ mingw-w64-headers/Makefile.am (working copy) 24 +++ mingw-w64-headers/Makefile.in (working copy) 40 +++ mingw-w64-headers/configure (working copy) 81 +++ mingw-w64-headers/configure.ac (working copy)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | copy.pass.cpp | 23 assert(std::char_traits<wchar_t>::copy(s2, s1, 3) == s2); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
D | copy.pass.cpp | 23 assert(std::char_traits<char>::copy(s2, s1, 3) == s2); in main()
|