Searched refs:ONE_MIB (Results 1 – 2 of 2) sorted by relevance
82 ONE_MIB = 1024 * 1024 variable83 TWO_MIB = 2 * ONE_MIB84 EIGHT_MIB = 8 * ONE_MIB85 TEN_MIB = 10 * ONE_MIB
68 from gslib.util import ONE_MIB2242 contents=('12'*ONE_MIB) + 'bar',2262 progress_callback=_HaltingRewriteCallbackHandler(ONE_MIB*2).call,2263 max_bytes_per_call=ONE_MIB)2274 progress_callback=_EnsureRewriteResumeCallbackHandler(ONE_MIB*2).call,2275 max_bytes_per_call=ONE_MIB)2305 contents=('12'*ONE_MIB) + 'bar',2325 progress_callback=_HaltingRewriteCallbackHandler(ONE_MIB*2).call,2326 max_bytes_per_call=ONE_MIB)2343 max_bytes_per_call=ONE_MIB)[all …]