/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 43 P array[] = in test() local 72 P array[] = in test() local 112 P array[] = in test() local 141 P array[] = in test() local 170 P array[] = in test() local 199 P array[] = in test() local 228 P array[] = in test() local 257 P array[] = in test() local 299 std::unique_ptr<int> array[size]; in test1() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/array/ |
D | size.hpp | 21 # define BOOST_PP_ARRAY_SIZE(array) BOOST_PP_TUPLE_ELEM(2, 0, array) argument 23 # define BOOST_PP_ARRAY_SIZE(array) BOOST_PP_ARRAY_SIZE_I(array) argument 24 # define BOOST_PP_ARRAY_SIZE_I(array) BOOST_PP_ARRAY_SIZE_II array argument
|
D | data.hpp | 21 # define BOOST_PP_ARRAY_DATA(array) BOOST_PP_TUPLE_ELEM(2, 1, array) argument 23 # define BOOST_PP_ARRAY_DATA(array) BOOST_PP_ARRAY_DATA_I(array) argument 24 # define BOOST_PP_ARRAY_DATA_I(array) BOOST_PP_ARRAY_DATA_II array argument
|
D | elem.hpp | 23 # define BOOST_PP_ARRAY_ELEM(i, array) BOOST_PP_TUPLE_ELEM(BOOST_PP_ARRAY_SIZE(array), i, BOOST_… argument 25 # define BOOST_PP_ARRAY_ELEM(i, array) BOOST_PP_ARRAY_ELEM_I(i, array) argument 26 # define BOOST_PP_ARRAY_ELEM_I(i, array) BOOST_PP_TUPLE_ELEM(BOOST_PP_ARRAY_SIZE(array), i, BOOS… argument
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | greater_test.cpp | 33 int array[4] = { 3, 1, 4, 2 }; in greatert() local 43 int array [4] = { 3, 1, 4, 2 }; in greatereq() local
|
D | less_test.cpp | 33 int array [4] = { 3, 1, 4, 2 }; in lesst() local 43 int array [4] = { 3, 1, 4, 2 }; in lesseqt() local
|
D | bnegate_test.cpp | 32 int array [4] = { 4, 9, 7, 1 }; in bnegate1() local 42 int array [4] = { 4, 9, 7, 1 }; in bnegate2() local
|
D | reviter_test.cpp | 35 int array [] = { 1, 5, 2, 3 }; in reviter1() local 50 int array [] = { 1, 5, 2, 3 }; in reviter2() local 63 int array [] = { 1, 5, 2, 3 }; in revbit1() local
|
D | bind_test.cpp | 55 int array [3] = { 1, 2, 3 }; in bind1st1() local 75 int array [3] = { 1, 2, 3 }; in bind2nd1() local 84 int array [3] = { 1, 2, 3 }; in bind2nd2() local 104 int array[3] = { 1, 2, 3 }; in bind2nd3() local 143 A array[3]; in bind_memfn() local
|
D | bcompos_test.cpp | 36 int array [6] = { -2, -1, 0, 1, 2, 3 }; in bcompos1() local 49 int array [6] = { -2, -1 , 0, 1, 2, 3 }; in bcompos2() local
|
D | finsert_test.cpp | 33 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert1() local 50 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert2() local
|
D | binsert_test.cpp | 32 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert1() local 48 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert2() local
|
D | unary_test.cpp | 46 int array [3] = { 1, 2, 3 }; in unegate1() local 54 int array [3] = { 1, 2, 3 }; in unegate2() local 66 int array [3] = { 1, 2, 3 }; in unegate3() local
|
D | ptr2_test.cpp | 71 int array [3] = { 1, 2, 3 }; in ptrun1() local 79 int array [3] = { 1, 2, 3 }; in ptrun2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | bnegate_test.cpp | 32 int array [4] = { 4, 9, 7, 1 }; in bnegate1() local 42 int array [4] = { 4, 9, 7, 1 }; in bnegate2() local
|
D | less_test.cpp | 33 int array [4] = { 3, 1, 4, 2 }; in lesst() local 43 int array [4] = { 3, 1, 4, 2 }; in lesseqt() local
|
D | greater_test.cpp | 33 int array[4] = { 3, 1, 4, 2 }; in greatert() local 43 int array [4] = { 3, 1, 4, 2 }; in greatereq() local
|
D | reviter_test.cpp | 35 int array [] = { 1, 5, 2, 3 }; in reviter1() local 50 int array [] = { 1, 5, 2, 3 }; in reviter2() local 63 int array [] = { 1, 5, 2, 3 }; in revbit1() local
|
D | bind_test.cpp | 55 int array [3] = { 1, 2, 3 }; in bind1st1() local 75 int array [3] = { 1, 2, 3 }; in bind2nd1() local 84 int array [3] = { 1, 2, 3 }; in bind2nd2() local 104 int array[3] = { 1, 2, 3 }; in bind2nd3() local 143 A array[3]; in bind_memfn() local
|
D | bcompos_test.cpp | 36 int array [6] = { -2, -1, 0, 1, 2, 3 }; in bcompos1() local 49 int array [6] = { -2, -1 , 0, 1, 2, 3 }; in bcompos2() local
|
D | binsert_test.cpp | 32 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert1() local 48 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert2() local
|
D | finsert_test.cpp | 33 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert1() local 50 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert2() local
|
D | unary_test.cpp | 46 int array [3] = { 1, 2, 3 }; in unegate1() local 54 int array [3] = { 1, 2, 3 }; in unegate2() local 66 int array [3] = { 1, 2, 3 }; in unegate3() local
|
D | ptr2_test.cpp | 71 int array [3] = { 1, 2, 3 }; in ptrun1() local 79 int array [3] = { 1, 2, 3 }; in ptrun2() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
D | array.pass.cpp | 46 typedef char array[3]; typedef
|