Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dalg_test.cpp223 vector<int> intv; in find_first_of_test() local
224 intv.push_back(0); in find_first_of_test()
225 intv.push_back(1); in find_first_of_test()
226 intv.push_back(2); in find_first_of_test()
227 intv.push_back(3); in find_first_of_test()
230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end()); in find_first_of_test()
231 CPPUNIT_ASSERT( first != intv.end() ); in find_first_of_test()
235 vector<int> intv; in find_first_of_test() local
236 intv.push_back(3); in find_first_of_test()
237 intv.push_back(2); in find_first_of_test()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dalg_test.cpp223 vector<int> intv; in find_first_of_test() local
224 intv.push_back(0); in find_first_of_test()
225 intv.push_back(1); in find_first_of_test()
226 intv.push_back(2); in find_first_of_test()
227 intv.push_back(3); in find_first_of_test()
230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end()); in find_first_of_test()
231 CPPUNIT_ASSERT( first != intv.end() ); in find_first_of_test()
235 vector<int> intv; in find_first_of_test() local
236 intv.push_back(3); in find_first_of_test()
237 intv.push_back(2); in find_first_of_test()
[all …]