Searched defs:handle_error (Results 1 - 21 of 21) sorted by relevance

/external/curl/docs/examples/
H A Dopensslthreadlock.c45 void handle_error(const char *file, int lineno, const char *msg) function
/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py73 def handle_error(self, message, path=None): member in class:graphics_Idle
94 return self.handle_error('LVDS downclock quirk not applied. ')
108 return self.handle_error(
124 return self.handle_error('Short blanking not added. ')
152 return self.handle_error('Error: did not see the GPU in RC6.',
195 return self.handle_error('Did not see the min i915 clock. ',
220 return self.handle_error('Unknown exynos SoC.')
232 return self.handle_error('Unknown rockchip SoC.')
239 return self.handle_error('Unknown mediatek SoC.')
251 return self.handle_error('Governo
[all...]
/external/skia/example/
H A DSkiaSDLExample.cpp42 static void handle_error() { function
145 handle_error();
153 handle_error();
161 handle_error();
171 handle_error();
177 handle_error();
/external/libese/apps/boot/
H A Dese_boot_tool.cpp57 #define handle_error(ese, result) ; macro
59 void handle_error(struct EseInterface *ese, EseAppResult result) {
308 handle_error(session->ese, res);
317 handle_error(session->ese, res);
370 handle_error(session->ese, res);
399 handle_error(session->ese, res);
409 handle_error(session->ese, res);
452 handle_error(ese, res);
462 handle_error(&ese, res);
/external/python/cpython2/Lib/
H A DSocketServer.py178 - handle_error()
292 self.handle_error(request, client_address)
341 def handle_error(self, request, client_address): member in class:BaseServer
379 - handle_error()
576 self.handle_error(request, client_address)
599 self.handle_error(request, client_address)
H A Dasyncore.py87 obj.handle_error()
95 obj.handle_error()
103 obj.handle_error()
117 obj.handle_error()
123 obj.handle_error()
485 def handle_error(self): member in class:dispatcher
/external/python/cpython2/Lib/idlelib/
H A Drun.py245 def handle_error(self, request, client_address): member in class:MyRPCServer
H A Drpc.py93 def handle_error(self, request, client_address): member in class:RPCServer
/external/python/cpython2/Lib/test/
H A Dtest_asynchat.py255 def handle_error(self): member in class:TestAsynchatMocked.test_blockingioerror.MyChat
263 # must not call handle_error()
H A Dtest_imaplib.py108 def handle_error(self, request, client_address): member in class:BaseThreadedNetworkedTests.make_server.MyServer
H A Dtest_poplib.py59 def handle_error(self): member in class:DummyPOP3Handler
153 def handle_error(self): member in class:DummyPOP3Server
H A Dtest_smtplib.py395 def handle_error(self): member in class:SimSMTPChannel
416 def handle_error(self): member in class:SimSMTPServer
H A Dtest_socketserver.py119 def handle_error(self, request, client_address): member in class:SocketServerTest.make_server.MyServer
H A Dtest_wsgiref.py375 def handle_error(self): member in class:TestHandler
H A Dtest_asyncore.py61 def handle_error(self): member in class:crashingdummy
102 # method causes the handle_error method to get called
155 def handle_error(self): member in class:HelperFunctionTests.test_readwrite.testobj
174 # method causes the handle_error method to get called
464 def handle_error(self): member in class:BaseTestHandler
490 def handle_error(self): member in class:TCPServer
627 def handle_error(self): member in class:BaseTestAPI.test_handle_error.TestClient
H A Dtest_ftplib.py51 def handle_error(self): member in class:DummyDTPHandler
93 def handle_error(self): member in class:DummyFTPHandler
259 def handle_error(self): member in class:DummyFTPServer
357 def handle_error(self): member in class:.SSLConnection
H A Dtest_ssl.py80 def handle_error(prefix): function
1694 handle_error("\n server: bad connection attempt from " + repr(self.addr) + ":\n")
1780 handle_error("Test server failure:\n")
1913 def handle_error(self): member in class:.AsyncoreEchoServer.EchoServer.ConnectionHandler
1929 def handle_error(self): member in class:.AsyncoreEchoServer.EchoServer
/external/python/cpython2/Lib/wsgiref/
H A Dhandlers.py89 self.handle_error()
301 def handle_error(self): member in class:BaseHandler
/external/clang/tools/scan-view/share/
H A DScanView.py175 def handle_error(self, request, client_address): member in class:ScanViewServer
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/external/c-ares/
H A Dares_process.c88 static void handle_error(ares_channel channel, int whichserver,
271 handle_error(channel, i, now);
287 handle_error(channel, i, now);
377 handle_error(channel, i, now);
391 handle_error(channel, i, now);
404 handle_error(channel, i, now);
488 handle_error(channel, i, now);
624 handle_error(channel, i, now);
629 static void handle_error(ares_channel channel, int whichserver, function
/external/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c102 int handle_error(void);
1442 handle_error();
1492 handle_error();
1503 handle_error();
1511 handle_error();
1521 handle_error();
1740 int handle_error(void) function
2975 /* do we count this as an error? handle_error(); */

Completed in 1179 milliseconds