/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 32 Iter r = std::unique(Iter(ia), Iter(ia+sa)); in test() 38 r = std::unique(Iter(ib), Iter(ib+sb)); in test() 45 r = std::unique(Iter(ic), Iter(ic+sc)); in test() 51 r = std::unique(Iter(id), Iter(id+sd)); in test() 58 r = std::unique(Iter(ie), Iter(ie+se)); in test() 66 r = std::unique(Iter(ig), Iter(ig+sg)); in test() 73 r = std::unique(Iter(ih), Iter(ih+sh)); in test() 80 r = std::unique(Iter(ii), Iter(ii+si)); in test() 104 Iter r = std::unique(Iter(ia), Iter(ia+sa)); in test1() 111 r = std::unique(Iter(ib), Iter(ib+sb)); in test1() [all …]
|
D | unique_pred.pass.cpp | 43 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()); in test() 51 r = std::unique(Iter(ib), Iter(ib+sb), count_equal()); in test() 60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal()); in test() 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); in test() 77 r = std::unique(Iter(ie), Iter(ie+se), count_equal()); in test() 87 r = std::unique(Iter(ig), Iter(ig+sg), count_equal()); in test() 96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); in test() 105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); in test() 131 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()); in test1() 140 r = std::unique(Iter(ib), Iter(ib+sb), count_equal()); in test1() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | unique.pass.cpp | 29 c1.unique(); in main() 39 c1.unique(); in main() 49 c1.unique(); in main() 57 c1.unique(); in main() 67 c1.unique(); in main() 78 c1.unique(); in main() 88 c1.unique(); in main() 98 c1.unique(); in main() 106 c1.unique(); in main() 116 c1.unique(); in main()
|
D | unique_pred.pass.cpp | 34 c1.unique(g); in main() 44 c1.unique(g); in main() 54 c1.unique(g); in main() 62 c1.unique(g); in main() 72 c1.unique(g); in main() 83 c1.unique(g); in main() 93 c1.unique(g); in main() 103 c1.unique(g); in main() 111 c1.unique(g); in main() 121 c1.unique(g); in main()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | noeolw.good | 1 This file is unique 2 This file is unique 7 This file is unique 8 This file is unique
|
D | noeolw.1good | 1 This file is unique 4 This file is unique
|
D | noeol.inp | 1 This file is unique
|
D | noeolw.2good | 1 This file is unique
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
D | unique.pass.cpp | 22 assert(p.unique()); in main() 25 assert(!p.unique()); in main() 27 assert(p.unique()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/ |
D | unique.pass.cpp | 25 c.unique(); in main() 33 c.unique(); in main()
|
D | unique_pred.pass.cpp | 30 c.unique(g); in main() 38 c.unique(g); in main()
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 275 unique=`for i in $$list; do \ 280 mkid -fID $$unique 288 unique=`for i in $$list; do \ 293 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 294 test -n "$$unique" || unique=$$empty_fix; \ 296 $$tags $$unique; \ 304 unique=`for i in $$list; do \ 309 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 311 $$tags $$unique
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unique_test.cpp | 38 unique((int*)numbers, (int*)numbers + 8); in unique1() 56 unique((const char**)labels, (const char**)labels + count, str_equal); in unique2()
|
/ndk/tests/device/test-stlport/unit/ |
D | unique_test.cpp | 38 unique((int*)numbers, (int*)numbers + 8); in unique1() 56 unique((const char**)labels, (const char**)labels + count, str_equal); in unique2()
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 331 unique=`for i in $$list; do \ 336 mkid -fID $$unique 344 unique=`for i in $$list; do \ 349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 350 test -n "$$unique" || unique=$$empty_fix; \ 352 $$tags $$unique; \ 360 unique=`for i in $$list; do \ 365 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 367 $$tags $$unique
|
D | Makefile.in | 331 unique=`for i in $$list; do \ 336 mkid -fID $$unique 344 unique=`for i in $$list; do \ 349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 350 test -n "$$unique" || unique=$$empty_fix; \ 352 $$tags $$unique; \ 360 unique=`for i in $$list; do \ 365 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 367 $$tags $$unique
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
D | shared_array.hpp | 118 bool unique() const // never throws in unique() function in boost::shared_array 120 return pn.unique(); in unique()
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 185 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy) 186 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred) 187 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique) 188 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred) 790 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/unique) 865 $(call gen-test, containers/sequences/list/list.ops/unique) 3759 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/default) 3760 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_as… 3761 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ct… 3762 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_a… [all …]
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 176 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy) 177 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred) 178 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique) 179 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred) 781 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/unique) 856 $(call gen-test, containers/sequences/list/list.ops/unique) 3750 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/default) 3751 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_as… 3752 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ct… 3753 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_a… [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.in | 674 mkid -fID $$unique 700 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 701 test -n "$$unique" || unique=$$empty_fix; \ 703 $$tags $$unique; \ 716 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 718 $$tags $$unique
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 303 void unique() { _M_impl.unique(); } in unique() function 313 void unique(_BinaryPredicate __bin_pred) in unique() function 314 …{ _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); } in unique()
|
D | _slist.h | 384 void unique() { _M_impl.unique(); } in unique() function 394 void unique(_BinaryPredicate __pred) in unique() function 395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); } in unique()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | Makefile.in | 716 unique=`for i in $$list; do \ 721 mkid -fID $$unique 742 unique=`for i in $$list; do \ 747 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 748 test -n "$$unique" || unique=$$empty_fix; \ 750 $$tags $$unique; \ 757 unique=`for i in $$list; do \ 762 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 764 $$tags $$unique
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | Makefile.in | 662 mkid -fID $$unique 675 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 676 test -n "$$unique" || unique=$$empty_fix; \ 678 $$tags $$unique; \ 690 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 692 $$tags $$unique
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | Makefile.in | 845 unique=`for i in $$list; do \ 850 mkid -fID $$unique 871 unique=`for i in $$list; do \ 876 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 877 test -n "$$unique" || unique=$$empty_fix; \ 879 $$tags $$unique; \ 886 unique=`for i in $$list; do \ 891 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 893 $$tags $$unique
|