Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 275) sorted by relevance

1234567891011

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/
Dresize_size.pass.cpp22 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
Dresize_size_value.pass.cpp22 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/
Ddefault.pass.cpp22 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
Ddefault_stack_alloc.pass.cpp22 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
Dcopy.pass.cpp23 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
Dsize_value_alloc.pass.cpp23 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
Dcopy_alloc.pass.cpp23 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
Dassign_copy.pass.cpp22 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
Dsize_type.pass.cpp40 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
Dmove_alloc.pass.cpp24 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
Dassign_move.pass.cpp24 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/
Dfold_left.hpp30 # 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/
Dfold_left.hpp22 # 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 …]
Dfold_right.hpp20 # 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/
Dassign_copy.pass.cpp22 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/
Dtypes.pass.cpp33 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
Dtolower_1.pass.cpp27 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
Dtoupper_1.pass.cpp27 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
Dtolower_many.pass.cpp28 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
Dtoupper_many.pass.cpp28 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/
Dassign_copy.pass.cpp22 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/
Dpngdebug.h61 # 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/
Dctor.pass.cpp37 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/
Dctor.pass.cpp38 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/
Ddtor.pass.cpp37 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

1234567891011