Searched refs:ONE_KIB (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_cp.py | 67 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 …]
|
D | test_Doption.py | 27 from gslib.util import ONE_KIB 41 [('GSUtil', 'resumable_threshold', str(ONE_KIB))]):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | util.py | 81 ONE_KIB = 1024 variable 86 DEFAULT_FILE_BUFFER_SIZE = 8 * ONE_KIB
|