/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 37 State(const State& other) in State() 38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0), in State() 39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), in State() 40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk), in State() 41 m_sharedNbAlloc(other.m_sharedNbAlloc) {} in State() 74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() 75 : m_state(other.getState()) {} in StackAllocator() 84 typedef StackAllocator<_Other> other; typedef 148 void swap(StackAllocator &other) { in swap() 149 __STD swap(m_state, other.m_state); in swap() [all …]
|
D | sort_test.cpp | 81 bool operator == (const Data& other) const in operator ==() 82 { return m_index == other.m_index && m_value == other.m_value; } in operator ==() 83 bool operator < (const Data& other) const in operator <() 84 { return m_value < other.m_value; } in operator <() 166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux()
|
D | time_facets_test.cpp | 58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 60 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get() 65 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get() 141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 143 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 145 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get() 148 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 151 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 37 State(const State& other) in State() 38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0), in State() 39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), in State() 40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk), in State() 41 m_sharedNbAlloc(other.m_sharedNbAlloc) {} in State() 74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() 75 : m_state(other.getState()) {} in StackAllocator() 84 typedef StackAllocator<_Other> other; typedef 148 void swap(StackAllocator &other) { in swap() 149 __STD swap(m_state, other.m_state); in swap() [all …]
|
D | sort_test.cpp | 81 bool operator == (const Data& other) const in operator ==() 82 { return m_index == other.m_index && m_value == other.m_value; } in operator ==() 83 bool operator < (const Data& other) const in operator <() 84 { return m_value < other.m_value; } in operator <() 166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux()
|
D | time_facets_test.cpp | 58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 60 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get() 65 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get() 141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 143 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 145 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get() 148 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 151 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _hpacc.h | 45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2; 65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2; 121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | negative | 21 'x=\$\(other', 42 'x=\$\(other',
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iostream_string.h | 56 typedef __iostring_allocator<_Tp1> other; typedef 58 typedef _STLP_PRIV __iostring_allocator<_Tp1> other;
|
D | _pthread_alloc.h | 110 typedef pthread_allocator<_NewType> other; typedef 199 typedef pthread_allocator<_NewType> other; typedef 291 typedef per_thread_allocator<_NewType> other; 382 typedef per_thread_allocator<_NewType> other;
|
D | _alloc.h | 201 typedef typename _Rebind_type::other allocator_type; 286 typedef allocator<_Tp1> other; typedef 375 typedef allocator<_Tp1> other; typedef 454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | 00gnulib.m4 | 7 dnl This file must be named something that sorts before all other 29 # Automake to include this file prior to all other gnulib .m4 files.
|
D | include_next.m4 | 106 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. 110 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. 147 dnl that contain only a #include of other header files and no
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 55 % It is possible to adapt texinfo.tex for other languages, to some 71 \chardef\other=12 563 \catcode`\{ = \other \catcode`\} = \other 565 \catcode`\! = 0 \catcode`\\ = \other 772 % page breaks. On the other hand, we don't want to actually break the 776 % page at this \penalty, if there are no other feasible breakpoints in 877 \catcode`\\=\other 878 \catcode`~=\other 879 \catcode`^=\other 880 \catcode`_=\other [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | COPYING | 12 software and other kinds of works. 14 The licenses for most software and other practical works are designed 20 any other work released this way by its authors. You can apply it to 58 products. If such problems arise substantially in other domains, we 78 "Copyright" also means copyright-like laws that apply to other kinds of 86 in a fashion requiring copyright permission, other than the making of an 98 public, and in some countries other activities as well. 100 To "convey" a work means any kind of propagation that enables other 124 The "System Libraries" of an executable work include anything, other 146 subprograms and other parts of the work. [all …]
|
D | COPYING.DOC | 13 The purpose of this License is to make a manual, textbook, or other 37 This License applies to any manual or other work, in any medium, that 120 License, but only as regards disclaiming warranties: any other 130 other conditions whatsoever to those of this License. You may not use 150 visible. You may add other material on the covers in addition. 153 as verbatim copying in other respects. 202 adjacent to the other copyright notices. 241 These titles must be distinct from any other section titles. 266 You may combine the Document with other documents released under this 291 You may make a collection consisting of the Document and other [all …]
|
D | BUGS | 52 This syntax may cause problems when running scripts written for other 58 On the other hand, some scripts use `s|abc\|def||g' to remove occurrences 71 can cause similar problems with scripts written for other seds. 131 or set the locale on a more fine-grained basis with the other LC_*
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 53 % It is possible to adapt texinfo.tex for other languages, to some 69 \chardef\other=12 623 \catcode`\{ = \other \catcode`\} = \other 625 \catcode`\! = 0 \catcode`\\ = \other 832 % page breaks. On the other hand, we don't want to actually break the 836 % page at this \penalty, if there are no other feasible breakpoints in 932 \indexnofonts % Allow `@@' and other weird things in file names. 942 \catcode`\\=\other 943 \catcode`~=\other 944 \catcode`^=\other [all …]
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 17 Foundation's software and to any other program whose authors commit to 18 using it. (Some other Free Software Foundation software is covered by 63 0. This License applies to any program or other work which contains 73 Activities other than copying, distribution and modification are not 85 and give any other recipients of the Program a copy of this License 122 this License, whose permissions for other licensees extend to the 132 a storage or distribution medium does not bring the other work under 199 infringement or for any other reason (not limited to patent issues), 204 License and any other pertinent obligations, then as a consequence you 213 apply and the section as a whole is intended to apply in other [all …]
|
D | README.customs | 70 > pmake, gnumake or any other customs client program is not required to 77 > client that pretends to be someone other than himself. See the 87 compile error if you use GCC (or any other ANSI-capable C compiler).
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 20 The purpose of this License is to make a manual, textbook, or other 44 This License applies to any manual or other work, in any medium, that 126 License, but only as regards disclaiming warranties: any other 136 to the Document are reproduced in all copies, and that you add no other 157 visible. You may add other material on the covers in addition. 160 as verbatim copying in other respects. 218 adjacent to the other copyright notices. 278 These titles must be distinct from any other section titles. 303 You may combine the Document with other documents released under this 328 You may make a collection consisting of the Document and other documents [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | readin.good | 4 I have as much right as the other fellow has
|
D | readin.inp | 3 I have as much right as the other fellow has
|