HomeSort by relevance Sort by last modified time
    Searched refs:handle_error (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/resize/
test_extent.c 70 handle_error:
87 goto handle_error;
97 goto handle_error;
102 goto handle_error;
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers_unittest.py 66 def _call(self, handle_error, options, confidence):
71 handle_error(line_number, self._category, confidence, message)
75 handle_error = self._error_handler(options)
76 self._call(handle_error, options, confidence)
171 handle_error = PatchStyleErrorHandler(diff,
190 handle_error(1, category, confidence, message)
194 handle_error(2, category, confidence, message)
  /external/clearsilver/python/examples/base/
CSPage.py 134 import handle_error namespace
135 handle_error.handleException("Display Failed!")
136 ERROR_MESSAGE = handle_error.exceptionString()
182 import handle_error namespace
183 print "<pre>" + handle_error.exceptionString() + "</pre>"
odb.py 57 import handle_error namespace
    [all...]
  /external/bluetooth/glib/gio/
gunixmount.c 340 goto handle_error;
348 goto handle_error;
353 handle_error:
gunixvolume.c 399 goto handle_error;
407 goto handle_error;
412 handle_error:
  /external/clearsilver/python/examples/trans/
trans.py 590 import handle_error namespace
591 handle_error.handleException("Translation Error")
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 196 def handle_error(self, rquest, client_address): member in class:WebSocketServer
197 """Override SocketServer.handle_error."""

Completed in 745 milliseconds