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

12 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/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/utilities/tuple/tuple.tuple/tuple.cnstr/
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);
alloc_convert_copy.pass.cpp 30 T1 t1(std::allocator_arg, A1<int>(), t0);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 T1 t1(std::allocator_arg, A1<int>(5), t0);
60 T1 t1(std::allocator_arg, A1<int>(5), t0);
alloc_convert_move.pass.cpp 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
alloc_move_pair.pass.cpp 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
  /external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 60 std::function<int(int)> f(std::allocator_arg, test_allocator<A>(), A());
67 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(), g);
72 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(),
79 std::function<int(const A*, int)> f(std::allocator_arg,
alloc_function.pass.cpp 75 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), f);
88 std::function<int(int)> f2(std::allocator_arg, test_allocator<int(*)(int)>(), f);
99 std::function<int(int)> f2(std::allocator_arg, test_allocator<int>(), f);
alloc.pass.cpp 23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>());
alloc_nullptr.pass.cpp 23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>(), nullptr);
alloc_rfunction.pass.cpp 72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f));
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_copy.pass.cpp 30 T1 t1(std::allocator_arg, A1<int>(), t0);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 T1 t1(std::allocator_arg, A1<int>(5), t0);
60 T1 t1(std::allocator_arg, A1<int>(5), t0);
alloc_convert_move.pass.cpp 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
alloc_move_pair.pass.cpp 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor_func_alloc.pass.cpp 45 std::packaged_task<double(int, char)> p(std::allocator_arg,
60 std::packaged_task<double(int, char)> p(std::allocator_arg,
75 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), &func);
87 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), func);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 60 std::function<int(int)> f(std::allocator_arg, test_allocator<A>(), A());
67 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(), g);
72 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(),
79 std::function<int(const A*, int)> f(std::allocator_arg,
alloc_function.pass.cpp 75 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), f);
88 std::function<int(int)> f2(std::allocator_arg, test_allocator<int(*)(int)>(), f);
97 std::function<int(int)> f2(std::allocator_arg, al, g);
108 std::function<int(int)> f2(std::allocator_arg, test_allocator<int>(), f);
alloc.pass.cpp 23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>());
alloc_nullptr.pass.cpp 23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>(), nullptr);
alloc_rfunction.pass.cpp 72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f));
  /external/libcxx/test/thread/futures/futures.promise/
copy_ctor.fail.cpp 25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
44 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
63 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
move_ctor.pass.cpp 26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
45 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
64 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
copy_ctor.fail.cpp 25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
44 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
63 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
move_ctor.pass.cpp 26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
45 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
64 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
  /external/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor_func_alloc.pass.cpp 43 std::packaged_task<double(int, char)> p(std::allocator_arg,
58 std::packaged_task<double(int, char)> p(std::allocator_arg,
  /external/libcxx/src/
memory.cpp 36 const allocator_arg_t allocator_arg = allocator_arg_t(); variable

Completed in 432 milliseconds

12 3 4 5