Searched defs:handle_exception (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/tests/resources/
H A Dhandlers.py14 def handle_exception(request, response, exception): function
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dwebapp1_test.py31 def handle_exception(self, e, debug): member in class:OldStyleHandlerWithError
H A Dhandler_test.py66 def handle_exception(self, exception, debug_mode): member in class:BrokenButFixedHandler
496 def handle_exception(request, response, exception): function in function:TestHandler.test_handle_exception_with_error
502 app.error_handlers[500] = handle_exception
513 def handle_exception(request, response, exception): function in function:TestHandler.test_handle_exception_with_error_debug
519 app.error_handlers[500] = handle_exception
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
H A Derrormiddleware.py16 __all__ = ['ErrorMiddleware', 'handle_exception']
174 return handle_exception(
322 def handle_exception(exc_info, error_stream, html=True, function
342 from paste.exceptions.errormiddleware import handle_exception
346 handle_exception(
350 ``raise`` after ``handle_exception``, which (when given no argument)
/external/clang/tools/scan-view/share/
H A DScanView.py211 self.handle_exception(e)
217 self.handle_exception(e)
234 self.handle_exception(e)
264 def handle_exception(self, exc): member in class:ScanViewRequestHandler
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py572 return self.handle_exception(e, self.app.debug)
629 def handle_exception(self, exception, debug): member in class:RequestHandler
633 :meth:`WSGIApplication.handle_exception`.
1091 handler.handle_exception(e, request.app.debug)
1454 #: HTTP exceptions. See :meth:`handle_exception`.
1536 rv = self.handle_exception(request, response, e)
1561 def handle_exception(self, request, response, e): member in class:WSGIApplication
/external/opencv3/3rdparty/jinja2/
H A Denvironment.py455 self.handle_exception(exc_info, source_hint=source)
476 self.handle_exception(exc_info, source_hint=source)
554 self.handle_exception(exc_info, source_hint=source)
596 self.handle_exception(exc_info, source_hint=source)
722 def handle_exception(self, exc_info=None, rendered=False, source_hint=None): member in class:Environment
969 return self.environment.handle_exception(exc_info, True)
993 yield self.environment.handle_exception(exc_info, True)

Completed in 181 milliseconds