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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cat_helper.py 72 self.command_obj.gsutil_api.GetObjectMedia(
daisy_chain_wrapper.py 88 GetObjectMedia request. This is the upper bound of bytes that may be
119 # thread calls only GetObjectMedia, which creates a new HTTP connection
154 self.gsutil_api.GetObjectMedia(
166 self.gsutil_api.GetObjectMedia(
cloud_api_delegator.py 214 def GetObjectMedia(
220 return self._GetApi(provider).GetObjectMedia(
cloud_api.py 257 def GetObjectMedia(self, bucket_name, object_name, download_stream,
297 raise NotImplementedError('GetObjectMedia must be overloaded')
copy_helper.py     [all...]
boto_translation.py 423 def GetObjectMedia(
    [all...]
gcs_json_api.py 631 def GetObjectMedia(
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_daisy_chain_wrapper.py 52 """Mock CloudApi that implements GetObjectMedia for testing."""
66 def GetObjectMedia(self, unused_bucket_name, unused_object_name,
96 """Tests a single call to GetObjectMedia."""
112 # Since the chunk size is >= the file size, only a single GetObjectMedia
120 """Tests multiple calls to GetObjectMedia."""
137 # Since the chunk size is < the file size, multiple calls to GetObjectMedia
145 """Tests 0-byte writes to the download stream from GetObjectMedia."""
167 """Tests unaligned writes to the download stream from GetObjectMedia."""
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 728 self.gsutil_api.GetObjectMedia(
    [all...]

Completed in 585 milliseconds