HomeSort by relevance Sort by last modified time
    Searched refs:oauth2client (Results 1 - 13 of 13) sorted by null

  /bionic/tools/bionicbb/
gmail.py 32 from oauth2client.client import flow_from_clientsecrets
33 from oauth2client.file import Storage
34 from oauth2client.tools import run
  /tools/acloud/internal/lib/
auth.py 45 from oauth2client import client as oauth2_client
46 from oauth2client.contrib import multistore_file
47 from oauth2client import tools as oauth2_tools
65 An oauth2client.OAuth2Credentials instance.
83 """Flags for oauth2client.tools.run_flow."""
102 An oauth2client.OAuth2Credentials instance.
129 An oauth2client.OAuth2Credentials instance.
161 An oauth2client.OAuth2Credentials instance.
base_cloud_client.py 31 from oauth2client import client
67 oauth2_credentials: An oauth2client.OAuth2Credentials instance.
79 oauth2_credentials: An oauth2client.OAuth2Credentials instance.
  /external/autotest/site_utils/
pubsub_utils.py 17 from oauth2client.client import ApplicationDefaultCredentialsError
18 from oauth2client.client import GoogleCredentials
pubsub_utils_unittest.py 15 from oauth2client.client import ApplicationDefaultCredentialsError
16 from oauth2client.client import GoogleCredentials
gmail_lib.py 36 from oauth2client import file as oauth_client_fileio
  /test/vts/utils/python/build/api/
artifact_fetcher.py 27 from oauth2client import client as oauth2_client
28 from oauth2client.service_account import ServiceAccountCredentials
  /test/vts/utils/python/web/
dashboard_rest_client.py 22 from oauth2client import service_account
  /external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
gce_cluster_resolver.py 28 from oauth2client.client import GoogleCredentials # pylint: disable=g-import-not-at-top
tpu_cluster_resolver.py 31 from oauth2client.client import GoogleCredentials # pylint: disable=g-import-not-at-top
73 from the oauth2client
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 28 from oauth2client.client import flow_from_clientsecrets
29 from oauth2client.file import Storage
30 from oauth2client.tools import argparser
31 from oauth2client.tools import run_flow
73 _credentials : oauth2client credentials object
  /test/framework/harnesses/host_controller/tfc/
tfc_client.py 24 from oauth2client.service_account import ServiceAccountCredentials
  /external/toolchain-utils/cros_utils/
buildbot_utils.py 16 from oauth2client.service_account import ServiceAccountCredentials

Completed in 311 milliseconds