/external/openssh/ |
Android.mk | 118 external/zlib \ 155 external/zlib \ 177 external/zlib \ 199 external/zlib \ 263 external/zlib \ 285 external/zlib \
|
/external/python/cpython2/Lib/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
test_sdist.py | 11 # zlib is not used here, but if it's not available 14 import zlib 16 zlib = None variable 92 @unittest.skipUnless(zlib, "requires zlib") 135 @unittest.skipUnless(zlib, "requires zlib") 164 @unittest.skipUnless(zlib, "requires zlib") 186 @unittest.skipUnless(zlib, "requires zlib" [all...] |
/external/python/cpython2/Lib/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module 9 import zlib 123 self.compress = zlib.compressobj(compresslevel, 124 zlib.DEFLATED, 125 -zlib.MAX_WBITS, 126 zlib.DEF_MEM_LEVEL, 159 self.crc = zlib.crc32("") & 0xffffffffL 191 self.crc = zlib.crc32("") & 0xffffffffL 243 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL 304 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module 9 import zlib 123 self.compress = zlib.compressobj(compresslevel, 124 zlib.DEFLATED, 125 -zlib.MAX_WBITS, 126 zlib.DEF_MEM_LEVEL, 159 self.crc = zlib.crc32("") & 0xffffffffL 184 self.crc = zlib.crc32("") & 0xffffffffL 235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL 297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib 18 zlib = None variable 85 if zlib:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module 9 import zlib 123 self.compress = zlib.compressobj(compresslevel, 124 zlib.DEFLATED, 125 -zlib.MAX_WBITS, 126 zlib.DEF_MEM_LEVEL, 159 self.crc = zlib.crc32("") & 0xffffffffL 184 self.crc = zlib.crc32("") & 0xffffffffL 235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL 297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib 18 zlib = None variable 85 if zlib:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
test_sdist.py | 11 # zlib is not used here, but if it's not available 14 import zlib 16 zlib = None variable 92 @unittest.skipUnless(zlib, "requires zlib") 135 @unittest.skipUnless(zlib, "requires zlib") 170 @unittest.skipUnless(zlib, "requires zlib") 192 @unittest.skipUnless(zlib, "requires zlib" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module 9 import zlib 123 self.compress = zlib.compressobj(compresslevel, 124 zlib.DEFLATED, 125 -zlib.MAX_WBITS, 126 zlib.DEF_MEM_LEVEL, 159 self.crc = zlib.crc32("") & 0xffffffffL 184 self.crc = zlib.crc32("") & 0xffffffffL 235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL 297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib 18 zlib = None variable 85 if zlib:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
test_sdist.py | 11 # zlib is not used here, but if it's not available 14 import zlib 16 zlib = None variable 92 @unittest.skipUnless(zlib, "requires zlib") 135 @unittest.skipUnless(zlib, "requires zlib") 170 @unittest.skipUnless(zlib, "requires zlib") 192 @unittest.skipUnless(zlib, "requires zlib" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module 9 import zlib 123 self.compress = zlib.compressobj(compresslevel, 124 zlib.DEFLATED, 125 -zlib.MAX_WBITS, 126 zlib.DEF_MEM_LEVEL, 159 self.crc = zlib.crc32("") & 0xffffffffL 184 self.crc = zlib.crc32("") & 0xffffffffL 235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL 297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib 18 zlib = None variable 85 if zlib:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
PythonCore.inf | 236 #Modules/zlib
237 Python-$(PYTHON_VERSION)/Modules/zlib/adler32.c #
238 Python-$(PYTHON_VERSION)/Modules/zlib/compress.c #
239 Python-$(PYTHON_VERSION)/Modules/zlib/crc32.c #
240 Python-$(PYTHON_VERSION)/Modules/zlib/deflate.c #
241 Python-$(PYTHON_VERSION)/Modules/zlib/gzio.c #
242 Python-$(PYTHON_VERSION)/Modules/zlib/infback.c #
243 Python-$(PYTHON_VERSION)/Modules/zlib/inffast.c #
244 Python-$(PYTHON_VERSION)/Modules/zlib/inflate.c #
245 Python-$(PYTHON_VERSION)/Modules/zlib/inftrees.c # [all...] |
/external/libvncserver/ |
Android.mk | 35 libvncserver/zlib.c \
|
/libcore/ojluni/src/main/native/ |
openjdksub.mk | 72 external/zlib \
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
reader_test.go | 5 package zlib package 21 // Compare-to-golden test data was generated by the ZLIB example program at 22 // http://www.zlib.net/zpipe.c 125 "truncated zlib stream amid raw-block", 134 "truncated zlib stream amid fixed-block",
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
reader_test.go | 5 package zlib package 21 // Compare-to-golden test data was generated by the ZLIB example program at 22 // http://www.zlib.net/zpipe.c 125 "truncated zlib stream amid raw-block", 134 "truncated zlib stream amid fixed-block",
|
/art/runtime/ |
zip_archive_test.cc | 22 #include <zlib.h>
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 48 #include <zlib.h> 54 // A ZeroCopyInputStream that reads compressed data through zlib 59 // zlib will autodetect gzip header or deflate stream 65 // Simpler zlib stream format. 66 ZLIB = 2, 117 // Simpler zlib stream format. 118 ZLIB = 2, 129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h). 134 // zlib.h for definitions of these constants. 164 // Please ensure that block size is > 6. Here is an excerpt from the zlib [all...] |
/external/squashfs-tools/kernel/fs/squashfs/ |
fragment.c | 39 #include <linux/zlib.h>
|
id.c | 37 #include <linux/zlib.h>
|