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

<<21222324252627282930>>

  /external/zlib/src/
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)
  /external/chromium_org/third_party/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.txt (deflate format) and rfc1952.txt (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/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...]
  /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/zlib/src/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 "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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 28 import zlib namespace
30 zlib = None variable
335 @unittest.skipUnless(zlib, "requires zlib")
338 return zlib.decompress(s)
350 result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 28 import zlib namespace
30 zlib = None variable
335 @unittest.skipUnless(zlib, "requires zlib")
338 return zlib.decompress(s)
350 result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0]
  /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/chromium_org/sdch/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
  /external/chromium_org/third_party/libxml/
libxml.gyp 198 '../zlib/zlib.gyp:zlib',
  /external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/zlib/google/
zip_unittest.cc 16 #include "third_party/zlib/google/zip.h"
17 #include "third_party/zlib/google/zip_reader.h"
59 *path = path->AppendASCII("zlib");
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 76 "octane/zlib",
122 elif testcase.path.startswith("octane/zlib"):
123 result.append(os.path.join(self.testroot, "octane/zlib-data.js"))
  /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

Completed in 329 milliseconds

<<21222324252627282930>>