Searched refs:ih (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 71 int ih[] = {0, 1, 1}; in test() local 72 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 73 r = std::unique(Iter(ih), Iter(ih+sh)); in test() 74 assert(base(r) == ih + 2); in test() 75 assert(ih[0] == 0); in test() 76 assert(ih[1] == 1); in test() 148 Ptr ih[3]; in test1() local 149 ih[1].reset(&one); in test1() 150 ih[2].reset(&one); in test1() 151 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test1() [all …]
|
D | unique_pred.pass.cpp | 93 int ih[] = {0, 1, 1}; in test() local 94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); in test() 97 assert(base(r) == ih + 2); in test() 98 assert(ih[0] == 0); in test() 99 assert(ih[1] == 1); in test() 186 Ptr ih[3]; in test1() local 187 ih[1].reset(&one); in test1() 188 ih[2].reset(&one); in test1() 189 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test1() [all …]
|
D | unique_copy.pass.cpp | 76 const int ih[] = {0, 1, 1}; in test() local 77 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh)); in test()
|
D | unique_copy_pred.pass.cpp | 99 const int ih[] = {0, 1, 1}; in test() local 100 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 103 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
D | search.pass.cpp | 50 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 51 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3)); in test()
|
D | search_pred.pass.cpp | 93 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() 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/po/ |
D | hr.po | 769 " ih dopusti beskona�no.\n" 802 " samo ih ispi�i.\n" 850 " -t, --touch Dodirni mete umjesto da ih ponovo izra�uje�.\n" 1760 # descriptioni. Za svaki slu�aj, nisam ih dirao. 2062 #~ msgstr "Nemoj zapravo pokrenuti nijednu naredbu; samo ih ispi�i"
|