Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dset_test.cpp130 set<int>::const_iterator scit; in bounds() local
158 scit = s.lower_bound(2); in bounds()
159 CPPUNIT_ASSERT( scit != s.end() ); in bounds()
160 CPPUNIT_ASSERT( *scit == 3 ); in bounds()
162 scit = s.upper_bound(5); in bounds()
163 CPPUNIT_ASSERT( scit != s.end() ); in bounds()
164 CPPUNIT_ASSERT( *scit == 6 ); in bounds()
176 scit = crs.lower_bound(2); in bounds()
177 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
178 CPPUNIT_ASSERT( *scit == 3 ); in bounds()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp130 set<int>::const_iterator scit; in bounds() local
158 scit = s.lower_bound(2); in bounds()
159 CPPUNIT_ASSERT( scit != s.end() ); in bounds()
160 CPPUNIT_ASSERT( *scit == 3 ); in bounds()
162 scit = s.upper_bound(5); in bounds()
163 CPPUNIT_ASSERT( scit != s.end() ); in bounds()
164 CPPUNIT_ASSERT( *scit == 6 ); in bounds()
176 scit = crs.lower_bound(2); in bounds()
177 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
178 CPPUNIT_ASSERT( *scit == 3 ); in bounds()
[all …]