/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
D | awk.pass.cpp | 28 const char s[] = "a"; in main() local 44 const char s[] = "ab"; in main() local 59 const char s[] = "ab"; in main() local 66 const char s[] = "aab"; in main() local 81 const char s[] = "aab"; in main() local 88 const char s[] = "abcd"; in main() local 103 const char s[] = "abbc"; in main() local 118 const char s[] = "ababc"; in main() local 136 const char s[] = "abcdefghijk"; in main() local 158 const char s[] = "abc"; in main() local [all …]
|
D | basic.pass.cpp | 34 const char s[] = "a"; in main() local 50 const char s[] = "ab"; in main() local 65 const char s[] = "ab"; in main() local 72 const char s[] = "aab"; in main() local 87 const char s[] = "aab"; in main() local 94 const char s[] = "abcd"; in main() local 109 const char s[] = "abbc"; in main() local 124 const char s[] = "ababc"; in main() local 142 const char s[] = "abcdefghijk"; in main() local 164 const char s[] = "abc"; in main() local [all …]
|
D | extended.pass.cpp | 28 const char s[] = "a"; in main() local 44 const char s[] = "ab"; in main() local 59 const char s[] = "ab"; in main() local 66 const char s[] = "aab"; in main() local 81 const char s[] = "aab"; in main() local 88 const char s[] = "abcd"; in main() local 103 const char s[] = "abbc"; in main() local 118 const char s[] = "ababc"; in main() local 136 const char s[] = "abcdefghijk"; in main() local 158 const char s[] = "abc"; in main() local [all …]
|
D | ecma.pass.cpp | 28 const char s[] = "a"; in main() local 44 const char s[] = "ab"; in main() local 59 const char s[] = "ab"; in main() local 66 const char s[] = "aab"; in main() local 81 const char s[] = "aab"; in main() local 88 const char s[] = "abcd"; in main() local 103 const char s[] = "abbc"; in main() local 118 const char s[] = "ababc"; in main() local 136 const char s[] = "abcdefghijk"; in main() local 157 const char s[] = "abc"; in main() local [all …]
|
D | egrep.pass.cpp | 28 const char s[] = "tournament"; in main() local 44 const char s[] = "ment"; in main() local 60 const char s[] = "tournament"; in main() local 76 const char s[] = "tourna"; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
D | awk.pass.cpp | 29 const char s[] = "a"; in main() local 45 const char s[] = "ab"; in main() local 60 const char s[] = "ab"; in main() local 67 const char s[] = "aab"; in main() local 73 const char s[] = "aab"; in main() local 80 const char s[] = "abcd"; in main() local 86 const char s[] = "abbc"; in main() local 101 const char s[] = "ababc"; in main() local 119 const char s[] = "abcdefghijk"; in main() local 126 const char s[] = "abc"; in main() local [all …]
|
D | extended.pass.cpp | 28 const char s[] = "a"; in main() local 44 const char s[] = "ab"; in main() local 59 const char s[] = "ab"; in main() local 66 const char s[] = "aab"; in main() local 72 const char s[] = "aab"; in main() local 79 const char s[] = "abcd"; in main() local 85 const char s[] = "abbc"; in main() local 100 const char s[] = "ababc"; in main() local 118 const char s[] = "abcdefghijk"; in main() local 125 const char s[] = "abc"; in main() local [all …]
|
D | basic.pass.cpp | 34 const char s[] = "a"; in main() local 50 const char s[] = "ab"; in main() local 65 const char s[] = "ab"; in main() local 72 const char s[] = "aab"; in main() local 78 const char s[] = "aab"; in main() local 85 const char s[] = "abcd"; in main() local 91 const char s[] = "abbc"; in main() local 106 const char s[] = "ababc"; in main() local 124 const char s[] = "abcdefghijk"; in main() local 131 const char s[] = "abc"; in main() local [all …]
|
D | ecma.pass.cpp | 28 const char s[] = "a"; in main() local 44 const char s[] = "ab"; in main() local 59 const char s[] = "ab"; in main() local 66 const char s[] = "aab"; in main() local 72 const char s[] = "aab"; in main() local 79 const char s[] = "abcd"; in main() local 85 const char s[] = "abbc"; in main() local 100 const char s[] = "ababc"; in main() local 118 const char s[] = "abcdefghijk"; in main() local 124 const char s[] = "abc"; in main() local [all …]
|
D | egrep.pass.cpp | 28 const char s[] = "tournament"; in main() local 44 const char s[] = "ment"; in main() local 51 const char s[] = "tournament"; in main() local 67 const char s[] = "tourna"; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
D | to_wstring.pass.cpp | 31 std::wstring s = std::to_wstring(T(0)); in test_signed() local 37 std::wstring s = std::to_wstring(T(12345)); in test_signed() local 43 std::wstring s = std::to_wstring(T(-12345)); in test_signed() local 49 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_signed() local 57 std::wstring s = std::to_wstring(std::numeric_limits<T>::min()); in test_signed() local 70 std::wstring s = std::to_wstring(T(0)); in test_unsigned() local 76 std::wstring s = std::to_wstring(T(12345)); in test_unsigned() local 82 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_unsigned() local 96 std::wstring s = std::to_wstring(T(0)); in test_float() local 102 std::wstring s = std::to_wstring(T(12345)); in test_float() local [all …]
|
D | to_string.pass.cpp | 31 std::string s = std::to_string(T(0)); in test_signed() local 37 std::string s = std::to_string(T(12345)); in test_signed() local 43 std::string s = std::to_string(T(-12345)); in test_signed() local 49 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_signed() local 57 std::string s = std::to_string(std::numeric_limits<T>::min()); in test_signed() local 70 std::string s = std::to_string(T(0)); in test_unsigned() local 76 std::string s = std::to_string(T(12345)); in test_unsigned() local 82 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_unsigned() local 96 std::string s = std::to_string(T(0)); in test_float() local 102 std::string s = std::to_string(T(12345)); in test_float() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/ |
D | reserve.pass.cpp | 22 test(S s) in test() 35 test(S s, typename S::size_type res_arg) in test() 58 S s; in main() local 70 S s; in main() local 76 S s(100, 'a'); in main() local 89 S s; in main() local 101 S s; in main() local 107 S s(100, 'a'); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
D | to_string.pass.cpp | 47 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 55 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >(); in test_to_string() local 63 std::string s = v.template to_string<char>(); in test_to_string() local 71 std::string s = v.to_string(); in test_to_string() local 82 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 90 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0'); in test_to_string() local 98 std::string s = v.template to_string<char>('0'); in test_to_string() local 106 std::string s = v.to_string('0'); in test_to_string() local 117 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 125 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0', '1'); in test_to_string() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/ |
D | stream_insert.pass.cpp | 27 std::string s("some text"); in main() local 34 std::string s("some text"); in main() local 42 std::wstring s(L"some text"); in main() local 49 std::wstring s(L"some text"); in main() local 59 S s("some text"); in main() local 67 S s("some text"); in main() local 76 S s(L"some text"); in main() local 84 S s(L"some text"); in main() local
|
D | get_line_delim_rv.pass.cpp | 27 std::string s("initial text"); in main() local 32 std::wstring s(L"initial text"); in main() local 39 S s("initial text"); in main() local 45 S s(L"initial text"); in main() local
|
D | get_line_rv.pass.cpp | 27 std::string s("initial text"); in main() local 32 std::wstring s(L"initial text"); in main() local 39 S s("initial text"); in main() local 45 S s(L"initial text"); 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/control/ |
D | while.hpp | 51 # define BOOST_PP_WHILE_257(p, o, s) BOOST_PP_ERROR(0x0001) argument 55 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_1(p, o, s) 0 argument 56 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_2(p, o, s) 0 argument 57 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_3(p, o, s) 0 argument 58 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_4(p, o, s) 0 argument 59 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_5(p, o, s) 0 argument 60 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_6(p, o, s) 0 argument 61 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_7(p, o, s) 0 argument 62 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_8(p, o, s) 0 argument 63 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_9(p, o, s) 0 argument [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/detail/ |
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 …]
|
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 …]
|
/ndk/tests/device/bitfield/jni/ |
D | header.h | 1 struct s { struct 2 unsigned int x:1; argument 3 unsigned int unused:15; argument 4 unsigned short y; argument 8 struct s s; member
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/detail/ |
D | while.hpp | 21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p(2, s)), p, o, s) argument 22 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_C(BOOST_PP_BOOL(p(3, s)), p, o, s) argument 23 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_C(BOOST_PP_BOOL(p(4, s)), p, o, s) argument 24 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_C(BOOST_PP_BOOL(p(5, s)), p, o, s) argument 25 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_C(BOOST_PP_BOOL(p(6, s)), p, o, s) argument 26 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_C(BOOST_PP_BOOL(p(7, s)), p, o, s) argument 27 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_C(BOOST_PP_BOOL(p(8, s)), p, o, s) argument 28 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_C(BOOST_PP_BOOL(p(9, s)), p, o, s) argument 29 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_C(BOOST_PP_BOOL(p(10, s)), p, o, s) argument 30 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_C(BOOST_PP_BOOL(p(11, s)), p, o, s) argument [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
D | initializer_list.pass.cpp | 24 std::string s = {'a', 'b', 'c'}; in main() local 28 std::wstring s; in main() local 35 S s = {'a', 'b', 'c'}; in main() local 40 S s; in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/ |
D | for.hpp | 31 # define BOOST_PP_FOR_SR_P(r, s) s argument 32 # define BOOST_PP_FOR_SR_O(r, s) 0 argument 33 # define BOOST_PP_FOR_SR_M(r, s) BOOST_PP_NIL argument 45 # define BOOST_PP_FOR_257(s, p, o, m) BOOST_PP_ERROR(0x0002) argument 49 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0 argument 50 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0 argument 51 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0 argument 52 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0 argument 53 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0 argument 54 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0 argument [all …]
|