/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 78 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 …]
|
D | unique_pred.pass.cpp | 102 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 …]
|
D | unique_copy.pass.cpp | 84 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()
|
D | unique_copy_pred.pass.cpp | 109 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/ |
D | gen-cygwin-deps-converter.awk | 106 for (ii = 2; ii <= count; ii++) { 107 for (jj = ii-1; jj > 0; jj--) {
|
D | gen-windows-host-path.awk | 103 for (ii = 2; ii <= count; ii++) { 104 for (jj = ii-1; jj > 0; jj--) {
|
/ndk/tests/device/test-stlport/unit/ |
D | bvector_test.cpp | 33 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/ |
D | bvector_test.cpp | 33 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/ |
D | search.pass.cpp | 52 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()
|
D | search_pred.pass.cpp | 95 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/ |
D | Makefile.DOS | 220 …; 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/ |
D | texinfo.tex | 1762 %% serif) and @ii for TeX italic 2036 % Explicit font changes: @r, @sc, undocumented @ii. 2039 \def\ii#1{{\it #1}} % italic font
|