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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cred_types.py 20 class CredTypes(object):
gcs_json_api.py 57 from gslib.cred_types import CredTypes
251 configured_cred_types.append(CredTypes.OAUTH2_USER_ACCOUNT)
253 configured_cred_types.append(CredTypes.OAUTH2_SERVICE_ACCOUNT)
272 failed_cred_type = CredTypes.OAUTH2_USER_ACCOUNT
274 failed_cred_type = CredTypes.OAUTH2_SERVICE_ACCOUNT
276 failed_cred_type = CredTypes.GCE
278 failed_cred_type = CredTypes.DEVSHELL
315 cred_type=CredTypes.OAUTH2_SERVICE_ACCOUNT).GetCredentials()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_creds_config.py 17 from gslib.cred_types import CredTypes
45 self.assertIn(CredTypes.OAUTH2_USER_ACCOUNT, msg)
46 self.assertIn(CredTypes.OAUTH2_SERVICE_ACCOUNT, msg)
61 self.assertIn(CredTypes.OAUTH2_USER_ACCOUNT, warning_messages[0])
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py 41 from gslib.cred_types import CredTypes
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_helper.py 42 config, cred_type=oauth2_client.CredTypes.OAUTH2_USER_ACCOUNT):
75 if cred_type == oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT:
116 elif cred_type == oauth2_client.CredTypes.OAUTH2_USER_ACCOUNT:
oauth2_plugin.py 55 cred_type=oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT)
oauth2_client.py 84 class CredTypes(object):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincred.h 185 LPDWORD CredTypes;
198 LPDWORD CredTypes;

Completed in 114 milliseconds