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

  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception.pass.cpp 16 // void set_exception(exception_ptr p);
27 p.set_exception(std::make_exception_ptr(3));
39 p.set_exception(std::make_exception_ptr(3));
  /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/std/thread/futures/futures.shared_future/
get.pass.cpp 32 p.set_exception(std::make_exception_ptr(3));
47 p.set_exception(std::make_exception_ptr(3.5));
59 p.set_exception(std::make_exception_ptr('c'));
  /external/libcxx/test/std/thread/futures/futures.unique_future/
get.pass.cpp 32 p.set_exception(std::make_exception_ptr(3));
47 p.set_exception(std::make_exception_ptr(3.5));
59 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 116 __assoc_sub_state::set_exception(exception_ptr __p) function in class:__assoc_sub_state
225 __state_->set_exception(make_exception_ptr(
253 promise<void>::set_exception(exception_ptr __p) function in class:promise
259 __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/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/ast/
ast.h 2560 void set_exception(Expression* e) { exception_ = e; } function in class:v8::internal::final
    [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 499 milliseconds