Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 48) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_test.cpp35 int *pint = &(v_v_ints.front().front()); in move_construct_test()
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front())); in move_construct_test()
56 pint = &v_v_ints[2].front(); in move_construct_test()
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front())); in move_construct_test()
68 char const* pstr = vec_strs.front().c_str(); in move_construct_test()
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str())); in move_construct_test()
98 int *p1 = &elem1.front(); in move_construct_test()
99 int *p2 = &elem2.front(); in move_construct_test()
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front()))); in move_construct_test()
118 unsigned int *punit = v_v_bits.front().begin()._M_iterator._M_p; in move_construct_test()
[all …]
Diter_test.cpp153 CPPUNIT_CHECK( vvints.front() == lvref ); in iterswp3()
154 CPPUNIT_CHECK( lvints.front() == vvref ); in iterswp3()
161 int *pvvint = &vvints.front().front(); in iterswp3()
162 int *plvint = &lvints.front().front(); in iterswp3()
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() ); in iterswp3()
167 CPPUNIT_CHECK( plvint == &vvints.front().front() ); in iterswp3()
Dconfig_test.cpp72 int* pvect1Front = &vect1.front(); in template_function_partial_ordering()
74 int* pvect2Front = &vect2.front(); in template_function_partial_ordering()
79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() ); in template_function_partial_ordering()
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() ); in template_function_partial_ordering()
82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() ); in template_function_partial_ordering()
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() ); in template_function_partial_ordering()
Dqueue_test.cpp56 CPPUNIT_ASSERT( q.front()==42 ); in queue1()
58 CPPUNIT_ASSERT( q.front()==101 ); in queue1()
60 CPPUNIT_ASSERT( q.front()==69 ); in queue1()
Dswap_test.cpp114 CPPUNIT_CHECK( v1.front().v == 1 || v1.front().v == 2 ); in swap_container_non_spec()
116 CPPUNIT_CHECK( v2.front().v == 1 || v2.front().v == 2 ); in swap_container_non_spec()
Dslist_test.cpp147 CPPUNIT_ASSERT( sl.front() == 3 ); in erase()
161 CPPUNIT_ASSERT( sl.front() == 5 ); in insert()
184 CPPUNIT_ASSERT( sl.front() == 5 ); in insert()
531 CPPUNIT_ASSERT( slint1.front() == 1 ); in allocator_with_state()
Dlist_test.cpp432 CPPUNIT_CHECK( lst1.front() == 2 ); in swap()
433 CPPUNIT_CHECK( lst2.front() == 1 ); in swap()
/ndk/tests/device/test-stlport/unit/
Dmvctor_test.cpp35 int *pint = &(v_v_ints.front().front()); in move_construct_test()
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front())); in move_construct_test()
56 pint = &v_v_ints[2].front(); in move_construct_test()
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front())); in move_construct_test()
68 char const* pstr = vec_strs.front().c_str(); in move_construct_test()
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str())); in move_construct_test()
98 int *p1 = &elem1.front(); in move_construct_test()
99 int *p2 = &elem2.front(); in move_construct_test()
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front()))); in move_construct_test()
118 unsigned int *punit = v_v_bits.front().begin()._M_iterator._M_p; in move_construct_test()
[all …]
Diter_test.cpp153 CPPUNIT_CHECK( vvints.front() == lvref ); in iterswp3()
154 CPPUNIT_CHECK( lvints.front() == vvref ); in iterswp3()
161 int *pvvint = &vvints.front().front(); in iterswp3()
162 int *plvint = &lvints.front().front(); in iterswp3()
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() ); in iterswp3()
167 CPPUNIT_CHECK( plvint == &vvints.front().front() ); in iterswp3()
Dconfig_test.cpp72 int* pvect1Front = &vect1.front(); in template_function_partial_ordering()
74 int* pvect2Front = &vect2.front(); in template_function_partial_ordering()
79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() ); in template_function_partial_ordering()
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() ); in template_function_partial_ordering()
82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() ); in template_function_partial_ordering()
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() ); in template_function_partial_ordering()
Dqueue_test.cpp56 CPPUNIT_ASSERT( q.front()==42 ); in queue1()
58 CPPUNIT_ASSERT( q.front()==101 ); in queue1()
60 CPPUNIT_ASSERT( q.front()==69 ); in queue1()
Dswap_test.cpp114 CPPUNIT_CHECK( v1.front().v == 1 || v1.front().v == 2 ); in swap_container_non_spec()
116 CPPUNIT_CHECK( v2.front().v == 1 || v2.front().v == 2 ); in swap_container_non_spec()
Dslist_test.cpp147 CPPUNIT_ASSERT( sl.front() == 3 ); in erase()
161 CPPUNIT_ASSERT( sl.front() == 5 ); in insert()
184 CPPUNIT_ASSERT( sl.front() == 5 ); in insert()
531 CPPUNIT_ASSERT( slint1.front() == 1 ); in allocator_with_state()
Dlist_test.cpp432 CPPUNIT_CHECK( lst1.front() == 2 ); in swap()
433 CPPUNIT_CHECK( lst2.front() == 1 ); in swap()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_queue.h96 reference front() { return c.front(); } in front() function
97 const_reference front() const { return c.front(); } in front() function
222 const_reference top() const { return c.front(); } in _STLP_RELOPS_OPERATORS()
D_slist.c155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) { in _Slist_merge()
156 … _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()), in _Slist_merge()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Derrors3 $description = "The following tests the -i option and the '-' in front of \n"
8 ."command that has a '-' in front of it (and a command that is \n"
15 ."front of the command. They should run the same. ";
Dechoing11 ."been placed in front of the delete command line. Four tests \n"
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_vector.h98 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } in front() function
99 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } in front() function
D_deque.h149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); }
D_list.h168 reference front() { return *begin(); } in front() function
169 const_reference front() const { return *begin(); } in front() function
D_slist.h205 reference front() { return *begin(); } in front() function
206 const_reference front() const { return *begin(); } in front() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_slist.h211 reference front() { in front() function
213 return _M_non_dbg_impl.front(); in front()
215 const_reference front() const { in front() function
217 return _M_non_dbg_impl.front(); in front()
D_deque.h111 reference front() { in front() function
115 const_reference front() const { in front() function
D_vector.h248 reference front() {
252 const_reference front() const {

12