Home
last modified time | relevance | path

Searched refs:ConcurrentDownloader (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_concurrent.py29 from boto.glacier.concurrent import ConcurrentUploader, ConcurrentDownloader
46 class FakeThreadedConcurrentDownloader(ConcurrentDownloader):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dconcurrent.py268 class ConcurrentDownloader(ConcurrentTransferer): class
289 super(ConcurrentDownloader, self).__init__(part_size, num_threads)