HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 326 - 350 of 1439) sorted by null

<<11121314151617181920>>

  /external/libpng/
png.5 21 .IR libpng(3) ", " zlib(3) ", " deflate(5) ", and " zlib(5)
  /external/libpng/scripts/
makefile.dj2 16 CFLAGS=-I../zlib -O
17 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /external/smack/src/org/jivesoftware/smack/compression/
JzlibInputOutputStream.java 25 * This class provides XMPP "zlib" compression with the help of JZLib. Note that jzlib-1.0.7 must be used (i.e. in the
46 compressionMethod = "zlib";
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
68 # taking advantage of it, though, and it's not a notion supported by zlib
  /external/zlib/src/
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /frameworks/base/tools/aapt/
Android.mk 45 LOCAL_C_INCLUDES += external/zlib
84 LOCAL_C_INCLUDES += external/zlib
  /external/chromium_org/third_party/zlib/
mixed-source.patch 1 diff --git a/third_party/zlib/deflate.c b/third_party/zlib/deflate.c
3 --- a/third_party/zlib/deflate.c
4 +++ b/third_party/zlib/deflate.c
437 diff --git a/third_party/zlib/deflate.h b/third_party/zlib/deflate.h
439 --- a/third_party/zlib/deflate.h
440 +++ b/third_party/zlib/deflate.h
449 z_streamp strm; /* pointer back to this zlib stream */
460 diff --git a/third_party/zlib/zlib.h b/third_party/zlib/zlib.
    [all...]
  /development/testrunner/tests/
Android_gtestlib.mk 34 external/zlib \
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/chromium/net/tools/spdyshark/
packet-spdy.h 33 #include <zlib.h>
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.cc 9 #include "third_party/zlib/google/zip_reader.h"
  /external/chromium_org/content/browser/renderer_host/
DEPS 5 "+third_party/zlib",
  /external/chromium_org/rlz/lib/
crc32_unittest.cc 5 // A test for ZLib's checksum function.
  /external/chromium_org/third_party/freetype/
Android.mk 42 external/zlib
  /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/openssl/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/chromium_org/third_party/openssl/openssl/include/openssl/
comp.h 53 #ifdef ZLIB
  /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/dropbear/
INSTALL 8 ./configure (optionally with --disable-zlib or --disable-syslog,
49 It is possible to compile zlib in, by copying zlib.h and zconf.h into a
57 If you disable zlib, you must explicitly disable compression for the client -
  /external/freetype/
Android.mk 42 external/zlib
  /external/libpng/contrib/pngminim/decoder/
makefile 28 .c$(O): png.h pngconf.h pngusr.h zlib.h
makefile.std 28 .c$(O): png.h pngconf.h pngusr.h zlib.h

Completed in 518 milliseconds

<<11121314151617181920>>