/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 | 59 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
|
/external/chromium_org/third_party/android_protobuf/ |
android_protobuf.gyp | 131 '../zlib/zlib.gyp:zlib',
|
/external/libpng/scripts/ |
makefile.aix | 11 # Location of the zlib library and include files 12 ZLIBINC = ../zlib 13 ZLIBLIB = ../zlib
|
makefile.gcc | 10 # Location of the zlib library and include files 11 ZLIBINC = ../zlib 12 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/zlib/src/contrib/minizip/ |
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".
|
/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/filter/ |
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/pdfium/core/include/thirdparties/zlib/ |
zlib.h | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
108 The 'zlib' compression library provides in-memory compression and
120 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
125 with "gz". The gzip format is different from the zlib format. gzip is a
130 The zlib format was designed to be compact and fast for use in memory
132 file compression on file systems, has a larger header than zlib to maintain [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
zlib.h | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library 26 The data format used by the zlib library is described by RFCs (Request for 28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). 112 The 'zlib' compression library provides in-memory compression and 124 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped 129 with "gz". The gzip format is different from the zlib format. gzip is a 134 The zlib format was designed to be compact and fast for use in memory 136 file compression on file systems, has a larger header than zlib to maintai [all...] |
/external/qemu/ |
Makefile.target | 99 # smc91c111.c requires <zlib.h> 145 # smc91c111.c requires <zlib.h> 280 emulator-zlib 347 emulator-zlib \ 378 emulator64-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...] |
zlib.h | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library 26 The data format used by the zlib library is described by RFCs (Request for 28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). 48 The 'zlib' compression library provides in-memory compression and 60 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped 65 with "gz". The gzip format is different from the zlib format. gzip is a 70 The zlib format was designed to be compact and fast for use in memory 72 file compression on file systems, has a larger header than zlib to maintai [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...] |
zlib.h | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library 26 The data format used by the zlib library is described by RFCs (Request for 28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). 48 The 'zlib' compression library provides in-memory compression and 60 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped 65 with "gz". The gzip format is different from the zlib format. gzip is a 70 The zlib format was designed to be compact and fast for use in memory 72 file compression on file systems, has a larger header than zlib to maintai [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
unzip.h | 1 /* unzip.h -- IO for uncompress .zip files using zlib 17 Condition of use and distribution are the same than zlib : 51 #include "third_party/zlib/zlib.h" 170 on a Windows XP computer "c:\\zlib\\zlib113.zip" or on an Unix computer 171 "zlib/zlib113.zip". 390 (UNZ_ERRNO for IO error, or zLib error for uncompress error)
|