/aosp_15_r20/external/python/pyee/tests/ |
D | test_async.py | 79 def handle_error(exc): function 103 def handle_error(exc): function 128 def handle_error(exc): function 185 def handle_error(e): function
|
D | test_trio.py | 75 async def handle_error(exc): function 101 async def handle_error(exc): function
|
D | test_executor.py | 54 def handle_error(e): function
|
D | test_twisted.py | 74 def handle_error(exc): function
|
/aosp_15_r20/tools/netsim/rust/cli/src/ |
H A D | ffi.rs | 19 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 D | file_handler.rs | 35 fn handle_error(&self, error_code: u32, error_message: &str) { in handle_error() method
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_asyncore.py | 61 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
|
D | test_ftplib.py | 51 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
|
D | test_smtplib.py | 397 def handle_error(self): member in SimSMTPChannel 418 def handle_error(self): member in SimSMTPServer
|
D | test_poplib.py | 59 def handle_error(self): member in DummyPOP3Handler 153 def handle_error(self): member in DummyPOP3Server
|
D | test_ssl.py | 80 def handle_error(prefix): function 1904 def handle_error(self): member in AsyncoreEchoServer.EchoServer.ConnectionHandler 1920 def handle_error(self): member in AsyncoreEchoServer.EchoServer
|
D | test_imaplib.py | 108 def handle_error(self, request, client_address): member in BaseThreadedNetworkedTests.make_server.MyServer
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_asyncore.py | 67 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
|
D | test_ftplib.py | 96 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
|
D | test_socketserver.py | 108 def handle_error(self, request, client_address): member in SocketServerTest.make_server.MyServer 362 def handle_error(self, request, client_address): member in BaseErrorTestServer
|
D | test_poplib.py | 85 def handle_error(self): member in DummyPOP3Handler 257 def handle_error(self): member in DummyPOP3Server
|
D | test_smtplib.py | 1001 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/ |
D | core_impl.rs | 59 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/ |
D | lib.rs | 172 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 D | handle_error.js | 14 function handle_error(sError) function
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 150 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 D | graphics_Idle.py | 84 def handle_error(self, message, path=None): member in graphics_Idle
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | run.py | 245 def handle_error(self, request, client_address): member in MyRPCServer
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | echo_control_mobile_impl.cc | 279 int handle_error = WebRtcAecm_set_config(canceller->state(), config); in Configure() local
|
/aosp_15_r20/external/cronet/net/tools/testserver/ |
H A D | testserver_base.py | 72 def handle_error(self, request, client_address): member in BrokenPipeHandlerMixIn
|