Home
last modified time | relevance | path

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

/external/libcxx/src/
Dfuture.cpp116 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
255 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py78 def set_exception(self, exception): member in _OverlappedFuture
152 def set_exception(self, exception): member in _BaseWaitHandleFuture
179 def set_exception(self, exception): member in _WaitCancelFuture
Dfutures.py304 def set_exception(self, exception): member in Future
Dstreams.py378 def set_exception(self, exc): member in StreamReader
/external/python/cpython3/Lib/concurrent/futures/
D_base.py496 def set_exception(self, exception): member in Future
/external/python/futures/concurrent/futures/
D_base.py587 def set_exception(self, exception): member in Future
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py67 def set_exception(self, exception): member in DuckFuture
/external/v8/src/ast/
Dast.h2541 void set_exception(Expression* e) { exception_ = e; } in set_exception() function