Searched refs:gzip (Results 1 - 25 of 53) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_gzip.py2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip
[all...]
H A Dtest_tarfile.py17 import gzip namespace
18 gzip.GzipFile
20 gzip = None variable
187 _open = gzip.GzipFile
241 _open = gzip.GzipFile
419 if gzip:
968 fobj = gzip.GzipFile(tmpname)
1364 if gzip is None:
1631 if gzip:
1632 # Create testtar.tar.gz and add gzip
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_gzip.py2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip
[all...]
H A Dtest_tarfile.py17 import gzip namespace
18 gzip.GzipFile
20 gzip = None variable
187 _open = gzip.GzipFile
241 _open = gzip.GzipFile
419 if gzip:
968 fobj = gzip.GzipFile(tmpname)
1364 if gzip is None:
1631 if gzip:
1632 # Create testtar.tar.gz and add gzip
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_gzip.py2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip
[all...]
H A Dtest_tarfile.py17 import gzip namespace
18 gzip.GzipFile
20 gzip = None variable
187 _open = gzip.GzipFile
241 _open = gzip.GzipFile
419 if gzip:
968 fobj = gzip.GzipFile(tmpname)
1364 if gzip is None:
1631 if gzip:
1632 # Create testtar.tar.gz and add gzip
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_gzip.py2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip
[all...]
H A Dtest_tarfile.py17 import gzip namespace
18 gzip.GzipFile
20 gzip = None variable
187 _open = gzip.GzipFile
241 _open = gzip.GzipFile
419 if gzip:
968 fobj = gzip.GzipFile(tmpname)
1364 if gzip is None:
1631 if gzip:
1632 # Create testtar.tar.gz and add gzip
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dxmlrpclib.py146 import gzip namespace
148 gzip = None #python can be built without zlib/gzip support variable
1140 # Encode a string using the gzip content encoding such as specified by the
1141 # Content-Encoding: gzip
1148 """data -> gzip encoded data
1150 Encode data using the gzip content encoding as described in RFC 1952
1152 if not gzip:
1155 gzf = gzip.GzipFile(mode="wb", fileobj=f, compresslevel=1)
1163 # Decode a string using the gzip conten
[all...]
H A Dfileinput.py381 import gzip namespace
382 return gzip.open(filename, mode)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dxmlrpclib.py146 import gzip namespace
148 gzip = None #python can be built without zlib/gzip support variable
1140 # Encode a string using the gzip content encoding such as specified by the
1141 # Content-Encoding: gzip
1148 """data -> gzip encoded data
1150 Encode data using the gzip content encoding as described in RFC 1952
1152 if not gzip:
1155 gzf = gzip.GzipFile(mode="wb", fileobj=f, compresslevel=1)
1163 # Decode a string using the gzip conten
[all...]
H A Dfileinput.py381 import gzip namespace
382 return gzip.open(filename, mode)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dxmlrpclib.py146 import gzip namespace
148 gzip = None #python can be built without zlib/gzip support variable
1140 # Encode a string using the gzip content encoding such as specified by the
1141 # Content-Encoding: gzip
1148 """data -> gzip encoded data
1150 Encode data using the gzip content encoding as described in RFC 1952
1152 if not gzip:
1155 gzf = gzip.GzipFile(mode="wb", fileobj=f, compresslevel=1)
1163 # Decode a string using the gzip conten
[all...]
H A Dfileinput.py381 import gzip namespace
382 return gzip.open(filename, mode)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dxmlrpclib.py146 import gzip namespace
148 gzip = None #python can be built without zlib/gzip support variable
1140 # Encode a string using the gzip content encoding such as specified by the
1141 # Content-Encoding: gzip
1148 """data -> gzip encoded data
1150 Encode data using the gzip content encoding as described in RFC 1952
1152 if not gzip:
1155 gzf = gzip.GzipFile(mode="wb", fileobj=f, compresslevel=1)
1163 # Decode a string using the gzip conten
[all...]
H A Dfileinput.py381 import gzip namespace
382 return gzip.open(filename, mode)
/prebuilts/go/darwin-x86/src/
H A Dbootstrap.bash107 tar cf - . | gzip -9 > ../$OUTGZ
/prebuilts/go/linux-x86/src/
H A Dbootstrap.bash107 tar cf - . | gzip -9 > ../$OUTGZ
/prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
H A Dzlib.md25 jloup@gzip.org madler@alumni.caltech.edu
/prebuilts/jdk/jdk9/linux-x86/legal/java.base/
H A Dzlib.md25 jloup@gzip.org madler@alumni.caltech.edu
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
H A Djetty-http-8.1.14.v20131031.jar ... eclipse/jetty/ org/eclipse/jetty/http/ org/eclipse/jetty/http/gzip/ org/eclipse/jetty/http/ssl/ org/eclipse/jetty/http/HttpGenerator ...
/prebuilts/devtools/tools/lib/
H A Dcommons-compress-1.0.jar ... apache/commons/compress/compressors/bzip2/ org/apache/commons/compress/compressors/gzip/ org/apache/commons/compress/utils/ META-INF/LICENSE. ...
/prebuilts/tools/common/commons-compress/
H A Dcommons-compress-1.0.jar ... apache/commons/compress/compressors/bzip2/ org/apache/commons/compress/compressors/gzip/ org/apache/commons/compress/utils/ META-INF/LICENSE. ...
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
H A Dcommons-compress-1.0.jar ... apache/commons/compress/compressors/bzip2/ org/apache/commons/compress/compressors/gzip/ org/apache/commons/compress/utils/ META-INF/LICENSE. ...
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
H A Dplexus-archiver-1.0.jar ... ear/ org/codehaus/plexus/archiver/filters/ org/codehaus/plexus/archiver/gzip/ org/codehaus/plexus/archiver/jar/ org/codehaus/plexus/archiver/manager ...

Completed in 428 milliseconds

123