HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/zlib/src/contrib/delphi/
zlibd32.mak 1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib.h zconf.h gzguts.
    [all...]
  /external/zlib/src/contrib/pascal/
zlibd32.mak 1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib.h zconf.h gzguts.
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.h 33 #include <zlib.h>
  /external/libpng/contrib/pngminim/decoder/
gather.sh 6 # change the following 2 lines if zlib is somewhere else
7 cp ../../../../zlib/*.h .
8 cp ../../../../zlib/*.c .
  /external/libpng/contrib/pngminim/encoder/
gather.sh 6 # Change the next 2 lines if zlib is somewhere else.
7 cp ../../../../zlib/*.h .
8 cp ../../../../zlib/*.c .
  /external/qemu/distrib/
Makefile 1 ZLIB_VERSION := zlib-1.2.3
  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_favicon.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /frameworks/base/cmds/screenshot/
Android.mk 10 LOCAL_C_INCLUDES += external/zlib
  /system/core/libzipfile/
Android.mk 15 LOCAL_C_INCLUDES += external/zlib
31 LOCAL_C_INCLUDES += external/zlib
46 LOCAL_C_INCLUDES += external/zlib
  /system/extras/atrace/
Android.mk 8 LOCAL_C_INCLUDES += external/zlib
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 40 import zlib namespace
202 compress = zlib.compressobj(
203 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS)
208 expected += compress.flush(zlib.Z_SYNC_FLUSH)
212 compress = zlib.compressobj(
213 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS
    [all...]
  /external/libpng/contrib/pngminim/preader/
gather.sh 7 # change the following 2 lines if zlib is somewhere else
8 cp ../../../../zlib/*.h .
9 cp ../../../../zlib/*.c .
  /external/protobuf/
configure.ac 33 AC_ARG_WITH([zlib],
34 [AS_HELP_STRING([--with-zlib],
85 # Check for zlib.
88 AC_MSG_CHECKING([zlib version])
90 # First check the zlib header version.
93 #include <zlib.h>
95 # error zlib version too old
102 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.])
106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib library was found]
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
Makefile 1 # Makefile used to compile zlib statically
14 clean-zlib:
  /external/zlib/
update_zlib.sh 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
13 grep 'http://zlib.net/zlib-[0-9].*.tar.gz' | \
14 sed 's/.*zlib-\(.*\)\.tar\.gz.*/\1/')
15 tgz_file="zlib-$new_version.tar.gz"
17 echo "Upgrading zlib to version $new_version..."
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
30 mv zlib-$new_version src
  /bootable/recovery/minzip/
Android.mk 12 external/zlib \
  /external/zlib/src/contrib/untgz/
Makefile 7 untgz.o: untgz.c ../../zlib.h
  /external/libpng/projects/visualc71/
README_zlib.txt 2 It is expected to be part of the next zlib release under
5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
9 For conditions of distribution and use, see copyright notice in zlib.h.
15 Open "zlib.sln".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
34 This project builds the zlib binaries as follows:
40 * Win32_LIB_Release\zlib.lib static build
42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
  /bootable/recovery/minui/
Android.mk 8 external/zlib
  /build/tools/zipalign/
Android.mk 15 LOCAL_C_INCLUDES += external/zlib
  /external/tcpdump/
print-ipcomp.c 43 #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/include/androidfw/
StreamingZipInflater.h 22 #include <zlib.h>
  /development/tools/etc1tool/
Android.mk 13 LOCAL_C_INCLUDES += external/zlib

Completed in 386 milliseconds

1 2 3 4 5 6