Home
last modified time | relevance | path

Searched defs:ii (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dbvector_test.cpp33 bool ii[3]= {1,0,1}; in bvec1() local
/ndk/tests/device/test-stlport/unit/
Dbvector_test.cpp33 bool ii[3]= {1,0,1}; in bvec1() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp78 int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
157 Ptr ii[7]; in test1() local
Dunique_pred.pass.cpp102 int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
197 Ptr ii[7]; in test1() local
Dunique_copy.pass.cpp84 const int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
Dunique_copy_pred.pass.cpp109 const int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
Dsearch.pass.cpp52 int ii[] = {1, 1, 2}; in test() local
Dsearch_pred.pass.cpp95 int ii[] = {1, 1, 2}; in test() local