Home
last modified time | relevance | path

Searched refs:ClientRedirectServer (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dold_run.py31 from oauth2client.tools import ClientRedirectServer
98 httpd = ClientRedirectServer((FLAGS.auth_host_name, port),
Dtools.py73 class ClientRedirectServer(BaseHTTPServer.HTTPServer): class
169 httpd = ClientRedirectServer((flags.auth_host_name, port),
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_tools.py15 httpd = tools.ClientRedirectServer(('localhost', 0), tools.ClientRedirectHandler)