HomeSort by relevance Sort by last modified time
    Searched full:allocator_arg (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/libcxx/test/utilities/memory/allocator.tag/
Android.mk 19 test_name := utilities/memory/allocator.tag/allocator_arg
20 test_src := allocator_arg.pass.cpp
allocator_arg.pass.cpp 13 // const allocator_arg_t allocator_arg = allocator_arg_t();
21 test(std::allocator_arg);
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc.pass.cpp 28 std::tuple<> t(std::allocator_arg, A1<int>());
31 std::tuple<int> t(std::allocator_arg, A1<int>());
35 std::tuple<DefaultOnly> t(std::allocator_arg, A1<int>());
40 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5));
46 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5));
52 std::tuple<DefaultOnly, alloc_first> t(std::allocator_arg, A1<int>(5));
60 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg,
71 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg,
alloc_UTypes.pass.cpp 28 std::tuple<MoveOnly> t(std::allocator_arg, A1<int>(), MoveOnly(0));
32 std::tuple<MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
38 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
48 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
58 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
65 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
alloc_const_Types.pass.cpp 27 std::tuple<int> t(std::allocator_arg, A1<int>(), 3);
32 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5), alloc_first(3));
38 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5), alloc_last(3));
44 std::tuple<int, alloc_first> t(std::allocator_arg, A1<int>(5),
53 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
65 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
alloc_copy.pass.cpp 29 T t(std::allocator_arg, A1<int>(), t0);
34 T t(std::allocator_arg, A1<int>(), t0);
41 T t(std::allocator_arg, A1<int>(5), t0);
49 T t(std::allocator_arg, A1<int>(5), t0);
58 T t(std::allocator_arg, A1<int>(5), t0);
69 T t(std::allocator_arg, A1<int>(5), t0);
alloc_move.pass.cpp 30 T t(std::allocator_arg, A1<int>(), std::move(t0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
68 T t(std::allocator_arg, A1<int>(5), std::move(t0));
alloc_const_pair.pass.cpp 31 T1 t1(std::allocator_arg, A1<int>(5), t0);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
51 T1 t1(std::allocator_arg, A1<int>(5), t0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc.pass.cpp 28 std::tuple<> t(std::allocator_arg, A1<int>());
31 std::tuple<int> t(std::allocator_arg, A1<int>());
35 std::tuple<DefaultOnly> t(std::allocator_arg, A1<int>());
40 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5));
46 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5));
52 std::tuple<DefaultOnly, alloc_first> t(std::allocator_arg, A1<int>(5));
60 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg,
71 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg,
alloc_UTypes.pass.cpp 28 std::tuple<MoveOnly> t(std::allocator_arg, A1<int>(), MoveOnly(0));
32 std::tuple<MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
38 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
48 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
58 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
65 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
alloc_const_Types.pass.cpp 27 std::tuple<int> t(std::allocator_arg, A1<int>(), 3);
32 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5), alloc_first(3));
38 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5), alloc_last(3));
44 std::tuple<int, alloc_first> t(std::allocator_arg, A1<int>(5),
53 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
65 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg,
alloc_copy.pass.cpp 29 T t(std::allocator_arg, A1<int>(), t0);
34 T t(std::allocator_arg, A1<int>(), t0);
41 T t(std::allocator_arg, A1<int>(5), t0);
49 T t(std::allocator_arg, A1<int>(5), t0);
58 T t(std::allocator_arg, A1<int>(5), t0);
69 T t(std::allocator_arg, A1<int>(5), t0);
alloc_move.pass.cpp 30 T t(std::allocator_arg, A1<int>(), std::move(t0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
68 T t(std::allocator_arg, A1<int>(5), std::move(t0));
  /external/libcxx/test/thread/futures/futures.promise/
copy_assign.fail.cpp 25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
26 std::promise<int> p(std::allocator_arg, test_allocator<int>());
46 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
47 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
67 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
68 std::promise<void> p(std::allocator_arg, test_allocator<void>());
move_assign.pass.cpp 26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
27 std::promise<int> p(std::allocator_arg, test_allocator<int>());
47 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
48 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
68 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
69 std::promise<void> p(std::allocator_arg, test_allocator<void>());
swap.pass.cpp 27 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
28 std::promise<int> p(std::allocator_arg, test_allocator<int>());
41 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
42 std::promise<int> p(std::allocator_arg, test_allocator<int>());
55 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
69 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
alloc_ctor.pass.cpp 26 std::promise<int> p(std::allocator_arg, test_allocator<int>());
34 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
42 std::promise<void> p(std::allocator_arg, test_allocator<void>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
copy_assign.fail.cpp 25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
26 std::promise<int> p(std::allocator_arg, test_allocator<int>());
46 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
47 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
67 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
68 std::promise<void> p(std::allocator_arg, test_allocator<void>());
move_assign.pass.cpp 26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
27 std::promise<int> p(std::allocator_arg, test_allocator<int>());
47 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
48 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
68 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
69 std::promise<void> p(std::allocator_arg, test_allocator<void>());
swap.pass.cpp 27 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
28 std::promise<int> p(std::allocator_arg, test_allocator<int>());
41 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
42 std::promise<int> p(std::allocator_arg, test_allocator<int>());
55 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
69 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
alloc_ctor.pass.cpp 26 std::promise<int> p(std::allocator_arg, test_allocator<int>());
34 std::promise<int&> p(std::allocator_arg, test_allocator<int>());
42 std::promise<void> p(std::allocator_arg, test_allocator<void>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 13 // const allocator_arg_t allocator_arg = allocator_arg_t();
21 test(std::allocator_arg);
  /external/libcxx/test/thread/futures/futures.shared_future/
dtor.pass.cpp 28 std::promise<T> p(std::allocator_arg, test_allocator<T>());
42 std::promise<T> p(std::allocator_arg, test_allocator<int>());
56 std::promise<T> p(std::allocator_arg, test_allocator<T>());
  /external/libcxx/test/thread/futures/futures.unique_future/
dtor.pass.cpp 28 std::promise<T> p(std::allocator_arg, test_allocator<T>());
42 std::promise<T> p(std::allocator_arg, test_allocator<int>());
56 std::promise<T> p(std::allocator_arg, test_allocator<T>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
dtor.pass.cpp 28 std::promise<T> p(std::allocator_arg, test_allocator<T>());
42 std::promise<T> p(std::allocator_arg, test_allocator<int>());
56 std::promise<T> p(std::allocator_arg, test_allocator<T>());

Completed in 353 milliseconds

1 2 3 4 5