Searched refs:a2 (Results 501 - 525 of 920) sorted by path

<<21222324252627282930>>

/external/libcxx/test/containers/unord/unord.set/unord.set.swap/
H A Ddb_swap_1.pass.cpp30 int a2[] = {0, 2, 4, 5, 6, 8, 11}; local
32 std::unordered_set<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0]));
H A Dswap_non_member.pass.cpp63 P a2[] = local
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2));
162 P a2[] = local
174 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2));
244 P a2[] = local
256 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2));
343 P a2[] local
425 P a2[] = local
524 P a2[] = local
[all...]
/external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
H A Dconst_mem_fun.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun1.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun1_ref_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun1_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun_ref.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun_ref1.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun_ref_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
H A Dconst_mem_fun_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
H A Dmem_fun.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dmem_fun1.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
30 assert(std::mem_fun(&A::a2)(&a, 5) == 6);
H A Dmem_fun1_ref_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
30 const F f(&A::a2);
H A Dmem_fun1_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
30 const F f(&A::a2);
H A Dmem_fun_ref.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
H A Dmem_fun_ref1.pass.cpp22 short a2(int i) {return short(i+1);} function in struct:A
30 assert(std::mem_fun_ref(&A::a2)(a, 5) == 6);
H A Dmem_fun_ref_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
H A Dmem_fun_t.pass.cpp21 short a2(int i) {return short(i+1);} function in struct:A
/external/libcxx/test/language.support/support.types/
H A Dnullptr_t.pass.cpp35 A a2(0);
/external/libcxx/test/numerics/numarray/class.gslice/gslice.cons/
H A Dstart_size_stride.pass.cpp23 std::size_t a2[] = {4, 5, 6}; local
25 std::valarray<std::size_t> stride(a2, sizeof(a2)/sizeof(a2[0]));
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
H A Dgslice_array.pass.cpp25 int a2[] = { -0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, local
30 const std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
H A Dvalarray.pass.cpp25 int a2[] = { -0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, local
28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
H A Daddition.pass.cpp25 int a2[] = { -0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, local
28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
H A Dand.pass.cpp25 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
H A Ddivide.pass.cpp25 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));

Completed in 744 milliseconds

<<21222324252627282930>>