HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 201 - 225 of 435) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
12 crc32 = zlib.crc32
14 zlib = None variable
526 self._decompressor = zlib.decompressobj(-15)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
730 if not zlib:
732 "Compression requires the (missing) zlib module"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
12 crc32 = zlib.crc32
14 zlib = None variable
526 self._decompressor = zlib.decompressobj(-15)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
730 if not zlib:
732 "Compression requires the (missing) zlib module"
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
419 d_stream.avail_in := 2; (* just read the zlib header *)
533 EXIT_ERR('Incompatible zlib version');
535 WriteLn('zlib version: ', zlibVersion);
536 WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags]));
  /external/libpng/contrib/gregbook/
readpng.c 58 #include <zlib.h>
81 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
  /external/libxml2/os400/
wrappers.c 114 #include <zlib.h>
  /external/squashfs-tools/kernel/fs/squashfs/
dir.c 33 #include <linux/zlib.h>
namei.c 60 #include <linux/zlib.h>
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
34 ; http://www.zlib.net
41 ; to compile this file for zLib, I use option:
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
116 ; (if you compile with zlib 1.0.4 or older, remove the +4).
133 ; in zlib in the deflate_state structure since the asm code was first written
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
    [all...]
  /system/bt/btif/src/
btif_debug_btsnoop.cc 23 #include <zlib.h>
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
file.c 57 #include <zlib.h>
  /system/libvintf/
RuntimeInfo-target.cpp 38 #include <zlib.h>
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 21 #include <zlib.h>
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
34 ; http://www.zlib.net
41 ; to compile this file for zLib, I use option:
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
116 ; (if you compile with zlib 1.0.4 or older, remove the +4).
133 ; in zlib in the deflate_state structure since the asm code was first written
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_Print.py 5 import cStringIO, zlib
9 return zlib.decompress(
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
dw2-compressed-1.d 2 #as: --compress-debug-sections=zlib-gabi
dw2-compressed-3a.d 2 #as: --compress-debug-sections=zlib-gabi --elf-stt-common=no
dw2-compressed-3b.d 2 #as: --compress-debug-sections=zlib-gabi --elf-stt-common=yes
  /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 883 /* Return the zlib.decompress function object, or NULL if zlib couldn't
885 don't import zlib again. */
890 PyObject *zlib; local
894 /* Someone has a zlib.py[co] in their Zip file;
898 zlib = PyImport_ImportModuleNoBlock("zlib");
900 if (zlib != NULL) {
901 decompress = PyObject_GetAttrString(zlib,
903 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/python/cpython3/Modules/zlib/
configure 2 # configure script for zlib.
42 # extract zlib version numbers from zlib.h
43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
45 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
46 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
211 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;;
213 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"}
340 # send working options for other systems to zlib@gzip.or
    [all...]
  /external/zlib/src/
configure 2 # configure script for zlib.
42 # extract zlib version numbers from zlib.h
43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
45 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
46 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
211 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;;
213 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"}
340 # 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

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>