/external/sonivox/jet_tools/JetCreator/ |
img_Print.py | 5 import cStringIO, zlib
9 return zlib.decompress(
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
zipimport.c | 812 /* Return the zlib.decompress function object, or NULL if zlib couldn't
814 don't import zlib again. */
819 PyObject *zlib;
local 823 /* Someone has a zlib.py[co] in their Zip file;
827 zlib = PyImport_ImportModuleNoBlock("zlib");
829 if (zlib != NULL) {
830 decompress = PyObject_GetAttrString(zlib,
832 Py_DECREF(zlib);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
zipimport.c | 799 /* Return the zlib.decompress function object, or NULL if zlib couldn't
801 don't import zlib again. */
806 PyObject *zlib;
local 810 /* Someone has a zlib.py[co] in their Zip file;
814 zlib = PyImport_ImportModuleNoBlock("zlib");
816 if (zlib != NULL) {
817 decompress = PyObject_GetAttrString(zlib,
819 Py_DECREF(zlib);
[all...] |
/external/fio/ |
configure | 302 if test -e "../zlib/contrib/vstudio/vc14/x86/ZlibStatReleaseWithoutAsm/zlibstat.lib"; then 303 echo "Building with zlib support" 305 echo "LIBS=../zlib/contrib/vstudio/vc14/x86/ZlibStatReleaseWithoutAsm/zlibstat.lib" >> $config_host_mak 309 if test -e "../zlib/contrib/vstudio/vc14/x64/ZlibStatReleaseWithoutAsm/zlibstat.lib"; then 310 echo "Building with zlib support" 312 echo "LIBS=../zlib/contrib/vstudio/vc14/x64/ZlibStatReleaseWithoutAsm/zlibstat.lib" >> $config_host_mak 339 echo "BUILD_CFLAGS=$CFLAGS -I../zlib -include config-host.h -D_GNU_SOURCE" >> $config_host_mak 517 # zlib probe 518 if test "$zlib" != "yes" ; then 519 zlib="no [all...] |
/external/python/cpython2/Modules/ |
zipimport.c | 881 /* Return the zlib.decompress function object, or NULL if zlib couldn't 883 don't import zlib again. */ 888 PyObject *zlib; local 892 /* Someone has a zlib.py[co] in their Zip file; 896 zlib = PyImport_ImportModuleNoBlock("zlib"); 898 if (zlib != NULL) { 899 decompress = PyObject_GetAttrString(zlib, 901 Py_DECREF(zlib); [all...] |
/external/python/cpython2/Modules/zlib/ |
configure | 2 # configure script for zlib. 30 # extract zlib version numbers from zlib.h 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 32 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h` 33 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h` 34 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h` 187 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;; 189 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} 313 # send working options for other systems to zlib@gzip.or [all...] |
/external/zlib/src/ |
configure | 2 # configure script for zlib. 30 # extract zlib version numbers from zlib.h 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 32 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h` 33 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h` 34 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h` 187 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;; 189 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} 313 # send working options for other systems to zlib@gzip.or [all...] |
/prebuilts/go/darwin-x86/src/compress/flate/ |
flate_test.go | 85 // according to the C zlib library, you can use the Python wrapper library: 87 // >>> import zlib 88 // >>> zlib.decompress(hex_string.decode("hex"), -15) # Negative means raw DEFLATE
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer.go | 5 package zlib package 16 // "compress/zlib" does not also have to import "compress/flate". 65 return nil, fmt.Errorf("zlib: invalid compression level: %d", level) 91 // writeHeader writes the ZLIB header. 94 // ZLIB has a two-byte header (as documented in RFC 1950). 192 // ZLIB (RFC 1950) is big-endian, unlike GZIP (RFC 1952).
|
/prebuilts/go/linux-x86/src/compress/flate/ |
flate_test.go | 85 // according to the C zlib library, you can use the Python wrapper library: 87 // >>> import zlib 88 // >>> zlib.decompress(hex_string.decode("hex"), -15) # Negative means raw DEFLATE
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer.go | 5 package zlib package 16 // "compress/zlib" does not also have to import "compress/flate". 65 return nil, fmt.Errorf("zlib: invalid compression level: %d", level) 91 // writeHeader writes the ZLIB header. 94 // ZLIB has a two-byte header (as documented in RFC 1950). 192 // ZLIB (RFC 1950) is big-endian, unlike GZIP (RFC 1952).
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 7 ; http://www.zlib.net
26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
75 ; in zlib in the deflate_state structure since the asm code was first written
76 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
77 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
78 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
163 ;;; Written for zlib 1.1.2
|
inffas32.asm | 6 ; * For conditions of distribution and use, see copyright notice in zlib.h
12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
18 ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/
35 ; zlib122sup is 0 fort zlib 1.2.2.1 and lower
36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_shutil.py | 31 import zlib
33 zlib = None
variable 342 @unittest.skipUnless(zlib, "requires zlib")
403 @unittest.skipUnless(zlib, "Requires zlib")
458 @unittest.skipUnless(zlib, "Requires zlib")
480 @unittest.skipUnless(zlib, "Requires zlib")
[all...] |
test_zipimport.py | 12 # some tests can be ran even without zlib
14 import zlib
16 zlib = None
variable 109 # This could cause a stack overflow before: importing zlib.py
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
114 # to trigger zipimport to import zlib (zipimport caches the
115 # zlib.decompress function object, after which the problem being
120 # This test fails on platforms on which the zlib module is
125 if "zlib" in sys.builtin_module_names: [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_shutil.py | 32 import zlib 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
test_zipimport.py | 12 # some tests can be ran even without zlib 14 import zlib 16 zlib = None variable 109 # This could cause a stack overflow before: importing zlib.py 110 # from a compressed archive would cause zlib to be imported 111 # which would find zlib.py in the archive, which would... etc. 114 # to trigger zipimport to import zlib (zipimport caches the 115 # zlib.decompress function object, after which the problem being 120 # This test fails on platforms on which the zlib module is 125 if "zlib" in sys.builtin_module_names [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_shutil.py | 32 import zlib 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
test_zipimport.py | 12 # some tests can be ran even without zlib 14 import zlib 16 zlib = None variable 109 # This could cause a stack overflow before: importing zlib.py 110 # from a compressed archive would cause zlib to be imported 111 # which would find zlib.py in the archive, which would... etc. 114 # to trigger zipimport to import zlib (zipimport caches the 115 # zlib.decompress function object, after which the problem being 120 # This test fails on platforms on which the zlib module is 125 if "zlib" in sys.builtin_module_names [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 32 import zlib 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 32 import zlib 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
/external/python/cpython2/RISCOS/ |
Makefile | 9 ZLIB = $(LIBSROOT).zlib 83 @.^.Lib.zlib/pyd\ 350 @.^.Lib.zlib/pyd: @.^.Modules.o.zlibmodule s.linktab 351 $(LINK) -aof -o @.^.Modules.o.zliblink @.^.Modules.o.zlibmodule $(ZLIB).zlib 352 $(MAKEDLK) -d @.^.Lib.zlib/pyd -s s.linktab -o @.^.Modules.o.zliblink -e initzlib 355 $(CC) -I$(ZLIB) -o $@ @.^.Modules.c.zlibmodule
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
ccbench.py | 107 """zlib compression (C)"""
108 import zlib
113 zlib.decompress(zlib.compress(s, 5))
144 # For whatever reasons, zlib gives irregular results, so we prefer bz2 or
|
/external/python/cpython2/Lib/test/ |
test_zipimport.py | 12 # some tests can be ran even without zlib 14 import zlib 16 zlib = None variable 109 # This could cause a stack overflow before: importing zlib.py 110 # from a compressed archive would cause zlib to be imported 111 # which would find zlib.py in the archive, which would... etc. 114 # to trigger zipimport to import zlib (zipimport caches the 115 # zlib.decompress function object, after which the problem being 120 # This test fails on platforms on which the zlib module is 125 if "zlib" in sys.builtin_module_names [all...] |
/external/python/cpython2/Tools/ccbench/ |
ccbench.py | 107 """zlib compression (C)""" 108 import zlib 113 zlib.decompress(zlib.compress(s, 5)) 144 # For whatever reasons, zlib gives irregular results, so we prefer bz2 or
|