Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_devshell.py27 from oauth2client.devshell import DevshellCredentials
84 self.assertRaises(NoDevshellServer, DevshellCredentials)
95 creds = DevshellCredentials()
100 creds = DevshellCredentials()
107 creds = DevshellCredentials()
114 creds = DevshellCredentials()
122 creds = DevshellCredentials()
132 creds = DevshellCredentials()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Ddevshell.py92 class DevshellCredentials(client.GoogleCredentials): class
105 super(DevshellCredentials, self).__init__(
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Ddevshell_auth_plugin.py34 self.creds = devshell.DevshellCredentials()
Dgcs_json_api.py334 return devshell.DevshellCredentials()
356 if isinstance(credentials, devshell.DevshellCredentials):