Home
last modified time | relevance | path

Searched defs:set_exception (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/libcxx/src/
H A Dfuture.cpp112 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
236 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dfuture.cpp78 void __assoc_sub_state::set_exception(exception_ptr __p) { in set_exception() function in __assoc_sub_state
165 void promise<void>::set_exception(exception_ptr __p) { in set_exception() function in promise
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py265 def set_exception(self, exception): member in Future
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py265 def set_exception(self, exception): member in Future
Dtasks.py151 def set_exception(self, exception): member in Task
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py265 def set_exception(self, exception): member in Future
Dtasks.py151 def set_exception(self, exception): member in Task
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py265 def set_exception(self, exception): member in Future
Dstreams.py442 def set_exception(self, exc): member in StreamReader
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
H A Dfutures.py265 def set_exception(self, exception): member in Future
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dwindows_events.py87 def set_exception(self, exception): member in _OverlappedFuture
161 def set_exception(self, exception): member in _BaseWaitHandleFuture
188 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py265 def set_exception(self, exception): member in Future
/aosp_15_r20/external/python/python-api-core/google/api_core/future/
Dbase.py63 def set_exception(self, exception): member in Future
Dasync_future.py160 def set_exception(self, exception): member in AsyncFuture
Dpolling.py189 def set_exception(self, exception): member in PollingFuture
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Dcopy_exception_test.cpp62 set_exception( boost::exception_ptr const & e ) in set_exception() function in future
/aosp_15_r20/external/pytorch/torch/futures/
H A D__init__.py247 def set_exception(self, result: T) -> None: member in Future
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3recognizersharedstate.inl139 ANTLR_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_exception( ExceptionBaseType* … function in RecognizerSharedState
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_metadata_code_details_test.py164 def set_exception(self): member in _Servicer
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp2466 void set_exception(boost::exception_ptr p) in set_exception() function in boost::promise
2477 void set_exception(E ex) in set_exception() function in boost::promise
2670 void set_exception(boost::exception_ptr p) in set_exception() function in boost::promise
2681 void set_exception(E ex) in set_exception() function in boost::promise
2856 void set_exception(boost::exception_ptr p) in set_exception() function in boost::promise
2867 void set_exception(E ex) in set_exception() function in boost::promise

12