HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 201 - 225 of 546) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libpng/scripts/
makefile.mips 25 CFLAGS=-I../zlib -O -systype sysv -DSYSV -w -Dmips
27 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
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
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/qemu/distrib/zlib-1.2.3/
compress.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
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...]
  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /external/zlib/
compress.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
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...]
  /external/zlib/contrib/dotzlib/
readme.txt 4 .Net streaming wrappers for the gz streams part of zlib, and wrappers
5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.
  /dalvik/libcore/archive/src/main/native/
java_util_zip_Deflater.c 20 #include "zlib.h"
109 // ZLIB docs are a bit vague, unfortunately. The default
141 /*Unable to find official doc that this is the way to avoid zlib header use. However doc in zipsup.c claims it is so */
144 err = deflateInit2 (stream, level, Z_DEFLATED, /*Only supported ZLIB method */
  /external/libpng/contrib/gregbook/
Makefile.mingw32 15 # This makefile assumes libpng and zlib have already been built or downloaded
20 # Note that the names of the dynamic and static libpng and zlib libraries
34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds
35 ZDIR = ../zlib-win32
  /external/zlib/contrib/iostream/
zfstream.h 6 #include "zlib.h"
  /external/zlib/contrib/minizip/
ioapi.h 2 files using zlib + zip or unzip API
mztools.c 4 License: Same as ZLIB (www.gzip.org)
11 #include "zlib.h"
215 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
  /frameworks/base/include/utils/
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
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /external/zlib/contrib/asm686/
match.S 2 * Written for zlib 1.1.2
42 * in zlib in the deflate_state structure since the asm code was first written
43 * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
44 * (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
45 * if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
  /frameworks/base/libs/utils/
ZipFileRO.cpp 26 #include <zlib.h>
583 * Initialize the zlib stream struct.
596 * Use the undocumented "negative window bits" feature to tell zlib
597 * that there's no zlib header waiting for it.
602 LOGE("Installed zlib is not compatible with linked version (%s)\n",
650 * Initialize the zlib stream struct.
663 * Use the undocumented "negative window bits" feature to tell zlib
664 * that there's no zlib header waiting for it.
669 LOGE("Installed zlib is not compatible with linked version (%s)\n",
686 LOGW("zlib inflate: zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n"
    [all...]
  /external/zlib/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.

Completed in 910 milliseconds

1 2 3 4 5 6 7 891011>>