HomeSort by relevance Sort by last modified time
    Searched refs:max_read_chunk (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 43 max_read_chunk = 10 * 1024 * 1024 # 10Mb variable in class:GzipFile
255 readsize = min(self.max_read_chunk, readsize * 2)
262 readsize = min(self.max_read_chunk, readsize * 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 43 max_read_chunk = 10 * 1024 * 1024 # 10Mb variable in class:GzipFile
255 readsize = min(self.max_read_chunk, readsize * 2)
262 readsize = min(self.max_read_chunk, readsize * 2)

Completed in 139 milliseconds