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

1 2 3 4 5 6

  /external/zlib/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/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(
img_Copy.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Find.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
  /bootable/recovery/minzip/
Android.mk 12 external/zlib \
  /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:
  /bootable/recovery/minui/
Android.mk 8 external/zlib
  /external/zlib/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
  /build/tools/zipalign/
Android.mk 15 LOCAL_C_INCLUDES += external/zlib
  /external/libpng/
Android.mk 48 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/zlib
66 external/zlib
  /external/tcpdump/
print-ipcomp.c 43 #include <zlib.h>
  /external/zlib/
make_vms.com 8 $! Make procedure history for Zlib
36 $ name = "Zlib"
39 $ v_file = "zlib.h"
140 $ write sys$output "Compiling Zlib sources ..."
145 adler32.c zlib.h zconf.h
147 compress.c zlib.h zconf.h
149 crc32.c zlib.h zconf.h
151 deflate.c deflate.h zutil.h zlib.h zconf.h
153 gzclose.c zutil.h zlib.h zconf.h
155 gzlib.c zutil.h zlib.h zconf.
    [all...]
  /frameworks/base/include/utils/
StreamingZipInflater.h 22 #include <zlib.h>
  /development/tools/etc1tool/
Android.mk 13 LOCAL_C_INCLUDES += external/zlib

Completed in 493 milliseconds

1 2 3 4 5 6