/external/libpng/contrib/gregbook/ |
makevms.com | 8 $! Set locations where zlib and libpng sources live. 13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]" 16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]" 21 $ write sys$output "zlib include not found. Exiting..."
|
/external/libpng/contrib/visupng/ |
VisualPng.dsp | 46 # ADD BASE CPP /nologo /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
48 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
59 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
80 # ADD BASE CPP /nologo /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c
82 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c
93 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /pdbtype:sept
|
README.txt | 20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib 22 zlib header files are in ..\..\..\zlib 50 libpng1.dll, zlib.dll and msvcrt.dll. These need to be in the user's PATH.
|
/external/libpng/projects/cbuilder5/ |
libpng.bpf | 17 USELIB("..\..\..\zlib\zlib.lib");
|
libpngstat.bpf | 16 USELIB("..\..\..\zlib\zlib.lib");
|
libpngstat.bpr | 14 <LIBFILES value="..\..\..\zlib\zlib.lib"/>
25 <INCLUDEPATH value="..\..;..\..\..\zlib;$(BCB)\include"/>
70 Item0=..\..;P:\My Documents\Source\PNG+ZLib\zlib;$(BCB)\include
|
/external/libpng/scripts/ |
smakefile.ppc | 10 CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \ 17 LDLIBS = ../zlib/libzip.a LIB:scppc.a
|
/external/open-vcdiff/src/ |
checksum.h | 16 // A wrapper for the adler32() function from zlib. This can be replaced 23 #include "zlib.h"
|
/external/skia/gyp/ |
pdfviewer_lib.gyp | 47 'zlib.gyp:zlib',
|
/external/zlib/src/contrib/ada/ |
zlib-streams.ads | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 9 -- $Id: zlib-streams.ads,v 1.12 2004/05/31 10:53:40 vagul Exp $ 11 package ZLib.Streams is 77 -- !!! When the Need_Header is False ZLib-Ada is using undocumented 78 -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers. 114 end ZLib.Streams;
|
mtest.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 8 -- Continuous test for ZLib multithreading. If the test would fail 13 with ZLib; 22 use ZLib; 73 procedure Compare_Write is new ZLib.Write (Write => Compare); 133 & ZLib.Count'Image (Total_Out (Deflate)));
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngstruct.h | 23 /* zlib.h defines the structure z_stream, an instance of which is included 27 #include "zlib.h" 67 png_bytep zbuf; /* buffer for zlib */ 80 png_uint_32 zlib_state; /* State of zlib initialization */ 83 int zlib_level; /* holds zlib compression level */ 84 int zlib_method; /* holds zlib compression method */ 85 int zlib_window_bits; /* holds zlib compression window bits */ 86 int zlib_mem_level; /* holds zlib compression memory level */ 87 int zlib_strategy; /* holds zlib compression strategy */ 92 int zlib_text_level; /* holds zlib compression level * [all...] |
/external/chromium_org/third_party/zlib/ |
gzguts.h | 1 /* gzguts.h -- zlib internal header definitions for gz* operations 3 * For conditions of distribution and use, see copyright notice in zlib.h 22 #include "zlib.h" 63 /* provide prototypes for these when building zlib without LFS */ 113 /* zlib inflate or deflate stream */
|
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
/external/zlib/src/as400/ |
compile.clp | 3 /* ZLIB */ 14 VALUE('ZLIB') /* Source library. */ 21 VALUE('ZLIB') /* Module library. */ 98 CRTSRVPGM SRVPGM(&SRVLIB/ZLIB) + 108 TEXT('ZLIB 1.2.8') TGTRLS(&TGTRLS)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib namespace 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib namespace 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
/external/zlib/src/examples/ |
zlib_how.html | 6 <title>zlib Usage Example</title> 10 <h2 align="center"> zlib Usage Example </h2> 14 so on. So for those who have read <tt>zlib.h</tt> (a few times), and 18 We hope this helps explain some of the intricacies of <em>zlib</em>. 22 /* zpipe.c: example of proper use of zlib's inflate() and deflate() 30 1.2 9 Nov 2004 Add assertions to document zlib guarantees 42 From <tt>zlib.h</tt> 51 #include "zlib.h" 69 from the <em>zlib</em> routines. Larger buffer sizes would be more efficient, 76 will be in the <em>zlib</em> format, which is different from the <em>gzip</em> or <em>zip</em [all...] |
zpipe.c | 1 /* zpipe.c: example of proper use of zlib's inflate() and deflate() 9 1.2 9 Nov 2004 Add assertions to document zlib guarantees 18 #include "zlib.h" 33 level is supplied, Z_VERSION_ERROR if the version of zlib.h and the 89 invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and 150 /* report a zlib or i/o error */ 171 fputs("zlib version mismatch!\n", stderr);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 107 'ZeroDivisionError', 'Zlib', 108 'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate', 109 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError', 110 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError', 111 'Zlib::GzipFile::NoFooter', 'Zlib::GzipReader' [all...] |
/external/zlib/src/ |
ChangeLog | 2 ChangeLog file for zlib 8 - Correct spelling error in zlib.h 12 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc 34 - Clean up the usage of z_const and respect const usage within zlib 59 - Add gzvprintf() as an undocumented function in zlib 91 - Build both a static and a shared version of zlib with cmake 96 - Allow the use of -Wundef when compiling or using zlib 103 - Look in build directory for zlib.pc in CMakeLists.txt 111 - Fix the path to zlib.map in CMakeLists.txt 119 - Include gz_header definition when compiling zlib sol [all...] |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 59 HEAD -> (gzip) or (zlib) 62 (zlib) -> DICTID or TYPE 80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 82 int flags; /* gzip header method and flags (0 if zlib) */ 83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
/external/chromium_org/rlz/ |
DEPS | 35 "src/third_party/zlib": 36 "http://src.chromium.org/svn/trunk/src/third_party/zlib" + Var("chrev"), 60 "+third_party/zlib",
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gyp | 39 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
|