/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/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` 201 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;; 203 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} 323 # 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/contrib/minizip/ |
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".
|
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 "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)
|
/external/qemu/distrib/zlib-1.2.3/ |
configure | 2 # configure script for zlib. This script is needed only if 23 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 24 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h` 25 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h` 275 echo " WARNING: apparently vsnprintf() does not return a value. zlib" 282 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" 313 echo " WARNING: apparently vsprintf() does not return a value. zlib" 362 echo " WARNING: apparently snprintf() does not return a value. zlib" 369 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" 394 echo " WARNING: apparently sprintf() does not return a value. zlib" [all...] |
/frameworks/native/libs/utils/ |
ZipFileRO.cpp | 28 #include <zlib.h> 787 * Initialize the zlib stream struct. 800 * Use the undocumented "negative window bits" feature to tell zlib 801 * that there's no zlib header waiting for it. 806 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 854 * Initialize the zlib stream struct. 867 * Use the undocumented "negative window bits" feature to tell zlib 868 * that there's no zlib header waiting for it. 873 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 890 ALOGW("zlib inflate: zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
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.txt (deflate format) and rfc1952.txt (gzip format). 47 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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
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.txt (deflate format) and rfc1952.txt (gzip format). 47 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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
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.txt (deflate format) and rfc1952.txt (gzip format). 47 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...] |
/docs/source.android.com/src/source/ |
submit-patches.jd | 213 <h2 id="zlib">zlib</h2> 214 <p>All changes to the zlib project at <code>external/zlib</code> should be made upstream at 215 <a href="http://zlib.net">zlib.net</a>.</p>
|
/external/libpng/scripts/ |
makefile.hpgcc | 38 # Where the zlib library and include files are located 39 ZLIBLIB=/opt/zlib/lib 40 ZLIBINC=/opt/zlib/include 42 # Note that if you plan to build a libpng shared library, zlib must also 43 # be a shared library, which zlib's configure does not do. After running 44 # zlib's configure, edit the appropriate lines of makefile to read:
|
makefile.so9 | 39 # Where the zlib library and include files are located 40 # Changing these to ../zlib poses a security risk. If you want 41 # to have zlib in an adjacent directory, specify the full path instead of "..". 42 #ZLIBLIB=../zlib 43 #ZLIBINC=../zlib 46 #Use the preinstalled zlib that comes with Solaris 9:
|
/external/zlib/src/contrib/iostream3/ |
zfstream.h | 2 * A C++ I/O streams interface to the zlib gz* functions 15 #include "zlib.h" 23 * seeking (allowed by zlib but slow/limited), putback and read/write access 39 * @param comp_level Compression level (see zlib.h for allowed values) 40 * @param comp_strategy Compression strategy (see zlib.h for allowed values) 88 * @brief Convert ios open mode int to mode string used by zlib.
|
/external/chromium/build/linux/ |
system.gyp | 85 '../../third_party/zlib/zlib.gyp:zlib',
|
/external/chromium/chrome/common/ |
zip.cc | 13 #include "third_party/zlib/contrib/minizip/unzip.h" 14 #include "third_party/zlib/contrib/minizip/zip.h" 16 #include "third_party/zlib/contrib/minizip/iowin32.h"
|
/external/chromium/sdch/open-vcdiff/src/ |
adler32.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 9 #include "zlib.h" 83 copyright notice in zlib.h, which permits alteration and redistribution
|
/external/libpng/contrib/pngminus/ |
README | 33 compiled three libraries: libpng, zlib and netpbm. Especially the latter 101 cases I used libpng-1.0.4 and zlib-1.1.3. Later versions should be OK, 107 that you have built the libraries in ../libpng and ../zlib. Using Linux,
|
/external/libxml2/ |
DOCBparser.c | 225 * Automatic support for ZLIB/Compress compressed document is provided 252 * parse an SGML file and build a tree. Automatic support for ZLIB/Compress 283 * ZLIB/Compress compressed document is provided by default if found
|
/external/open-vcdiff/src/zlib/ |
adler32.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 9 #include "zlib.h" 83 copyright notice in zlib.h, which permits alteration and redistribution
|