Searched refs:SIMPLE_UPLOAD (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dtransfer.py27 'SIMPLE_UPLOAD',
35 SIMPLE_UPLOAD = 'simple' variable
646 if value not in (SIMPLE_UPLOAD, RESUMABLE_UPLOAD):
677 self.strategy = SIMPLE_UPLOAD
680 strategy = SIMPLE_UPLOAD
705 if self.strategy == SIMPLE_UPLOAD:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dgcs_json_api.py825 apitools_strategy=apitools_transfer.SIMPLE_UPLOAD,
831 apitools_strategy: SIMPLE_UPLOAD or RESUMABLE_UPLOAD.
888 if apitools_strategy == apitools_transfer.SIMPLE_UPLOAD:
1036 apitools_strategy=apitools_transfer.SIMPLE_UPLOAD)

Completed in 80 milliseconds