Searched refs:save_to_well_known_file (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_gce.py | 30 from oauth2client.client import save_to_well_known_file 105 self.assertRaises(NotImplementedError, save_to_well_known_file,
|
D | test_devshell.py | 23 from oauth2client.client import save_to_well_known_file 133 self.assertRaises(NotImplementedError, save_to_well_known_file, creds)
|
D | test_oauth2client.py | 76 from oauth2client.client import save_to_well_known_file 311 save_to_well_known_file(credentials, temp_credential_file) 328 self.assertRaises(OSError, save_to_well_known_file, credentials) 348 save_to_well_known_file(credentials, temp_credential_file)
|
D | test_appengine.py | 66 from oauth2client.client import save_to_well_known_file 244 self.assertRaises(NotImplementedError, save_to_well_known_file, credentials)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | client.py | 1253 def save_to_well_known_file(credentials, well_known_file=None): function
|