/external/oprofile/agents/jvmti/ |
H A D | libjvmti_oprofile.c | 45 static int handle_error(jvmtiError err, char const * msg, int severe) function 133 if (handle_error(err, "GetMethodDeclaringClass()", 1)) 150 handle_error(err, "GetSourceFileName()", 1); 154 handle_error(err, "GetLineNumberTable()", 1); 160 if (handle_error(err, "GetClassSignature()", 1)) 165 if (handle_error(err, "GetMethodName()", 1)) 277 if (handle_error(error, "AddCapabilities()", 1)) 282 if (!handle_error(error, "GetJLocationFormat", 1) && 288 if (!handle_error(error, "AddCapabilities()", 1)) 298 if (handle_error(erro [all...] |
/external/e2fsprogs/resize/ |
H A D | test_extent.c | 70 handle_error: 87 goto handle_error; 97 goto handle_error; 102 goto handle_error;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
H A D | error_handlers_unittest.py | 76 def _call_error_handler(self, handle_error, confidence, line_number=100): 78 handle_error(line_number=line_number,
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
H A D | dri_glx.c | 352 goto handle_error; 361 goto handle_error; 366 goto handle_error; 384 goto handle_error; 395 goto handle_error; 411 goto handle_error; 422 goto handle_error; 431 goto handle_error; 446 goto handle_error; 453 goto handle_error; [all...] |
H A D | drisw_glx.c | 651 goto handle_error; 656 goto handle_error; 668 goto handle_error; 676 goto handle_error; 686 goto handle_error; 704 handle_error:
|
H A D | dri2_glx.c | 1056 goto handle_error; 1062 goto handle_error; 1074 goto handle_error; 1088 goto handle_error; 1093 goto handle_error; 1098 goto handle_error; 1113 goto handle_error; 1123 goto handle_error; 1174 handle_error:
|
/external/mesa3d/src/glx/ |
H A D | dri_glx.c | 352 goto handle_error; 361 goto handle_error; 366 goto handle_error; 384 goto handle_error; 395 goto handle_error; 411 goto handle_error; 422 goto handle_error; 431 goto handle_error; 446 goto handle_error; 453 goto handle_error; [all...] |
H A D | drisw_glx.c | 651 goto handle_error; 656 goto handle_error; 668 goto handle_error; 676 goto handle_error; 686 goto handle_error; 704 handle_error:
|
H A D | dri2_glx.c | 1056 goto handle_error; 1062 goto handle_error; 1074 goto handle_error; 1088 goto handle_error; 1093 goto handle_error; 1098 goto handle_error; 1113 goto handle_error; 1123 goto handle_error; 1174 handle_error:
|
/external/chromium_org/net/tools/testserver/ |
H A D | testserver_base.py | 70 handle_error() method. """ 72 def handle_error(self, request, client_address): member in class:BrokenPipeHandlerMixIn 84 SocketServer.BaseServer.handle_error(self, request, client_address)
|
/external/chromium_org/sync/tools/testserver/ |
H A D | sync_testserver.py | 64 self.handle_error(request, client_address) 93 xmpp_connection.handle_error()
|
/external/clang/tools/scan-view/ |
H A D | ScanView.py | 175 def handle_error(self, request, client_address): member in class:ScanViewServer 182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
|
/external/chromium_org/chrome/test/pyautolib/ |
H A D | remote_inspector_client.py | 260 self.handle_error() 262 def handle_error(self): member in class:_DevToolsSocketClient 271 asyncore.dispatcher.handle_error(self)
|
/external/chromium/net/tools/testserver/ |
H A D | testserver.py | 147 self.handle_error(request, client_address) 169 xmpp_connection.handle_error()
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
H A D | standalone.py | 414 def handle_error(self, rquest, client_address): member in class:WebSocketServer 415 """Override SocketServer.handle_error."""
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
H A D | standalone.py | 410 def handle_error(self, rquest, client_address): member in class:WebSocketServer 411 """Override SocketServer.handle_error."""
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
H A D | standalone.py | 518 def handle_error(self, request, client_address): member in class:WebSocketServer 519 """Override SocketServer.handle_error."""
|