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

  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
__init__.py 20 from .api_utils import RetryParams
21 from .api_utils import set_default_retry_params
cloudstorage_api.py 33 from . import api_utils namespace
66 retry_params: An instance of api_utils.RetryParams for subsequent calls
83 filename = api_utils._quote_filename(filename)
104 retry_params: An api_utils.RetryParams for this call to GCS. If None,
114 filename = api_utils._quote_filename(filename)
124 retry_params: An api_utils.RetryParams for this call to GCS. If None,
138 status, headers, _ = api.head_object(api_utils._quote_filename(filename))
161 retry_params: An api_utils.RetryParams for this call to GCS. If None,
181 api_utils._quote_filename(dst), headers=metadata)
216 retry_params: An api_utils.RetryParams for this call to GCS. If None
    [all...]
rest_api.py 27 from . import api_utils namespace
127 retry_params: An instance of api_utils.RetryParams. If None, the
139 retry_params = api_utils._get_default_retry_params()
187 except api_utils._RETRIABLE_EXCEPTIONS:
190 retry = api_utils._should_retry(resp)
193 retry_resp = api_utils._retry_fetch(
storage_api.py 30 from . import api_utils namespace
48 retry_params: An instance of api_utils.RetryParams. If none,
113 @api_utils._eager_tasklet
200 self.name = api_utils._unquote_filename(path)
249 self.name = api_utils._unquote_filename(self._path)
625 self.name = api_utils._unquote_filename(path)
681 self.name = api_utils._unquote_filename(self._path)

Completed in 55 milliseconds