Home
last modified time | relevance | path

Searched refs:dint2 (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Ddeque_test.cpp215 DequeInt dint2(10, 1, stack2); in allocator_with_state() local
216 DequeInt dint2Cpy(dint2); in allocator_with_state()
218 dint1.swap(dint2); in allocator_with_state()
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() ); in allocator_with_state()
224 CPPUNIT_ASSERT( dint2 == dint1Cpy ); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Ddeque_test.cpp215 DequeInt dint2(10, 1, stack2); in allocator_with_state() local
216 DequeInt dint2Cpy(dint2); in allocator_with_state()
218 dint1.swap(dint2); in allocator_with_state()
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() ); in allocator_with_state()
224 CPPUNIT_ASSERT( dint2 == dint1Cpy ); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()