/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_errordocument.py | 5 def simple_app(environ, start_response): argument 9 def not_found_app(environ, start_response): argument 20 def error_docs_app(environ, start_response): argument 62 def auth_required_app(environ, start_response): argument 66 def auth_docs_app(environ, start_response): argument 86 def app(environ, start_response): argument
|
D | test_recursive.py | 5 def error_docs_app(environ, start_response): argument 21 def __call__(self, environ, start_response): argument 48 def __call__(self, environ, start_response): argument 56 def __call__(self, environ, start_response): argument 68 def __call__(self, environ, start_response): argument 101 def __call__(self, environ, start_response): argument
|
D | test_registry.py | 14 def simpleapp(environ, start_response): argument 20 def simpleapp_withregistry(environ, start_response): argument 29 def simpleapp_withregistry_default(environ, start_response): argument 45 def __call__(self, environ, start_response): argument 63 def __call__(self, environ, start_response): argument 81 def __call__(self, environ, start_response): argument
|
D | test_cgitb_catcher.py | 24 def start_response_app(environ, start_response): argument 28 def after_start_response_app(environ, start_response): argument 32 def iter_app(environ, start_response): argument
|
D | test_config.py | 17 def app_with_config(environ, start_response): argument 29 def __call__(self, environ, start_response): argument
|
D | test_wsgiwrappers.py | 13 def __call__(self, environ, start_response): argument 72 def handle_fileupload(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/ |
D | test_error_middleware.py | 26 def clear_throw_errors(environ, start_response): argument 47 def unicode_bad_app(environ, start_response): argument 50 def start_response_app(environ, start_response): argument 54 def after_start_response_app(environ, start_response): argument 58 def iter_app(environ, start_response): argument
|
D | test_httpexceptions.py | 29 def badapp(environ, start_response): argument 39 def badapp(environ, start_response): argument 66 def redapp(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | watchthreads.py | 188 def __call__(self, environ, start_response): argument 197 def show(self, environ, start_response): argument 239 def kill(self, environ, start_response): argument 335 def bad_app(environ, start_response): argument
|
D | debugapp.py | 19 def __call__(self, environ, start_response): argument 37 def __call__(self, environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 84 def simplecatcher_app(environ, start_response): argument 113 def application(environ, start_response): argument 182 def __call__(self, environ, start_response): argument 192 def debug(self, environ, start_response): argument 207 def media(self, environ, start_response): argument 216 def mochikit(self, environ, start_response): argument 225 def summary(self, environ, start_response): argument 238 def view(self, environ, start_response): argument 294 def respond(self, environ, start_response): argument 410 def wsgi_application(self, environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | recursive.py | 42 def __call__(self, environ, start_response): argument 69 def __call__(self, environ, start_response): argument 218 def __call__(self, environ, start_response): argument 226 def __call__(self, environ, start_response): argument 235 def __call__(self, environ_, start_response): argument 244 def __init__(self, application, environ, start_response): argument 321 def start_response(status, headers, exc_info=None): function 375 def start_response(status, headers, exc_info=None): function
|
D | urlparser.py | 141 def __call__(self, environ, start_response): argument 215 def not_found(self, environ, start_response, debug_message=None): argument 222 def add_slash(self, environ, start_response): argument 439 def __call__(self, environ, start_response): argument 480 def add_slash(self, environ, start_response): argument 495 def not_found(self, environ, start_response, debug_message=None): argument 504 def error_extra_path(self, environ, start_response): argument 547 def __call__(self, environ, start_response): argument 586 def not_found(self, environ, start_response, debug_message=None): argument
|
D | fileapp.py | 97 def __call__(self, environ, start_response): argument 109 def get(self, environ, start_response): argument 205 def get(self, environ, start_response): argument 282 def __call__(self, environ, start_response): argument 328 def __call__(self, environ, start_response): argument
|
D | wsgilib.py | 171 def catch_errors(application, environ, start_response, error_callback, argument 216 def catch_errors_app(application, environ, start_response, error_callback_app, argument 241 def __init__(self, environ, start_response, app_iterable, argument 327 def start_response(status, headers, exc_info=None): function 404 def dump_environ(environ, start_response): argument 435 def capture_output(environ, start_response, application): argument 486 start_response=None): argument
|
D | gzipper.py | 27 def __call__(self, environ, start_response): argument 42 def __init__(self, start_response, compress_level): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
D | util.py | 90 def static_page_application(environ, start_response): argument 152 def first_found_app(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/python/sub/ |
D | simpleapp.py | 1 def application(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/simple/ |
D | __init__.py | 1 def not_found_hook(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/hook/ |
D | app.py | 3 def application(environ, start_response): argument
|
D | index.py | 3 def application(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/python/ |
D | simpleapp.py | 1 def application(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/user/ |
D | __init__.py | 3 def not_found_hook(environ, start_response): argument
|
D | list.py | 3 def application(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/recur/ |
D | __init__.py | 1 def not_found_hook(environ, start_response): argument
|