HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 476 - 500 of 1439) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/iostream/
zfstream.h 6 #include "zlib.h"
  /external/zlib/src/contrib/minizip/
miniunzip.1 26 .IR zlib (3)
58 .BR zlib (3),
mztools.c 4 License: Same as ZLIB (www.gzip.org)
11 #include "zlib.h"
225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
zip.h 1 /* zip.h -- IO on .zip files using zlib
14 Condition of use and distribution are the same than zlib :
50 #include "zlib.h"
120 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
121 an Unix computer "zlib/zlib113.zip".
  /frameworks/base/include/androidfw/
ZipUtils.h 49 * The zlib library has some gzip utilities, but it has no interface
  /sdk/eclipse/
README_WINDOWS.txt 26 - Select packages autoconf, gcc, g++, bison, python, zip, unzip, mingw-zlib
  /external/chromium/net/base/
gzip_header.cc 8 #include <zlib.h>
10 #include "third_party/zlib/zlib.h" // for Z_DEFAULT_COMPRESSION
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
PNGImageEncoder.cpp 85 // - the zlib compression level is 3 instead of 6, to avoid the lazy Ziv-Lempel match searching;
87 // The zlib memory level (8) and strategy (Z_FILTERED) will be set inside libpng.
89 // Avoid the zlib strategies Z_HUFFMAN_ONLY or Z_RLE.
  /external/chromium_org/third_party/WebKit/Source/web/
web_tests.gyp 94 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
  /external/chromium_org/third_party/openssl/openssl/apps/
progs.pl 73 "base64", "zlib",
100 elsif ($_ =~ /zlib/) { $t="#ifdef ZLIB\n${t}#endif\n"; }
  /external/chromium_org/tools/valgrind/tsan/
ignores.txt 131 # zlib is smarter than we are, see http://www.zlib.net/zlib_faq.html#faq36
133 # zlib-related reports, not investigated yet. See http://crbug.com/70932
  /external/libpng/scripts/
makefile.aix 11 # Location of the zlib library and include files
12 ZLIBINC = ../zlib
13 ZLIBLIB = ../zlib
makefile.sunos 24 # Where the zlib library and include files are located
27 ZLIBLIB=../zlib
28 ZLIBINC=../zlib
  /external/openssl/apps/
progs.pl 73 "base64", "zlib",
100 elsif ($_ =~ /zlib/) { $t="#ifdef ZLIB\n${t}#endif\n"; }
  /external/valgrind/main/
darwin11.supp 36 # ZLib stuff. How come this wasn't necessary in 10.6 ?
38 OSX107:zlib-C
44 OSX107:zlib-8
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/chromium_org/net/base/
gzip_filter_unittest.cc 16 #include "third_party/zlib/zlib.h"
104 // other zlib error code if fail.
113 // Initialize zlib
126 // Fill in zlib control block
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 9 -I$(top_srcdir)/src/zlib \
115 src/zlib/zlib.h \
116 src/zlib/zconf.h \
117 src/zlib/adler32.c \
  /external/open-vcdiff/
Makefile.am 9 -I$(top_srcdir)/src/zlib \
115 src/zlib/zlib.h \
116 src/zlib/zconf.h \
117 src/zlib/adler32.c \
  /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...]

Completed in 217 milliseconds

<<11121314151617181920>>