/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/valgrind/main/ |
darwin11.supp | 36 # ZLib stuff. How come this wasn't necessary in 10.6 ? 38 OSX107:zlib-C 44 OSX107:zlib-8
|
darwin12.supp | 4 # ZLib stuff. How come this wasn't necessary in 10.6 ? 6 OSX108:zlib-C 12 OSX108:zlib-8
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 32 import zlib namespace 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 32 import zlib namespace 34 zlib = None variable 372 @unittest.skipUnless(zlib, "requires zlib") 435 @unittest.skipUnless(zlib, "Requires zlib") 490 @unittest.skipUnless(zlib, "Requires zlib") 514 @unittest.skipUnless(zlib, "Requires zlib") [all...] |
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 28 /* this small program is used to measure the performance of zlib's inflate 32 /* most code lifted from the public-domain http://www.zlib.net/zpipe.c */ 34 #include <zlib.h>
|
/development/build/ |
windows_sdk_whitelist.mk | 50 external/zlib \
|
/external/chromium_org/components/cronet/tools/ |
cronet_licenses.py | 42 "zlib",
|
/external/chromium_org/components/feedback/ |
feedback_util.cc | 18 #include "third_party/zlib/google/zip.h"
|
/external/chromium_org/net/quic/crypto/ |
cert_compressor.h | 28 // 3) Otherwise the certificates are compressed with zlib using a pre-shared
|
/external/chromium_org/sdch/ |
BUILD.gn | 45 "//third_party/zlib",
|
/external/chromium_org/skia/config/ |
SkUserConfig.h | 108 /* If zlib is available and you want to support the flate compression 112 //#define SK_ZLIB_INCLUDE <zlib.h> 113 #define SK_ZLIB_INCLUDE "third_party/zlib/zlib.h"
|
/external/chromium_org/third_party/WebKit/Source/web/ |
BUILD.gn | 114 "//third_party/zlib",
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgzip.h | 88 * of FreeType was not compiled with zlib support.
|
/external/chromium_org/third_party/ots/ |
BUILD.gn | 85 "//third_party/zlib",
|
/external/elfutils/0.153/ |
configure.ac | 201 dnl Test for zlib and bzlib, gives ZLIB/BZLIB .am 205 eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip)
|
/external/elfutils/0.153/libdwfl/ |
gzip.c | 1 /* Decompression support for libdwfl: zlib (gzip) and/or bzlib (bzip2). 83 # include <zlib.h> 190 The stupid zlib interface has nothing to grok the 269 /* From here on, zlib will close D. */
|
/external/freetype/src/gzip/ |
infutil.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
/external/libpng/ |
configure.ac | 123 AC_ARG_WITH(zlib-prefix, 124 AS_HELP_STRING([[[--with-zlib-prefix]]], 125 [prefix that may have been used in installed zlib]), 129 AC_CHECK_LIB(z, ${ZPREFIX}zlibVersion, , AC_MSG_ERROR(zlib not installed)))
|
/external/libpng/contrib/tools/ |
checksum-icc.c | 16 #include <zlib.h>
|
/external/libpng/scripts/ |
makefile.freebsd | 30 # where make install finds libz.a and zlib.h
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftgzip.h | 88 * of FreeType was not compiled with zlib support.
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftgzip.h | 88 * of FreeType was not compiled with zlib support.
|
/external/tcpdump/ |
print-ipcomp.c | 43 #include <zlib.h>
|
/external/zlib/src/contrib/ada/ |
zlib.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 9 -- $Id: zlib.adb,v 1.31 2004/09/06 06:53:19 vagul Exp $ 17 with ZLib.Thin; 19 package body ZLib is 206 -- We allow ZLib to make header only in case of default header type. 261 (Filter : in out ZLib.Filter_Type; 324 & " incompatible with ZLib version " & Version); 701 end ZLib;
|