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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
mock_test.py 16 client = fusiontables.FusiontablesV1(get_credentials=False)
26 client = fusiontables.FusiontablesV1(get_credentials=False)
34 client = fusiontables.FusiontablesV1(get_credentials=False)
42 client = fusiontables.FusiontablesV1(get_credentials=False)
51 client = fusiontables.FusiontablesV1(get_credentials=False)
61 client = fusiontables.FusiontablesV1(get_credentials=False)
66 client = fusiontables.FusiontablesV1(get_credentials=False)
68 client = fusiontables.FusiontablesV1(get_credentials=False)
mock.py 266 real_client = client_class(get_credentials=False)
280 get_credentials=False)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/
fusiontables_v1_client.py 29 get_credentials=True, http=None, model=None,
37 get_credentials=get_credentials, http=http, model=model,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
list_pager_test.py 56 client = fusiontables.FusiontablesV1(get_credentials=False)
63 client = fusiontables.FusiontablesV1(get_credentials=False)
99 client = fusiontables.FusiontablesV1(get_credentials=False)
114 client = fusiontables.FusiontablesV1(get_credentials=False)
148 client = fusiontables.FusiontablesV1(get_credentials=False)
181 client = fusiontables.FusiontablesV1(get_credentials=False)
base_api_test.py 77 client = FakeClient('http://www.googleapis.com', get_credentials=False)
81 client = FakeClient('', get_credentials=False)
base_api.py 222 def __init__(self, url, credentials=None, get_credentials=True, http=None,
238 get_credentials = get_credentials and not _SkipGetCredentials()
239 if get_credentials and not credentials:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
provider.py 200 self.get_credentials(access_key, secret_key, security_token, profile_name)
264 def get_credentials(self, access_key=None, secret_key=None, member in class:Provider
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 593 def get_credentials(self): member in class:OAuth2Decorator
603 credentials = property(get_credentials, set_credentials)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_client.py 46 get_credentials=True, http=None, model=None,
54 get_credentials=get_credentials, http=http, model=model,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_client.py 23 get_credentials=True, http=None, model=None,
31 get_credentials=get_credentials, http=http, model=model,
    [all...]

Completed in 530 milliseconds