Searched refs:httpexceptions (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/auth/
H A Dcas.py23 from paste.httpexceptions import HTTPSeeOther, HTTPForbidden
97 from paste.httpexceptions import *
H A Dbasic.py24 from paste.httpexceptions import HTTPUnauthorized
H A Dopen_id.py64 from paste import httpexceptions namespace
171 exc = httpexceptions.HTTPTemporaryRedirect(redir_url)
276 #exc = httpexceptions.HTTPTemporaryRedirect(self.login_redirect)
H A Ddigest.py32 from paste.httpexceptions import HTTPUnauthorized
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dcascade.py8 from paste import httpexceptions namespace
64 if isinstance(error, httpexceptions.HTTPException):
68 exc = httpexceptions.get_exception(error)
H A Dflup_session.py19 from paste import httpexceptions namespace
84 except httpexceptions.HTTPException as e:
H A Durlparser.py19 from paste import httpexceptions namespace
216 exc = httpexceptions.HTTPNotFound(
231 exc = httpexceptions.HTTPMovedPermanently(
489 exc = httpexceptions.HTTPMovedPermanently(
496 exc = httpexceptions.HTTPNotFound(
505 exc = httpexceptions.HTTPNotFound(
579 exc = httpexceptions.HTTPForbidden(
587 exc = httpexceptions.HTTPNotFound(
H A Dtransaction.py16 from paste.httpexceptions import HTTPException
H A Dproxy.py37 from paste import httpexceptions namespace
71 return httpexceptions.HTTPBadRequest("Disallowed")(environ, start_response)
H A Durlmap.py17 from paste import httpexceptions namespace
120 app = httpexceptions.HTTPNotFound(
H A Dfileapp.py13 from paste.httpexceptions import *
H A Dhttpheaders.py149 from .httpexceptions import HTTPBadRequest
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
H A Dwatchthreads.py11 from paste import httpexceptions namespace
241 exc = httpexceptions.HTTPForbidden(
249 exc = httpexceptions.PreconditionFailed(
255 exc = httpexceptions.HTTPFound(
/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
H A Dtest_auth_cookie.py11 from paste.httpexceptions import *
H A Dtest_auth_digest.py7 from paste.httpexceptions import *
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
H A Dtest_httpexceptions.py10 from paste.httpexceptions import *
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_httpheaders.py151 from paste.httpexceptions import HTTPBadRequest
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dexc.py1127 from paste import httpexceptions namespace
1132 for name in dir(httpexceptions):
1137 obj.__bases__ = obj.__bases__ + (getattr(httpexceptions, name),)
1138 del name, obj, httpexceptions
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
H A Dmiddleware.py43 from paste import httpexceptions namespace
125 app = httpexceptions.make_middleware(application)
197 exc = httpexceptions.HTTPNotFound(
202 exc = httpexceptions.HTTPForbidden(

Completed in 254 milliseconds