Searched refs:max_read_chunk (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dgzip.py43 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/gdb/linux-x86/lib/python2.7/
H A Dgzip.py43 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/darwin-x86/2.7.5/lib/python2.7/
H A Dgzip.py43 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/
H A Dgzip.py43 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 48 milliseconds