/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
D | test_resumable_downloads.py | 69 small_src_key.get_contents_to_file(dst_fp) 82 small_src_key.get_contents_to_file( 101 small_src_key.get_contents_to_file( 126 small_src_key.get_contents_to_file( 144 small_src_key.get_contents_to_file( 163 small_src_key.get_contents_to_file( 183 small_src_key.get_contents_to_file( 201 small_src_key.get_contents_to_file( 227 larger_src_key.get_contents_to_file( 237 larger_src_key.get_contents_to_file( [all …]
|
D | test_basic.py | 97 k.get_contents_to_file(fp) 153 k.get_contents_to_file(fp) 295 k2.get_contents_to_file(fp)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
D | key.py | 134 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=None, member in Key 188 self.get_contents_to_file(fp)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | mock_storage_service.py | 86 def get_contents_to_file(self, fp, headers=NOT_IMPL, member in MockKey 596 def get_contents_to_file(self, fp, headers=NOT_IMPL, cb=NOT_IMPL, member in MockBucketStorageUri 601 key.get_contents_to_file(fp) 606 return key.get_contents_to_file(fp)
|
D | test_pool.py | 117 key.get_contents_to_file(out)
|
D | test_connection.py | 59 k.get_contents_to_file(fp)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | storage_uri.py | 203 return key.get_contents_to_file(fp, headers, version_id=version_id) 205 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=10, member in StorageUri 213 key.get_contents_to_file(fp, headers, cb, num_cb, torrent, 218 key.get_contents_to_file(fp, headers, cb, num_cb, torrent,
|
D | utils.py | 519 key.get_contents_to_file(file)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | test_key.py | 231 key.get_contents_to_file = mock.Mock(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/ |
D | test_s3.py | 62 k.get_contents_to_file(fp, headers=DEVPAY_HEADERS)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | key.py | 1588 def get_contents_to_file(self, fp, headers=None, member in Key 1708 self.get_contents_to_file(fp, headers, cb, num_cb, 1780 self.get_contents_to_file(fp, headers, cb, num_cb, torrent=torrent,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | key.py | 179 def get_contents_to_file(self, fp, headers=None, member in Key
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | boto_translation.py | 528 key.get_contents_to_file(download_stream, cb=progress_callback, 532 key.get_contents_to_file(download_stream, cb=progress_callback,
|