Searched refs:GetJsonResumableChunkSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dresumable_streaming_upload.py20 from gslib.util import GetJsonResumableChunkSize namespace
45 if not test_small_buffer and max_buffer_size < GetJsonResumableChunkSize():
51 GetJsonResumableChunkSize()))
H A Dgcs_json_api.py86 from gslib.util import GetJsonResumableChunkSize namespace
924 apitools_upload.chunksize = GetJsonResumableChunkSize()
930 chunksize=GetJsonResumableChunkSize(), auto_transfer=False,
H A Dutil.py516 def GetJsonResumableChunkSize(): function
H A Dcopy_helper.py106 from gslib.util import GetJsonResumableChunkSize namespace
1588 orig_stream, GetJsonResumableChunkSize())
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_resumable_streaming.py28 from gslib.util import GetJsonResumableChunkSize namespace
208 ResumableStreamingJsonUploadWrapper(None, GetJsonResumableChunkSize())
210 ResumableStreamingJsonUploadWrapper(None, GetJsonResumableChunkSize() - 1)

Completed in 2398 milliseconds