Home
last modified time | relevance | path

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/
Dtest_gce.py30 from oauth2client.client import save_to_well_known_file
105 self.assertRaises(NotImplementedError, save_to_well_known_file,
Dtest_devshell.py23 from oauth2client.client import save_to_well_known_file
133 self.assertRaises(NotImplementedError, save_to_well_known_file, creds)
Dtest_oauth2client.py76 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)
Dtest_appengine.py66 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/
Dclient.py1253 def save_to_well_known_file(credentials, well_known_file=None): function