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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 27 def open(filename, mode="rb", compresslevel=9):
28 """Shorthand for GzipFile(filename, mode, compresslevel).
31 and compresslevel defaults to 9.
34 return GzipFile(filename, mode, compresslevel)
46 compresslevel=9, fileobj=None, mtime=None):
69 The compresslevel argument is an integer from 0 to 9 controlling the
123 self.compress = zlib.compressobj(compresslevel,
tarfile.py     [all...]
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 27 def open(filename, mode="rb", compresslevel=9):
28 """Shorthand for GzipFile(filename, mode, compresslevel).
31 and compresslevel defaults to 9.
34 return GzipFile(filename, mode, compresslevel)
46 compresslevel=9, fileobj=None, mtime=None):
69 The compresslevel argument is an integer from 0 to 9 controlling the
123 self.compress = zlib.compressobj(compresslevel,
tarfile.py     [all...]
xmlrpclib.py     [all...]
  /external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics.py 113 with gzip.GzipFile(fileobj=bio, mode="wb", compresslevel=9) as f:
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 192 gzf = gzip.GzipFile(fileobj=sio, compresslevel=9, mode='wb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 461 with bz2.BZ2File(tmpname, "wb", compresslevel=1) as fobj:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 461 with bz2.BZ2File(tmpname, "wb", compresslevel=1) as fobj:
    [all...]

Completed in 308 milliseconds