/external/chromium_org/third_party/libxml/patches/ |
icu-win32 | 33 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n"; 60 else if (opt == "zlib") 67 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
mztools.c | 4 License: Same as ZLIB (www.gzip.org) 11 #include "third_party/zlib/zlib.h" 215 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
|
/external/freetype/ |
Android.mk | 43 external/zlib
|
/external/freetype/src/gzip/ |
zutil.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 16 #include "zlib.h" 68 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
|
ftgzip.c | 7 /* This optional component relies on zlib. It should mainly be used to */ 50 #include <zlib.h> 54 /* In this case, we include our own modified sources of the ZLib */ 59 /* original ZLib. */ 66 #include "zlib.h" 74 /* the maximum level of warnings: zlib is non-FreeType */ 175 z_stream zstream; /* zlib input stream */ 300 /* initialize zlib -- there is no zlib header in the compressed stream */ 703 /* this function is modeled after zlib's `uncompress' function * [all...] |
/external/libpng/ |
Android.mk | 68 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/zlib 92 external/zlib 114 external/zlib 130 LOCAL_C_INCLUDES:= $(common_C_INCLUDES) external/zlib
|
/external/libpng/scripts/ |
makefile.ibmc | 16 # Location of the zlib library and include files 17 ZLIBINC = ../zlib 18 ZLIBLIB = ../zlib 40 LIBS = libpng$(A) $(ZLIBLIB)/zlib$(A)
|
makefile.intel | 16 # Where the zlib library and include files are located 17 ZLIBLIB=..\zlib 18 ZLIBINC=..\zlib 102 $(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
|
/external/openssl/crypto/comp/ |
c_zlib.c | 21 #ifndef ZLIB 25 #include <zlib.h> 35 /* memory allocations functions for zlib intialization */ 86 * the ZLIB.DLL be available in order for the OpenSSL DLLs to 87 * work. Therefore, all ZLIB routines are loaded at run time 213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear"); 241 (ilen != olen - state->istream.avail_out)?"zlib":"clear"); 275 ilen,(int)l,(clear)?"clear":"zlib"); 300 ilen,(int)l,in[0]?"zlib":"clear"); 391 #if defined(ZLIB) || defined(ZLIB_SHARED [all...] |
comp.h | 53 #ifdef ZLIB
|
/external/openssl/include/openssl/ |
comp.h | 53 #ifdef ZLIB
|
/external/zlib/src/contrib/masmx64/ |
readme.txt | 15 Assemble the .asm files using MASM and put the object files into the zlib source
|
/external/zlib/src/contrib/masmx86/ |
readme.txt | 10 Assemble using MASM, and copy the object files into the zlib source
|
/external/zlib/src/contrib/minizip/ |
minizip.1 | 26 .IR zlib (3) 41 .BR zlib (3),
|
/libcore/luni/src/main/native/ |
ZipUtilities.h | 23 #include "zlib.h"
|
java_util_zip_Adler32.cpp | 24 #include "zlib.h"
|
java_util_zip_CRC32.cpp | 24 #include "zlib.h"
|
sub.mk | 64 external/zlib \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib namespace 18 zlib = None variable 85 if zlib:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib namespace 18 zlib = None variable 85 if zlib:
|
/external/chromium_org/third_party/zlib/ |
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 142 /* -- see zlib.h -- */ 220 /* -- see zlib.h -- */ 263 /* -- see zlib.h -- */ 280 /* -- see zlib.h -- */ 351 /* -- see zlib.h -- */ 425 /* -- see zlib.h -- */ 457 /* -- see zlib.h -- */ 499 /* -- see zlib.h -- * [all...] |
/external/pdfium/core/include/thirdparties/zlib/ |
zconf.h | 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
127 /* all zlib typedefs in zlib.h and zconf.h */
149 /* all zlib structs in zlib.h and zconf.h */
309 /* If building or using zlib as a DLL, define ZLIB_DLL.
321 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
330 /* No need for _export, use ZLIB.DEF instead. */ [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 164 /* -- see zlib.h -- */ 244 /* -- see zlib.h -- */ 292 /* -- see zlib.h -- */ 309 /* -- see zlib.h -- */ 385 /* -- see zlib.h -- */ 463 /* -- see zlib.h -- */ 495 /* -- see zlib.h -- */ 537 /* -- see zlib.h -- * [all...] |