Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 56) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp43 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/
Ddata.hpp21 # 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
Delem.hpp23 # 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
Dsize.hpp21 # 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
/ndk/tests/device/test-gnustl-full/unit/
Dgreater_test.cpp33 int array[4] = { 3, 1, 4, 2 }; in greatert() local
43 int array [4] = { 3, 1, 4, 2 }; in greatereq() local
Dless_test.cpp33 int array [4] = { 3, 1, 4, 2 }; in lesst() local
43 int array [4] = { 3, 1, 4, 2 }; in lesseqt() local
Dbnegate_test.cpp32 int array [4] = { 4, 9, 7, 1 }; in bnegate1() local
42 int array [4] = { 4, 9, 7, 1 }; in bnegate2() local
Dreviter_test.cpp35 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
Dbind_test.cpp55 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
Dfinsert_test.cpp33 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert1() local
50 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert2() local
Dbcompos_test.cpp36 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
Dbinsert_test.cpp32 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert1() local
48 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert2() local
Dunary_test.cpp46 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
Dptr2_test.cpp71 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/
Dgreater_test.cpp33 int array[4] = { 3, 1, 4, 2 }; in greatert() local
43 int array [4] = { 3, 1, 4, 2 }; in greatereq() local
Dless_test.cpp33 int array [4] = { 3, 1, 4, 2 }; in lesst() local
43 int array [4] = { 3, 1, 4, 2 }; in lesseqt() local
Dbnegate_test.cpp32 int array [4] = { 4, 9, 7, 1 }; in bnegate1() local
42 int array [4] = { 4, 9, 7, 1 }; in bnegate2() local
Dreviter_test.cpp35 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
Dbind_test.cpp55 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
Dbcompos_test.cpp36 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
Dfinsert_test.cpp33 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert1() local
50 char const* array [] = { "laurie", "jennifer", "leisa" }; in finsert2() local
Dbinsert_test.cpp32 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert1() local
48 const char* array [] = { "laurie", "jennifer", "leisa" }; in binsert2() local
Dunary_test.cpp46 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
Dptr2_test.cpp71 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/
Darray.pass.cpp46 typedef char array[3]; typedef

123