Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dtransfer.py52 RESUMABLE_UPLOAD = 'resumable' variable
658 upload.strategy = RESUMABLE_UPLOAD
670 if self.strategy != RESUMABLE_UPLOAD:
700 if value not in (SIMPLE_UPLOAD, RESUMABLE_UPLOAD):
737 strategy = RESUMABLE_UPLOAD
739 strategy = RESUMABLE_UPLOAD
741 strategy = RESUMABLE_UPLOAD
849 if self.strategy != RESUMABLE_UPLOAD:
887 if self.strategy != RESUMABLE_UPLOAD:
933 if self.strategy != RESUMABLE_UPLOAD:
[all …]
Dtransfer_test.py349 upload.strategy = transfer.RESUMABLE_UPLOAD
386 upload.strategy = transfer.RESUMABLE_UPLOAD
413 upload.strategy = transfer.RESUMABLE_UPLOAD
518 upload.strategy = transfer.RESUMABLE_UPLOAD
562 upload.strategy = transfer.RESUMABLE_UPLOAD