Searched refs:other (Results 1 - 25 of 31) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
H A Dstack_allocator.h37 State(const State& other) argument
38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk),
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {}
74 StackAllocator(StackAllocator<_OtherTp> const& other) argument
75 : m_state(other.getState()) {}
84 typedef StackAllocator<_Other> other; typedef in struct:StackAllocator::rebind
148 swap(StackAllocator &other) argument
[all...]
H A Dsort_test.cpp81 bool operator == (const Data& other) const
82 { return m_index == other.m_index && m_value == other.m_value; }
83 bool operator < (const Data& other) const
84 { return m_value < other.m_value; }
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
H A Dtime_facets_test.cpp41 * In other words, user conformation is required for reliable parsing
58 struct tm other = { 15, 20, 9, 14, 7, 105 }; local
60 i = tmg.get_monthname( i, e, io, err, &other );
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon );
65 i = tmg.get_year( i, e, io, err, &other );
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year );
123 * In other words, user conformation is required for reliable parsing
141 struct tm other = { 15, 20, 9, 14, 7, 105 }; local
143 i = tmg.get_monthname( i, e, io, err, &other );
145 CPPUNIT_ASSERT( other
[all...]
H A Dalg_test.cpp208 bool operator == (const MyIntComparable& other) const
209 { return _val == other._val; }
H A Dmvctor_declaration_test.cpp94 typedef allocator<_Tp1> other; typedef in struct:std::allocator::rebind
H A Dvector_test.cpp513 typedef NotSTLportAllocator<_Tp1> other; typedef in struct:NotSTLportAllocator::rebind
/ndk/tests/device/test-stlport/unit/
H A Dstack_allocator.h37 State(const State& other) argument
38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk),
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {}
74 StackAllocator(StackAllocator<_OtherTp> const& other) argument
75 : m_state(other.getState()) {}
84 typedef StackAllocator<_Other> other; typedef in struct:StackAllocator::rebind
148 swap(StackAllocator &other) argument
[all...]
H A Dsort_test.cpp81 bool operator == (const Data& other) const
82 { return m_index == other.m_index && m_value == other.m_value; }
83 bool operator < (const Data& other) const
84 { return m_value < other.m_value; }
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
H A Dtime_facets_test.cpp41 * In other words, user conformation is required for reliable parsing
58 struct tm other = { 15, 20, 9, 14, 7, 105 }; local
60 i = tmg.get_monthname( i, e, io, err, &other );
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon );
65 i = tmg.get_year( i, e, io, err, &other );
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year );
123 * In other words, user conformation is required for reliable parsing
141 struct tm other = { 15, 20, 9, 14, 7, 105 }; local
143 i = tmg.get_monthname( i, e, io, err, &other );
145 CPPUNIT_ASSERT( other
[all...]
H A Dalg_test.cpp208 bool operator == (const MyIntComparable& other) const
209 { return _val == other._val; }
H A Dmvctor_declaration_test.cpp94 typedef allocator<_Tp1> other; typedef in struct:std::allocator::rebind
H A Dvector_test.cpp513 typedef NotSTLportAllocator<_Tp1> other; typedef in struct:NotSTLportAllocator::rebind
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_hpacc.h45 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/cxx-stl/stlport/stlport/stl/
H A D_iostream_string.h56 typedef __iostring_allocator<_Tp1> other; typedef in struct:__iostring_allocator::rebind
58 typedef _STLP_PRIV __iostring_allocator<_Tp1> other;
H A D_alloc.h23 /* NOTE: This is an internal header file, included by other STL headers.
201 typedef typename _Rebind_type::other allocator_type;
286 typedef allocator<_Tp1> other; typedef in struct:allocator::rebind
375 typedef allocator<_Tp1> other; typedef in struct:allocator::rebind
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
H A D_pthread_alloc.h110 typedef pthread_allocator<_NewType> other; typedef in struct:pthread_allocator::rebind
199 typedef pthread_allocator<_NewType> other; typedef in struct:pthread_allocator::rebind
291 typedef per_thread_allocator<_NewType> other; typedef in struct:per_thread_allocator::rebind
382 typedef per_thread_allocator<_NewType> other; typedef in struct:per_thread_allocator::rebind
/ndk/build/core/
H A Dsetup-abi.mk31 # more general filtering in the future when introducing other ABIs.
H A Ddefault-build-commands.mk57 # and static libraries, but before any other library in the link
62 # on other libraries like libc.so, which may change between system
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex53 % 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
[all...]
/ndk/tests/build/build-assembly-file/jni/
H A Dassembly-x86.S12 # documentation and/or other materials provided with the distribution.
/ndk/sources/host-tools/nawk-20071023/
H A DFIXES160 i apologize to friends and colleagues in other parts of the world.
206 job on using OFMT for output from print and CONVFMT for other
259 other 1-character botches, now fixed, include a bare $ and a
345 complaints; other changes scattered throughout for the
431 properties of lex that were not preserved in other environments.
453 numerous other minor cleanups along the way.
/ndk/sources/host-tools/sed-4.2.1/
H A Dbootstrap.sh55 /* All other config.h.in options intentionally omitted. Report as a
H A Dbootstrap.sh.in55 /* All other config.h.in options intentionally omitted. Report as a
/ndk/sources/host-tools/sed-4.2.1/doc/
H A Dsed.x10 [script-if-no-other-script]
25 which particularly distinguishes it from other types of
31 other documentation (such as the texinfo document)
310 and other sequences.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dbsd.sh15 # documentation and/or other materials provided with the distribution.
172 echo Brace and other grouping

Completed in 360 milliseconds

12