/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_test.cpp | 35 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 …]
|
D | iter_test.cpp | 153 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()
|
D | config_test.cpp | 72 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()
|
D | queue_test.cpp | 56 CPPUNIT_ASSERT( q.front()==42 ); in queue1() 58 CPPUNIT_ASSERT( q.front()==101 ); in queue1() 60 CPPUNIT_ASSERT( q.front()==69 ); in queue1()
|
D | swap_test.cpp | 114 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()
|
D | slist_test.cpp | 147 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()
|
D | list_test.cpp | 432 CPPUNIT_CHECK( lst1.front() == 2 ); in swap() 433 CPPUNIT_CHECK( lst2.front() == 1 ); in swap()
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_test.cpp | 35 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 …]
|
D | iter_test.cpp | 153 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()
|
D | config_test.cpp | 72 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()
|
D | queue_test.cpp | 56 CPPUNIT_ASSERT( q.front()==42 ); in queue1() 58 CPPUNIT_ASSERT( q.front()==101 ); in queue1() 60 CPPUNIT_ASSERT( q.front()==69 ); in queue1()
|
D | swap_test.cpp | 114 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()
|
D | slist_test.cpp | 147 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()
|
D | list_test.cpp | 432 CPPUNIT_CHECK( lst1.front() == 2 ); in swap() 433 CPPUNIT_CHECK( lst2.front() == 1 ); in swap()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _queue.h | 96 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.c | 155 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/ |
D | errors | 3 $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. ";
|
D | echoing | 11 ."been placed in front of the delete command line. Four tests \n"
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 98 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.h | 149 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.h | 168 reference front() { return *begin(); } in front() function 169 const_reference front() const { return *begin(); } in front() function
|
D | _slist.h | 205 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.h | 211 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.h | 111 reference front() { in front() function 115 const_reference front() const { in front() function
|
D | _vector.h | 248 reference front() { 252 const_reference front() const {
|