Home
last modified time | relevance | path

Searched refs:bytes_http (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dtransfer_test.py81 bytes_http = object()
87 download.bytes_http = bytes_http
110 bytes_http = object()
114 download.bytes_http = bytes_http
139 bytes_http = object()
144 download.bytes_http = bytes_http
Dtransfer.py95 def bytes_http(self): member in _Transfer
98 @bytes_http.setter
99 def bytes_http(self, value): member in _Transfer
304 self.bytes_http or http, http_request)
395 self.bytes_http, request, retry_func=self.retry_func,
917 self.bytes_http, request, retry_func=self.retry_func,
Dbase_api.py671 if upload and upload.bytes_http:
672 http = upload.bytes_http
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_api.py681 apitools_download.bytes_http = self.authorized_download_http
735 apitools_download.bytes_http)
894 apitools_upload.bytes_http = self.authorized_upload_http
925 apitools_upload.bytes_http = authorized_upload_http
933 apitools_upload.bytes_http = authorized_upload_http
986 apitools_upload.bytes_http)
997 apitools_upload.bytes_http)