/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/ |
D | get_pass.cpp | 48 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function 61 p.set_exception(::make_exception_ptr(3)); in func2() 76 p.set_exception(::make_exception_ptr(3.5)); in func4() 88 p.set_exception(::make_exception_ptr(4)); in func6() 120 p.set_exception(::make_exception_ptr(3)); in main() 177 p.set_exception(::make_exception_ptr(3.5)); in main() 200 p.set_exception(::make_exception_ptr(3.5)); in main() 238 p.set_exception(::make_exception_ptr(4)); in main()
|
D | get_or_pass.cpp | 38 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function 51 p.set_exception(::make_exception_ptr(3)); in func2() 66 p.set_exception(::make_exception_ptr(3.5)); in func4() 78 p.set_exception(::make_exception_ptr(4)); in func6() 110 p.set_exception(::make_exception_ptr(3)); in main() 159 p.set_exception(::make_exception_ptr(3.5)); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/ |
D | get_pass.cpp | 40 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function 53 p.set_exception(::make_exception_ptr(3)); in func2() 68 p.set_exception(::make_exception_ptr(3.5)); in func4() 80 p.set_exception(::make_exception_ptr(4)); in func6() 106 p.set_exception(::make_exception_ptr(3)); in main() 146 p.set_exception(::make_exception_ptr(3.5)); in main() 181 p.set_exception(::make_exception_ptr(4)); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/ |
D | set_exception_pass.cpp | 39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function 51 p.set_exception(::make_exception_ptr(3)); in main() 63 p.set_exception(::make_exception_ptr(3)); in main() 79 p.set_exception_deferred(::make_exception_ptr(3)); in main() 93 p.set_exception(::make_exception_ptr(3)); in main()
|
D | set_exception_at_thread_exit_pass.cpp | 39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function 52 p.set_exception_at_thread_exit(::make_exception_ptr(3));
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/ |
D | exception_ptr.h | 64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT; 89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/ |
D | exception_ptr.h | 64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT; 89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/ |
D | exception_ptr.h | 64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT; 89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/ |
H A D | exception_ptr.h | 64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT; 89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.shared_future/ |
H A D | get.pass.cpp | 35 p.set_exception(std::make_exception_ptr(3)); in func2() 50 p.set_exception(std::make_exception_ptr(3.5)); in func4() 62 p.set_exception(std::make_exception_ptr('c')); in func6()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.unique_future/ |
H A D | get.pass.cpp | 35 p.set_exception(std::make_exception_ptr(3)); in func2() 50 p.set_exception(std::make_exception_ptr(3.5)); in func4() 62 p.set_exception(std::make_exception_ptr('c')); in func6()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.shared_future/ |
H A D | get.pass.cpp | 35 p.set_exception(std::make_exception_ptr(3)); in func2() 50 p.set_exception(std::make_exception_ptr(3.5)); in func4() 62 p.set_exception(std::make_exception_ptr('c')); in func6()
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.unique_future/ |
H A D | get.pass.cpp | 35 p.set_exception(std::make_exception_ptr(3)); in func2() 50 p.set_exception(std::make_exception_ptr(3.5)); in func4() 62 p.set_exception(std::make_exception_ptr('c')); in func6()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/ |
D | exception_ptr.h | 66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT; 94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/test/ |
D | make_exception_ptr_nx_test.cpp | 19 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function 28 ::make_exception_ptr( my_exception() ); in main()
|
D | make_exception_ptr_nx_test2.cpp | 21 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function 30 ::make_exception_ptr( my_exception() ); in main()
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.promise/ |
H A D | set_exception.pass.cpp | 29 p.set_exception(std::make_exception_ptr(3)); in main() 41 p.set_exception(std::make_exception_ptr(3)); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.promise/ |
H A D | set_exception.pass.cpp | 30 p.set_exception(std::make_exception_ptr(3)); in main() 42 p.set_exception(std::make_exception_ptr(3)); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/ |
D | async_ops.hpp | 116 std::make_exception_ptr(std::runtime_error("blah"))), a); in BOOST_ASIO_INITFN_RESULT_TYPE() 212 std::make_exception_ptr(std::runtime_error("blah")), 0), a); in BOOST_ASIO_INITFN_RESULT_TYPE() 309 std::make_exception_ptr(std::runtime_error("blah")), 0, 0.0), a); in BOOST_ASIO_INITFN_RESULT_TYPE() 406 std::make_exception_ptr(std::runtime_error("blah")), in BOOST_ASIO_INITFN_RESULT_TYPE()
|
/aosp_15_r20/external/pytorch/test/cpp/lazy/ |
H A D | test_util.cpp | 18 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error("Oops!"))); in TEST() 33 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error(""))); in TEST()
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | request_callback_impl.cpp | 119 asFuture(std::make_exception_ptr(std::runtime_error(e.what()))); in runPythonFunction() 145 return asFuture(std::make_exception_ptr(std::runtime_error(errMsg))); in runPythonFunction() 322 return asFuture(std::make_exception_ptr(std::runtime_error(c10::str( in runJitFunction()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/detail/ |
D | as_invocable.hpp | 72 std::make_exception_ptr(receiver_invocation_error())); in operator ()() 125 std::make_exception_ptr(receiver_invocation_error()));
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/ |
D | exception_ptr.h | 52 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function 102 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
D | exception | 58 template<class E> exception_ptr make_exception_ptr(E e) noexcept; 168 make_exception_ptr(_Ep __e) _NOEXCEPT 227 make_exception_ptr(_Ep __e) _NOEXCEPT
|
/aosp_15_r20/external/libcxx/include/ |
H A D | exception | 58 template<class E> exception_ptr make_exception_ptr(E e) noexcept; 168 make_exception_ptr(_Ep __e) _NOEXCEPT 227 make_exception_ptr(_Ep __e) _NOEXCEPT
|