HomeSort by relevance Sort by last modified time
    Searched full:devshell (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
devshell_auth_plugin.py 22 import oauth2client.devshell as devshell namespace
34 self.creds = devshell.DevshellCredentials()
cred_types.py 25 DEVSHELL = "Google Developer Shell"
gcs_json_api.py 40 from oauth2client import devshell namespace
278 failed_cred_type = CredTypes.DEVSHELL
334 return devshell.DevshellCredentials()
335 except devshell.NoDevshellServer:
356 if isinstance(credentials, devshell.DevshellCredentials):
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_devshell.py 16 """Tests for oauth2client.devshell."""
24 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/
oauth2client.rst 39 oauth2client.devshell module
42 .. automodule:: oauth2client.devshell

Completed in 708 milliseconds