HomeSort by relevance Sort by last modified time
    Searched refs:devshell (Results 1 - 3 of 3) 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()
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

Completed in 264 milliseconds