Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 12 of 12) sorted by relevance

/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
79 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test()
80 r = std::unique(Iter(ii), Iter(ii+si)); in test()
81 assert(base(r) == ii + 3); in test()
82 assert(ii[0] == 0); in test()
83 assert(ii[1] == 1); in test()
84 assert(ii[2] == 2); in test()
157 Ptr ii[7]; in test1() local
158 ii[1].reset(&one); in test1()
159 ii[2].reset(&one); in test1()
[all …]
Dunique_pred.pass.cpp102 int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
103 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test()
105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); in test()
106 assert(base(r) == ii + 3); in test()
107 assert(ii[0] == 0); in test()
108 assert(ii[1] == 1); in test()
109 assert(ii[2] == 2); in test()
197 Ptr ii[7]; in test1() local
198 ii[1].reset(&one); in test1()
199 ii[2].reset(&one); in test1()
[all …]
Dunique_copy.pass.cpp84 const int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
85 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test()
87 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji)); in test()
Dunique_copy_pred.pass.cpp109 const int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local
110 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test()
113 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji), count_equal()); in test()
/ndk/build/awk/
Dgen-cygwin-deps-converter.awk106 for (ii = 2; ii <= count; ii++) {
107 for (jj = ii-1; jj > 0; jj--) {
Dgen-windows-host-path.awk103 for (ii = 2; ii <= count; ii++) {
104 for (jj = ii-1; jj > 0; jj--) {
/ndk/tests/device/test-stlport/unit/
Dbvector_test.cpp33 bool ii[3]= {1,0,1}; in bvec1() local
46 b.insert(b.begin(),(bool*)ii, ii+2); in bvec1()
/ndk/tests/device/test-gnustl-full/unit/
Dbvector_test.cpp33 bool ii[3]= {1,0,1}; in bvec1() local
46 b.insert(b.begin(),(bool*)ii, ii+2); in bvec1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
Dsearch.pass.cpp52 int ii[] = {1, 1, 2}; in test() local
53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3)); in test()
Dsearch_pred.pass.cpp95 int ii[] = {1, 1, 2}; in test() local
96 …assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3)); in test()
/ndk/sources/host-tools/make-3.81/
DMakefile.DOS220 …; then ii=yes; else ii=; fi; for file in $(INFO_DEPS); do test -z $ii || install-info --in…
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1762 %% serif) and @ii for TeX italic
2036 % Explicit font changes: @r, @sc, undocumented @ii.
2039 \def\ii#1{{\it #1}} % italic font