HomeSort by relevance Sort by last modified time
    Searched refs:promise (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_value_const.pass.cpp 12 // class promise<R>
14 // void promise::set_value(const R& r);
30 std::promise<T> p;
49 std::promise<T> p;
set_exception.pass.cpp 12 // class promise<R>
23 std::promise<T> p;
set_lvalue.pass.cpp 12 // class promise<R>
14 // void promise<R&>::set_value(R& r);
24 std::promise<T> p;
  /external/clang/test/PCH/
cxx-friends.h 12 template<typename> class promise { class in namespace:PR12585
  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception.pass.cpp 14 // class promise<R>
25 std::promise<T> p;
set_lvalue.pass.cpp 14 // class promise<R>
16 // void promise<R&>::set_value(R& r);
26 std::promise<T> p;
  /external/libcxx/test/std/thread/futures/futures.shared_future/
copy_assign.pass.cpp 26 std::promise<T> p;
43 std::promise<T> p;
60 std::promise<T> p;
copy_ctor.pass.cpp 25 std::promise<T> p;
40 std::promise<T> p;
55 std::promise<T> p;
dtor.pass.cpp 30 std::promise<T> p(std::allocator_arg, test_allocator<T>());
44 std::promise<T> p(std::allocator_arg, test_allocator<int>());
58 std::promise<T> p(std::allocator_arg, test_allocator<T>());
wait_until.pass.cpp 39 void func1(std::promise<int> p)
48 void func3(std::promise<int&> p)
56 void func5(std::promise<void> p)
68 std::promise<T> p;
89 std::promise<T> p;
110 std::promise<T> p;
ctor_future.pass.cpp 25 std::promise<T> p;
40 std::promise<T> p;
55 std::promise<T> p;
move_assign.pass.cpp 26 std::promise<T> p;
43 std::promise<T> p;
60 std::promise<T> p;
move_ctor.pass.cpp 25 std::promise<T> p;
40 std::promise<T> p;
55 std::promise<T> p;
  /external/libcxx/test/std/thread/futures/futures.unique_future/
copy_assign.fail.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
copy_ctor.fail.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
dtor.pass.cpp 30 std::promise<T> p(std::allocator_arg, test_allocator<T>());
44 std::promise<T> p(std::allocator_arg, test_allocator<int>());
58 std::promise<T> p(std::allocator_arg, test_allocator<T>());
wait_until.pass.cpp 39 void func1(std::promise<int> p)
48 void func3(std::promise<int&> p)
56 void func5(std::promise<void> p)
68 std::promise<T> p;
89 std::promise<T> p;
110 std::promise<T> p;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
copy_assign.pass.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
copy_ctor.pass.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
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>());
wait_until.pass.cpp 23 void func1(std::promise<int> p)
31 void func3(std::promise<int&> p)
38 void func5(std::promise<void> p)
49 std::promise<T> p;
65 std::promise<T> p;
81 std::promise<T> p;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
copy_assign.fail.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
copy_ctor.fail.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
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>());
wait_until.pass.cpp 23 void func1(std::promise<int> p)
31 void func3(std::promise<int&> p)
38 void func5(std::promise<void> p)
49 std::promise<T> p;
65 std::promise<T> p;
81 std::promise<T> p;

Completed in 809 milliseconds

1 23 4 5 6 7