Home
last modified time | relevance | path

Searched refs:devshell (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Ddevshell_auth_plugin.py22 import oauth2client.devshell as devshell namespace
34 self.creds = devshell.DevshellCredentials()
Dgcs_json_api.py40 from oauth2client import devshell
334 return devshell.DevshellCredentials()
335 except devshell.NoDevshellServer:
356 if isinstance(credentials, devshell.DevshellCredentials):
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_devshell.py24 from oauth2client.devshell import _SendRecv
25 from oauth2client.devshell import CREDENTIAL_INFO_REQUEST_JSON
26 from oauth2client.devshell import DEVSHELL_ENV
27 from oauth2client.devshell import DevshellCredentials
28 from oauth2client.devshell import NoDevshellServer
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/source/
Doauth2client.rst39 oauth2client.devshell module
42 .. automodule:: oauth2client.devshell