Home
last modified time | relevance | path

Searched refs:call_exception_handler (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
Devents.py94 self._loop.call_exception_handler(context)
598 def call_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
Devents.py94 self._loop.call_exception_handler(context)
598 def call_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
H A Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
H A Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
H A Devents.py94 self._loop.call_exception_handler(context)
598 def call_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
375 self.call_exception_handler({
827 self._loop.call_exception_handler({
892 self._loop.call_exception_handler(context)
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dsslproto.py825 self._loop.call_exception_handler({
838 self._loop.call_exception_handler({
917 self._loop.call_exception_handler({
Devents.py94 self._loop.call_exception_handler(context)
598 def call_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py218 self.loop.call_exception_handler = mock.Mock()
240 self.assertFalse(self.loop.call_exception_handler.called)
Dtest_selector_events.py558 self.loop.call_exception_handler = mock.Mock()
572 self.loop.call_exception_handler = mock.Mock()
923 self.loop.call_exception_handler = mock.Mock()
936 self.loop.call_exception_handler = mock.Mock()
972 self.loop.call_exception_handler = mock.Mock()
987 self.loop.call_exception_handler = mock.Mock()
Dtest_runners.py149 loop.call_exception_handler = call_exc_handler_mock
187 loop.call_exception_handler = mock.Mock()

1234