Home
last modified time | relevance | path

Searched defs:handle_error (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/python/pyee/tests/
Dtest_async.py79 def handle_error(exc): function
103 def handle_error(exc): function
128 def handle_error(exc): function
185 def handle_error(e): function
Dtest_trio.py75 async def handle_error(exc): function
101 async def handle_error(exc): function
Dtest_executor.py54 def handle_error(e): function
Dtest_twisted.py74 def handle_error(exc): function
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dffi.rs19 fn handle_error(&self, error_code: u32, error_message: &str) { in handle_error() method
29 fn handle_error(&self, error_code: u32, error_message: &str); in handle_error() method
54 fn handle_error(&self, error_code: u32, error_message: &str); in handle_error() function
H A Dfile_handler.rs35 fn handle_error(&self, error_code: u32, error_message: &str) { in handle_error() method
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_asyncore.py61 def handle_error(self): member in crashingdummy
155 def handle_error(self): member in HelperFunctionTests.test_readwrite.testobj
477 def handle_error(self): member in BaseTestHandler
503 def handle_error(self): member in TCPServer
643 def handle_error(self): member in BaseTestAPI.test_handle_error.TestClient
Dtest_ftplib.py51 def handle_error(self): member in DummyDTPHandler
93 def handle_error(self): member in DummyFTPHandler
265 def handle_error(self): member in DummyFTPServer
363 def handle_error(self): member in SSLConnection
Dtest_smtplib.py397 def handle_error(self): member in SimSMTPChannel
418 def handle_error(self): member in SimSMTPServer
Dtest_poplib.py59 def handle_error(self): member in DummyPOP3Handler
153 def handle_error(self): member in DummyPOP3Server
Dtest_ssl.py80 def handle_error(prefix): function
1904 def handle_error(self): member in AsyncoreEchoServer.EchoServer.ConnectionHandler
1920 def handle_error(self): member in AsyncoreEchoServer.EchoServer
Dtest_imaplib.py108 def handle_error(self, request, client_address): member in BaseThreadedNetworkedTests.make_server.MyServer
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncore.py67 def handle_error(self): member in crashingdummy
171 def handle_error(self): member in HelperFunctionTests.test_readwrite.testobj
466 def handle_error(self): member in BaseTestHandler
490 def handle_error(self): member in BaseServer
689 def handle_error(self): member in BaseTestAPI.test_handle_error.TestClient
Dtest_ftplib.py96 def handle_error(self): member in DummyDTPHandler
146 def handle_error(self): member in DummyFTPHandler
324 def handle_error(self): member in DummyFTPServer
427 def handle_error(self): member in SSLConnection
Dtest_socketserver.py108 def handle_error(self, request, client_address): member in SocketServerTest.make_server.MyServer
362 def handle_error(self, request, client_address): member in BaseErrorTestServer
Dtest_poplib.py85 def handle_error(self): member in DummyPOP3Handler
257 def handle_error(self): member in DummyPOP3Server
Dtest_smtplib.py1001 def handle_error(self): member in SimSMTPChannel
1026 def handle_error(self): member in SimSMTPServer
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dcore_impl.rs59 fn handle_error(self) -> Result<V, InternalError<T, C>>; in handle_error() method
63 fn handle_error(self) -> Result<V, InternalError<T, C>> { in handle_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-codec-derive/src/
Dlib.rs172 let handle_error = operation.is_result().then_some(quote! { ? }); in enum_impl() localVariable
256 let handle_error = operation.is_result().then_some(quote! { ? }); in struct_impl() localVariable
/aosp_15_r20/external/ot-br-posix/src/openwrt/
H A Dhandle_error.js14 function handle_error(sError) function
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py150 def handle_error(self, request, client_address): member in SilentWSGIServer
244 def handle_error(self, request, client_address): member in SilentUnixWSGIServer
/aosp_15_r20/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py84 def handle_error(self, message, path=None): member in graphics_Idle
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Drun.py245 def handle_error(self, request, client_address): member in MyRPCServer
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc279 int handle_error = WebRtcAecm_set_config(canceller->state(), config); in Configure() local
/aosp_15_r20/external/cronet/net/tools/testserver/
H A Dtestserver_base.py72 def handle_error(self, request, client_address): member in BrokenPipeHandlerMixIn

1234