Searched refs:lst1 (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dlist_test.cpp424 list<int> lst1; local
427 lst1.push_back(1);
430 lst1.swap( lst2 );
432 CPPUNIT_CHECK( lst1.front() == 2 );
434 CPPUNIT_CHECK( lst1.size() == 1 );
437 lst1.pop_front();
440 CPPUNIT_CHECK( lst1.empty() );
/ndk/tests/device/test-stlport/unit/
H A Dlist_test.cpp424 list<int> lst1; local
427 lst1.push_back(1);
430 lst1.swap( lst2 );
432 CPPUNIT_CHECK( lst1.front() == 2 );
434 CPPUNIT_CHECK( lst1.size() == 1 );
437 lst1.pop_front();
440 CPPUNIT_CHECK( lst1.empty() );

Completed in 171 milliseconds