HomeSort by relevance Sort by last modified time
    Searched refs:set_exception (Results 1 - 12 of 12) sorted by null

  /external/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp 14 // void set_exception(exception_ptr p);
25 p.set_exception(std::make_exception_ptr(3));
37 p.set_exception(std::make_exception_ptr(3));
Android.mk 71 test_name := thread/futures/futures.promise/set_exception
72 test_src := set_exception.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp 14 // void set_exception(exception_ptr p);
25 p.set_exception(std::make_exception_ptr(3));
37 p.set_exception(std::make_exception_ptr(3));
  /external/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 30 p.set_exception(std::make_exception_ptr(3));
45 p.set_exception(std::make_exception_ptr(3.5));
57 p.set_exception(std::make_exception_ptr('c'));
  /external/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 30 p.set_exception(std::make_exception_ptr(3));
45 p.set_exception(std::make_exception_ptr(3.5));
57 p.set_exception(std::make_exception_ptr('c'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 30 p.set_exception(std::make_exception_ptr(3));
45 p.set_exception(std::make_exception_ptr(3.5));
57 p.set_exception(std::make_exception_ptr('c'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 30 p.set_exception(std::make_exception_ptr(3));
45 p.set_exception(std::make_exception_ptr(3.5));
57 p.set_exception(std::make_exception_ptr('c'));
  /external/libcxx/src/
future.cpp 114 __assoc_sub_state::set_exception(exception_ptr __p) function in class:__assoc_sub_state
226 __state_->set_exception(make_exception_ptr(
254 promise<void>::set_exception(exception_ptr __p) function in class:promise
260 __state_->set_exception(__p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 116 __assoc_sub_state::set_exception(exception_ptr __p) function in class:__assoc_sub_state
228 __state_->set_exception(make_exception_ptr(
256 promise<void>::set_exception(exception_ptr __p) function in class:promise
262 __state_->set_exception(__p);
  /external/chromium_org/v8/src/
heap.cc     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 722 milliseconds