/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 | 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()
|
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()
|
/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 | 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()
|
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()
|
/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 …]
|
D | _deque.c | 111 erase(_STLP_STD::copy(__x.begin(), __x.end(), this->_M_start), this->_M_finish); 114 _STLP_STD::copy(__x.begin(), __mid, this->_M_start); 253 _STLP_STD::copy(__next, this->_M_finish, __pos); in _M_erase() 336 _STLP_STD::copy(__last, this->_M_finish, __first); in _M_erase() 521 _STLP_STD::copy(__start_n, __pos, __old_start); in _M_fill_insert_aux() 615 _STLP_STD::copy(__start_n, __pos, __old_start); in _M_insert_range_aux() 616 _STLP_STD::copy(__first, __last, __pos - difference_type(__n)); in _M_insert_range_aux() 622 _STLP_STD::copy(__mid, __last, __old_start); in _M_insert_range_aux() 640 _STLP_STD::copy(__first, __last, __pos); in _M_insert_range_aux() 646 _STLP_STD::copy(__first, __mid, __pos); in _M_insert_range_aux() [all …]
|
D | _valarray.c | 153 copy(this->_M_first + __n, this->_M_first + this->size(), in shift() 158 copy(this->_M_first, this->_M_first + this->size() + __n, in shift() 177 copy(this->_M_first, this->_M_first + __n, in cshift() 179 copy(this->_M_first + __n, this->_M_first + this->size(), in cshift()
|
D | _monetary.c | 463 __s = _STLP_STD::copy(__curr_sym.begin(), __curr_sym.end(), __s); in __money_do_put() 471 __s = _STLP_STD::copy(__digits_first, __digits_last, __s); in __money_do_put() 478 __s = _STLP_STD::copy(__digits_first, __digits_last, __s); // digits in __money_do_put() 480 __s = _STLP_STD::copy(__digits_first, __digits_last - __frac_digits, __s); in __money_do_put() 483 __s = _STLP_STD::copy(__digits_last - __frac_digits, __digits_last, __s); in __money_do_put() 493 __s = _STLP_STD::copy(__sign.begin() + 1, __sign.end(), __s); in __money_do_put()
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 339 my $copy; 340 ($copy, $_) = split /\n\n/, $_, 2; 342 for ($copy) 359 $include{$sect} .= $copy;
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 12 Everyone is permitted to copy and distribute verbatim copies 22 assure everyone the effective freedom to copy and redistribute it, 51 copy, modify or distribute the work in a way requiring permission 82 A ``Transparent'' copy of the Document means a machine-readable copy, 89 to text formatters. A copy made in an otherwise Transparent file 93 of text. A copy that is not ``Transparent'' is called ``Opaque''. 133 You may copy and distribute the Document in any medium, either 169 copy along with each Opaque copy, or state in or with each Opaque copy 172 a complete Transparent copy of the Document, free of added material. 175 that this Transparent copy will remain thus accessible at the stated [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | COPYING.DOC | 8 Everyone is permitted to copy and distribute verbatim copies 15 assure everyone the effective freedom to copy and redistribute it, 44 copy, modify or distribute the work in a way requiring permission 75 A "Transparent" copy of the Document means a machine-readable copy, 82 to text formatters. A copy made in an otherwise Transparent file 86 of text. A copy that is not "Transparent" is called "Opaque". 126 You may copy and distribute the Document in any medium, either 162 copy along with each Opaque copy, or state in or with each Opaque copy 165 a complete Transparent copy of the Document, free of added material. 168 that this Transparent copy will remain thus accessible at the stated [all …]
|
/ndk/sources/cxx-stl/stlport/ |
D | LICENSE | 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 7 Everyone is permitted to copy and distribute verbatim copies 41 (2) offer you this license which gives you legal permission to copy, 80 1. You may copy and distribute verbatim copies of the Program's 82 conspicuously and appropriately publish on each copy an appropriate 85 and give any other recipients of the Program a copy of this License 88 You may charge a fee for the physical act of transferring a copy, and 91 2. You may modify your copy or copies of the Program or any portion 92 of it, thus forming a work based on the Program, and copy and 110 these conditions, and telling the user how to view a copy of this 135 3. You may copy and distribute the Program (or a work based on it, [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 91 copy(from, from + len, to); in do_out() 106 copy(__REINTERPRET_CAST(const unsigned char*, from), in do_in()
|