/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_bdist_dumb.py | 7 # zlib is not used here, but if it's not available
10 import zlib
12 zlib = None
variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
test_sdist.py | 8 # zlib is not used here, but if it's not available
11 import zlib
13 zlib = None
variable 97 @unittest.skipUnless(zlib, "requires zlib")
139 @unittest.skipUnless(zlib, "requires zlib")
174 @unittest.skipUnless(zlib, "requires zlib")
240 @unittest.skipUnless(zlib, "requires zlib") [all...] |
test_archive_util.py | 30 # some tests will fail if zlib is not available
32 import zlib
34 zlib = None
variable 41 @unittest.skipUnless(zlib, "requires zlib")
102 @unittest.skipUnless(zlib, "Requires zlib")
188 @unittest.skipUnless(zlib, "Requires zlib")
213 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
/external/v8/tools/testrunner/server/ |
compression.py | 36 import zlib 42 Sends a JSON encodable object over the specified socket (zlib-compressed). 46 compressed = zlib.compress(obj, compression_level) 89 result = zlib.decompress(result)
|
/external/libcups/cups/ |
file-private.h | 35 # include <zlib.h>
|
/external/libvncserver/libvncserver/ |
zrleoutstream.h | 24 #include <zlib.h>
|
/external/libxml2/os400/ |
wrappers.h | 48 #include <zlib.h>
|
/external/python/cpython2/Lib/distutils/tests/ |
test_bdist_rpm.py | 12 import zlib 14 zlib = None variable 52 @unittest.skipUnless(zlib, "requires zlib") 95 @unittest.skipUnless(zlib, "requires zlib")
|
test_archive_util.py | 32 # some tests will fail if zlib is not available 34 import zlib 36 zlib = None variable 55 @unittest.skipUnless(zlib, "requires zlib") 119 @unittest.skipUnless(zlib, "Requires zlib") 205 @unittest.skipUnless(zlib, "Requires zlib") 230 @unittest.skipUnless(zlib, "Requires zlib" [all...] |
/external/python/cpython2/Modules/zlib/ |
make_vms.com | 8 $! Make procedure history for Zlib 43 $ name = "Zlib" 46 $ v_file = "zlib.h" 174 $ write sys$output "Compiling Zlib sources ..." 180 adler32.c zlib.h zconf.h 182 compress.c zlib.h zconf.h 184 crc32.c zlib.h zconf.h 186 deflate.c deflate.h zutil.h zlib.h zconf.h 188 gzclose.c zutil.h zlib.h zconf.h 190 gzlib.c zutil.h zlib.h zconf. [all...] |
/external/squashfs-tools/kernel-2.4/include/linux/ |
squashfs_fs_sb.h | 27 #include <linux/zlib.h>
|
/external/syslinux/com32/libupload/ |
upload_backend.h | 7 #include <zlib.h>
|
/external/zlib/src/ |
make_vms.com | 8 $! Make procedure history for Zlib 43 $ name = "Zlib" 46 $ v_file = "zlib.h" 174 $ write sys$output "Compiling Zlib sources ..." 180 adler32.c zlib.h zconf.h 182 compress.c zlib.h zconf.h 184 crc32.c zlib.h zconf.h 186 deflate.c deflate.h zutil.h zlib.h zconf.h 188 gzclose.c zutil.h zlib.h zconf.h 190 gzlib.c zutil.h zlib.h zconf. [all...] |
/frameworks/base/libs/androidfw/include/androidfw/ |
StreamingZipInflater.h | 22 #include <zlib.h>
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
reader.go | 6 Package zlib implements reading and writing of zlib format compressed data, 14 w := zlib.NewWriter(&b) 20 r, err := zlib.NewReader(&b) 24 package zlib package 38 // ErrChecksum is returned when reading ZLIB data that has an invalid checksum. 39 ErrChecksum = errors.New("zlib: invalid checksum") 40 // ErrDictionary is returned when reading ZLIB data that has an invalid dictionary. 41 ErrDictionary = errors.New("zlib: invalid dictionary") 42 // ErrHeader is returned when reading ZLIB data that has an invalid header [all...] |
/prebuilts/go/linux-x86/src/compress/zlib/ |
reader.go | 6 Package zlib implements reading and writing of zlib format compressed data, 14 w := zlib.NewWriter(&b) 20 r, err := zlib.NewReader(&b) 24 package zlib package 38 // ErrChecksum is returned when reading ZLIB data that has an invalid checksum. 39 ErrChecksum = errors.New("zlib: invalid checksum") 40 // ErrDictionary is returned when reading ZLIB data that has an invalid dictionary. 41 ErrDictionary = errors.New("zlib: invalid dictionary") 42 // ErrHeader is returned when reading ZLIB data that has an invalid header [all...] |
/external/sonivox/jet_tools/JetCreator/ |
img_Copy.py | 5 import cStringIO, zlib
9 return zlib.decompress(
|
img_Find.py | 5 import cStringIO, zlib
9 return zlib.decompress(
|
/external/syslinux/mk/ |
lib.mk | 35 # zlib and libpng configuration flags 173 zlib/adler32.o zlib/compress.o zlib/crc32.o \ 174 zlib/uncompr.o zlib/deflate.o zlib/trees.o zlib/zutil.o \ 175 zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 32 # some tests will fail if zlib is not available 34 import zlib 36 zlib = None variable 55 @unittest.skipUnless(zlib, "requires zlib") 119 @unittest.skipUnless(zlib, "Requires zlib") 205 @unittest.skipUnless(zlib, "Requires zlib") 230 @unittest.skipUnless(zlib, "Requires zlib" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 32 # some tests will fail if zlib is not available 34 import zlib 36 zlib = None variable 55 @unittest.skipUnless(zlib, "requires zlib") 119 @unittest.skipUnless(zlib, "Requires zlib") 205 @unittest.skipUnless(zlib, "Requires zlib") 230 @unittest.skipUnless(zlib, "Requires zlib" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
gzip.py | 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
114 self.compress = zlib.compressobj(compresslevel,
115 zlib.DEFLATED,
116 -zlib.MAX_WBITS,
117 zlib.DEF_MEM_LEVEL,
150 self.crc = zlib.crc32("") & 0xffffffffL
175 self.crc = zlib.crc32("") & 0xffffffffL
226 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
288 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib.
16 import zlib
18 zlib = None
variable 85 if zlib:
|
/external/libpng/contrib/pngminim/decoder/ |
makefile | 27 ZLIBSRC=$(PNGSRC)/../zlib 30 # Zlib (minimal inflate requirements - crc32 is used by libpng) 37 ZH = zlib.h crc32.h inffast.h inffixed.h \ 44 ZINC = zlib.h $(ZCONF) 46 # Headers the Zlib source uses 138 # zlib release
|
/external/libpng/contrib/pngminim/encoder/ |
makefile | 27 ZLIBSRC=$(PNGSRC)/../zlib 30 # Zlib 35 #ZH = zlib.h crc32.h deflate.h trees.h zutil.h 36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h 42 ZINC = zlib.h $(ZCONF) 44 # Headers the Zlib source uses 47 # compress is not required; it is needed to link the zlib 137 # zlib release
|