Home
last modified time | relevance | path

Searched refs:crs (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dmultiset_test.cpp90 mset const& crs = s; in mset3() local
91 ci = crs.lower_bound(3); in mset3()
93 ci = crs.upper_bound(3); in mset3()
95 cp = crs.equal_range(5); in mset3()
Dset_test.cpp118 set<int> const& crs = s; in find() local
120 CPPUNIT_ASSERT( crs.find(0) == crs.end() ); in find()
127 set<int> const& crs = s; in bounds() local
176 scit = crs.lower_bound(2); in bounds()
177 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
180 scit = crs.upper_bound(5); in bounds()
181 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
184 pcit = crs.equal_range(6); in bounds()
186 CPPUNIT_ASSERT( pcit.first != crs.end() ); in bounds()
188 CPPUNIT_ASSERT( pcit.second != crs.end() ); in bounds()
/ndk/tests/device/test-gnustl-full/unit/
Dmultiset_test.cpp90 mset const& crs = s; in mset3() local
91 ci = crs.lower_bound(3); in mset3()
93 ci = crs.upper_bound(3); in mset3()
95 cp = crs.equal_range(5); in mset3()
Dset_test.cpp118 set<int> const& crs = s; in find() local
120 CPPUNIT_ASSERT( crs.find(0) == crs.end() ); in find()
127 set<int> const& crs = s; in bounds() local
176 scit = crs.lower_bound(2); in bounds()
177 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
180 scit = crs.upper_bound(5); in bounds()
181 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()
184 pcit = crs.equal_range(6); in bounds()
186 CPPUNIT_ASSERT( pcit.first != crs.end() ); in bounds()
188 CPPUNIT_ASSERT( pcit.second != crs.end() ); in bounds()
/ndk/build/core/
Ddefault-build-commands.mk110 TARGET_ARFLAGS := crs