/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/ |
D | resize_size.pass.cpp | 22 std::list<int> l(5, 2); in main() local 29 std::list<int> l(5, 2); in main() local 38 std::list<DefaultOnly> l(10); in main() local 44 std::list<DefaultOnly> l(10); in main() local 52 std::list<int, min_allocator<int>> l(5, 2); in main() local 59 std::list<int, min_allocator<int>> l(5, 2); in main() local 68 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local 74 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local
|
D | resize_size_value.pass.cpp | 22 std::list<double> l(5, 2); in main() local 29 std::list<double> l(5, 2); in main() local 38 std::list<double, min_allocator<double>> l(5, 2); in main() local 45 std::list<double, min_allocator<double>> l(5, 2); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
D | default.pass.cpp | 22 std::list<int> l; in main() local 27 std::list<DefaultOnly> l; in main() local 32 std::list<int> l((std::allocator<int>())); in main() local 38 std::list<int, min_allocator<int>> l; in main() local 43 std::list<DefaultOnly, min_allocator<DefaultOnly>> l; in main() local 48 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local 53 std::list<int> l = {}; in main() local
|
D | default_stack_alloc.pass.cpp | 22 std::list<int> l; in main() local 27 std::list<int> l((std::allocator<int>())); in main() local 32 std::list<int, stack_allocator<int, 4> > l; in main() local 38 std::list<int, min_allocator<int>> l; in main() local 43 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local
|
D | copy.pass.cpp | 23 std::list<int> l(3, 2); in main() local 28 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 35 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 43 std::list<int, min_allocator<int>> l(3, 2); in main() local 48 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
D | size_value_alloc.pass.cpp | 23 std::list<int> l(3, 2); in main() local 34 std::list<int> l(3, 2, std::allocator<int>()); in main() local 45 std::list<int, stack_allocator<int, 3> > l(3, 2); in main() local 57 std::list<int, min_allocator<int>> l(3, 2); in main() local 68 std::list<int, min_allocator<int>> l(3, 2, min_allocator<int>()); in main() local
|
D | copy_alloc.pass.cpp | 23 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 36 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
D | assign_copy.pass.cpp | 22 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 37 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
D | size_type.pass.cpp | 40 std::list<int> l(3); in main() local 51 std::list<int, stack_allocator<int, 3> > l(3); in main() local 64 C l(3, min_allocator<int> ()); in main() local 78 std::list<DefaultOnly> l(3); in main() local 85 std::list<int, min_allocator<int>> l(3); in main() local 97 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(3); in main() local
|
D | move_alloc.pass.cpp | 24 std::list<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5)); in main() local 37 std::list<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5)); in main() local 50 std::list<MoveOnly, other_allocator<MoveOnly> > l(other_allocator<MoveOnly>(5)); in main() local 64 std::list<MoveOnly, min_allocator<MoveOnly> > l(min_allocator<MoveOnly>{}); in main() local
|
D | assign_move.pass.cpp | 24 std::list<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5)); in main() local 38 std::list<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5)); in main() local 52 std::list<MoveOnly, other_allocator<MoveOnly> > l(other_allocator<MoveOnly>(5)); in main() local 67 std::list<MoveOnly, min_allocator<MoveOnly> > l(min_allocator<MoveOnly>{}); in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
D | fold_left.hpp | 30 # define BOOST_PP_LIST_FOLD_LEFT_257(o, s, l) BOOST_PP_ERROR(0x0004) argument 32 # define BOOST_PP_LIST_FOLD_LEFT_D(d, o, s, l) BOOST_PP_LIST_FOLD_LEFT_ ## d(o, s, l) argument 46 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_1(o, s, l) 0 argument 47 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_2(o, s, l) 0 argument 48 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_3(o, s, l) 0 argument 49 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_4(o, s, l) 0 argument 50 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_5(o, s, l) 0 argument 51 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_6(o, s, l) 0 argument 52 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_7(o, s, l) 0 argument 53 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_8(o, s, l) 0 argument [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/detail/ |
D | fold_left.hpp | 22 # define BOOST_PP_LIST_FOLD_LEFT_1(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 23 # define BOOST_PP_LIST_FOLD_LEFT_2(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 24 # define BOOST_PP_LIST_FOLD_LEFT_3(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 25 # define BOOST_PP_LIST_FOLD_LEFT_4(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 26 # define BOOST_PP_LIST_FOLD_LEFT_5(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 27 # define BOOST_PP_LIST_FOLD_LEFT_6(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 28 # define BOOST_PP_LIST_FOLD_LEFT_7(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 29 # define BOOST_PP_LIST_FOLD_LEFT_8(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 30 # define BOOST_PP_LIST_FOLD_LEFT_9(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FO… argument 31 # define BOOST_PP_LIST_FOLD_LEFT_10(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_F… argument [all …]
|
D | fold_right.hpp | 20 # define BOOST_PP_LIST_FOLD_RIGHT_1(o, s, l) BOOST_PP_LIST_FOLD_LEFT_1(o, s, BOOST_PP_LIST_REVERSE_… argument 21 # define BOOST_PP_LIST_FOLD_RIGHT_2(o, s, l) BOOST_PP_LIST_FOLD_LEFT_2(o, s, BOOST_PP_LIST_REVERSE_… argument 22 # define BOOST_PP_LIST_FOLD_RIGHT_3(o, s, l) BOOST_PP_LIST_FOLD_LEFT_3(o, s, BOOST_PP_LIST_REVERSE_… argument 23 # define BOOST_PP_LIST_FOLD_RIGHT_4(o, s, l) BOOST_PP_LIST_FOLD_LEFT_4(o, s, BOOST_PP_LIST_REVERSE_… argument 24 # define BOOST_PP_LIST_FOLD_RIGHT_5(o, s, l) BOOST_PP_LIST_FOLD_LEFT_5(o, s, BOOST_PP_LIST_REVERSE_… argument 25 # define BOOST_PP_LIST_FOLD_RIGHT_6(o, s, l) BOOST_PP_LIST_FOLD_LEFT_6(o, s, BOOST_PP_LIST_REVERSE_… argument 26 # define BOOST_PP_LIST_FOLD_RIGHT_7(o, s, l) BOOST_PP_LIST_FOLD_LEFT_7(o, s, BOOST_PP_LIST_REVERSE_… argument 27 # define BOOST_PP_LIST_FOLD_RIGHT_8(o, s, l) BOOST_PP_LIST_FOLD_LEFT_8(o, s, BOOST_PP_LIST_REVERSE_… argument 28 # define BOOST_PP_LIST_FOLD_RIGHT_9(o, s, l) BOOST_PP_LIST_FOLD_LEFT_9(o, s, BOOST_PP_LIST_REVERSE_… argument 29 # define BOOST_PP_LIST_FOLD_RIGHT_10(o, s, l) BOOST_PP_LIST_FOLD_LEFT_10(o, s, BOOST_PP_LIST_REVERS… argument [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | assign_copy.pass.cpp | 22 std::vector<bool, test_allocator<bool> > l(3, 2, test_allocator<bool>(5)); in main() local 29 std::vector<bool, other_allocator<bool> > l(3, 2, other_allocator<bool>(5)); in main() local 37 std::vector<bool, min_allocator<bool> > l(3, 2, min_allocator<bool>()); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | types.pass.cpp | 33 std::locale l(LOCALE_en_US_UTF_8); in main() local 46 std::locale l(""); in main() local 59 std::locale l("C"); in main() local
|
D | tolower_1.pass.cpp | 27 std::locale l(LOCALE_en_US_UTF_8); in main() local 43 std::locale l("C"); in main() local 59 std::locale l(LOCALE_en_US_UTF_8); in main() local 75 std::locale l("C"); in main() local
|
D | toupper_1.pass.cpp | 27 std::locale l(LOCALE_en_US_UTF_8); in main() local 43 std::locale l("C"); in main() local 59 std::locale l(LOCALE_en_US_UTF_8); in main() local 75 std::locale l("C"); in main() local
|
D | tolower_many.pass.cpp | 28 std::locale l(LOCALE_en_US_UTF_8); in main() local 45 std::locale l("C"); in main() local 62 std::locale l(LOCALE_en_US_UTF_8); in main() local 79 std::locale l("C"); in main() local
|
D | toupper_many.pass.cpp | 28 std::locale l(LOCALE_en_US_UTF_8); in main() local 45 std::locale l("C"); in main() local 62 std::locale l(LOCALE_en_US_UTF_8); in main() local 79 std::locale l("C"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
D | assign_copy.pass.cpp | 22 std::vector<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local 29 std::vector<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local 37 std::vector<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngdebug.h | 61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 67 # define png_debug2(l,m,p1,p2) \ argument 85 # define png_debug(l,m) \ argument 93 # define png_debug1(l,m,p1) \ argument 101 # define png_debug2(l,m,p1,p2) \ argument 110 # define png_debug(l,m) \ argument 121 # define png_debug1(l,m,p1) \ argument 132 # define png_debug2(l,m,p1,p2) \ argument 149 # define png_debug(l, m) ((void)0) argument [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/ |
D | ctor.pass.cpp | 37 std::locale l(std::locale::classic(), new my_facet<char>); in main() local 45 std::locale l(std::locale::classic(), &f); in main() local 52 std::locale l(std::locale::classic(), new my_facet<wchar_t>); in main() local 60 std::locale l(std::locale::classic(), &f); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/ |
D | ctor.pass.cpp | 38 std::locale l(std::locale::classic(), new my_facet<char>); in main() local 46 std::locale l(std::locale::classic(), &f); in main() local 53 std::locale l(std::locale::classic(), new my_facet<wchar_t>); in main() local 61 std::locale l(std::locale::classic(), &f); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
D | dtor.pass.cpp | 37 std::locale l(std::locale::classic(), new std::ctype<char>); in main() local 44 std::locale l(std::locale::classic(), new std::ctype<char>(table)); in main() local 50 std::locale l(std::locale::classic(), in main() local
|