Home
last modified time | relevance | path

Searched refs:from_stream (Results 1 – 5 of 5) sorted by relevance

/external/autotest/site_utils/
Dpubsub_utils_unittest.py99 GoogleCredentials.from_stream(
113 GoogleCredentials.from_stream(
137 GoogleCredentials.from_stream(
Dpubsub_utils.py56 credential = GoogleCredentials.from_stream(self.credential_file)
/external/autotest/server/cros/cfm/utils/
Dbond_http_api.py159 return GoogleCredentials.from_stream(_SERVICE_CREDS_FILE)
/external/python/oauth2client/tests/
Dtest_client.py729 credentials = self.get_a_google_credentials_object().from_stream(
737 credentials = self.get_a_google_credentials_object().from_stream(
747 self.get_a_google_credentials_object().from_stream(
763 self.get_a_google_credentials_object().from_stream(
778 self.get_a_google_credentials_object().from_stream(
786 self.get_a_google_credentials_object().from_stream(
792 creds = client.GoogleCredentials.from_stream(credentials_file)
801 creds1 = client.GoogleCredentials.from_stream(credentials_file)
814 creds1 = client.GoogleCredentials.from_stream(credentials_file)
/external/python/oauth2client/oauth2client/
Dclient.py1291 def from_stream(credential_filename): member in GoogleCredentials