Home
last modified time | relevance | path

Searched defs:start_response (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_errordocument.py5 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
Dtest_recursive.py5 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
Dtest_registry.py14 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
Dtest_cgitb_catcher.py24 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
Dtest_config.py17 def app_with_config(environ, start_response): argument
29 def __call__(self, environ, start_response): argument
Dtest_wsgiwrappers.py13 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/
Dtest_error_middleware.py26 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
Dtest_httpexceptions.py29 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/
Dwatchthreads.py188 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
Ddebugapp.py19 def __call__(self, environ, start_response): argument
37 def __call__(self, environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py84 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/
Drecursive.py42 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
Durlparser.py141 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
Dfileapp.py97 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
Dwsgilib.py171 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
Dgzipper.py27 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/
Dutil.py90 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/
Dsimpleapp.py1 def application(environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/simple/
D__init__.py1 def not_found_hook(environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/hook/
Dapp.py3 def application(environ, start_response): argument
Dindex.py3 def application(environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/python/
Dsimpleapp.py1 def application(environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/user/
D__init__.py3 def not_found_hook(environ, start_response): argument
Dlist.py3 def application(environ, start_response): argument
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/recur/
D__init__.py1 def not_found_hook(environ, start_response): argument

1234