Home
last modified time | relevance | path

Searched refs:ONE_KIB (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_cp.py67 from gslib.util import ONE_KIB
715 size_threshold = ONE_KIB
807 ('GSUtil', 'resumable_threshold', str(ONE_KIB)),
808 ('GSUtil', 'json_resumable_chunk_size', str(ONE_KIB * 256))]):
873 boto_config_for_test = ('GSUtil', 'resumable_threshold', str(ONE_KIB))
922 resumable_size = ONE_KIB
1291 boto_config_for_test = ('GSUtil', 'resumable_threshold', str(ONE_KIB))
1321 boto_config_for_test = ('GSUtil', 'resumable_threshold', str(ONE_KIB))
1345 str(256 * ONE_KIB)),
1351 stdin='a' * 512 * ONE_KIB, return_stderr=1)
[all …]
Dtest_Doption.py27 from gslib.util import ONE_KIB
41 [('GSUtil', 'resumable_threshold', str(ONE_KIB))]):
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py81 ONE_KIB = 1024 variable
86 DEFAULT_FILE_BUFFER_SIZE = 8 * ONE_KIB