HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 451 - 475 of 1054) sorted by null

<<11121314151617181920>>

  /external/libpng/projects/vstudio/libpng/
libpng.vcxproj 26 <Import Project="$(SolutionDir)\zlib.props" />
109 <AdditionalDependencies>zlib.lib</AdditionalDependencies>
166 <AdditionalDependencies>zlib.lib</AdditionalDependencies>
  /external/libpng/projects/vstudio/pngtest/
pngtest.vcxproj 26 <Import Project="$(SolutionDir)\zlib.props" />
132 <AdditionalDependencies>libpng16.lib;zlib.lib</AdditionalDependencies>
202 <AdditionalDependencies>libpng16.lib;zlib.lib</AdditionalDependencies>
  /external/libpng/projects/vstudio/pngunknown/
pngunknown.vcxproj 26 <Import Project="$(SolutionDir)\zlib.props" />
132 <AdditionalDependencies>libpng16.lib;zlib.lib</AdditionalDependencies>
202 <AdditionalDependencies>libpng16.lib;zlib.lib</AdditionalDependencies>
  /external/libpng/scripts/
makefile.std 24 # Where the zlib library and include files are located
27 ZLIBLIB=../zlib
28 ZLIBINC=../zlib
makefile.freebsd 30 # where make install finds libz.a and zlib.h
  /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/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/valgrind/
darwin11.supp 36 # ZLib stuff. How come this wasn't necessary in 10.6 ?
38 OSX107:zlib-C
44 OSX107: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 51 external/zlib \
  /external/elfutils/src/
configure.ac 200 dnl Test for zlib and bzlib, gives ZLIB/BZLIB .am
204 eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip)
  /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/libvncserver/libvncclient/
zrle.c 167 rfbClientLog("zlib inflate needs a dictionary!\n");
172 "zlib inflate returned error: %d, msg: %s\n",
183 rfbClientLog("zlib inflate ran out of space!\n");
216 "zlib inflate returned error: %d, msg: %s\n",
  /external/libxml2/os400/
wrappers.c 114 #include <zlib.h>
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 39 #include <linux/zlib.h>
id.c 37 #include <linux/zlib.h>
  /external/tcpdump/
print-ipcomp.c 43 #include <zlib.h>
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
  /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;
  /external/zlib/src/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
  /external/zlib/src/contrib/vstudio/vc10/
zlibstat.vcxproj.filters 68 <ResourceCompile Include="zlib.rc">

Completed in 1240 milliseconds

<<11121314151617181920>>