HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 151 - 175 of 511) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libpng/contrib/gregbook/
readpng.c 58 #include <zlib.h>
81 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
  /external/qemu/android/filesystems/
ramdisk_extractor.cpp 22 #include <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/core/libzipfile/
zipfile.c 6 #include <zlib.h>
95 // Use the undocumented "negative window bits" feature to tell zlib
96 // that there's no zlib header waiting for it.
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
file.c 57 #include <zlib.h>
  /external/chromium-trace/
systrace-legacy.py 13 import errno, optparse, os, select, subprocess, sys, time, zlib namespace
155 dec = zlib.decompressobj()
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 51 import zlib namespace
52 length = len(zlib.compress(os.urandom(1000)))
  /external/fio/
Android.mk 55 LOCAL_C_INCLUDES += external/zlib
  /external/sonivox/jet_tools/JetCreator/
img_Print.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /ndk/build/tools/
dev-platform-import.sh 361 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
dev-system-import.sh 541 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
  /system/core/libutils/
Android.mk 95 external/zlib
  /external/qemu/distrib/zlib-1.2.8/
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...]
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 32 import zlib namespace
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 namespace
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/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 32 import zlib namespace
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 namespace
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/
tarfile.py 423 import zlib namespace
425 raise CompressionError("zlib module is not available")
426 self.zlib = zlib
427 self.crc = zlib.crc32("") & 0xffffffffL
451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED,
452 -self.zlib.MAX_WBITS,
453 self.zlib.DEF_MEM_LEVEL,
467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 423 import zlib namespace
425 raise CompressionError("zlib module is not available")
426 self.zlib = zlib
427 self.crc = zlib.crc32("") & 0xffffffffL
451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED,
452 -self.zlib.MAX_WBITS,
453 self.zlib.DEF_MEM_LEVEL,
467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff
    [all...]
  /art/build/
Android.common_build.mk 147 external/zlib \
  /external/chromium_org/components/
autofill_content_renderer.target.darwin-arm.mk 175 $(LOCAL_PATH)/third_party/zlib \
335 $(LOCAL_PATH)/third_party/zlib \
autofill_content_renderer.target.darwin-arm64.mk 164 $(LOCAL_PATH)/third_party/zlib \
312 $(LOCAL_PATH)/third_party/zlib \

Completed in 812 milliseconds

1 2 3 4 5 67 8 91011>>