HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 101 - 125 of 511) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libxml2/
xlink.c 32 #include <zlib.h>
  /external/libpng/contrib/pngminim/preader/
makefile 43 ZLIBSRC=$(PNGSRC)/../zlib
46 # Zlib (minimal inflate requirements - crc32 is used by libpng)
53 ZH = zlib.h crc32.h inffast.h inffixed.h \
60 ZINC = zlib.h $(ZCONF)
62 # Headers the Zlib source uses
153 # zlib release
  /ndk/build/tools/
build-ndk-sysroot.sh 266 # ZLib headers
267 common_header $TOP/external/zlib zlib.h
268 common_header $TOP/external/zlib zconf.h
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 1 # We can test part of the module without zlib.
3 import zlib namespace
5 zlib = None variable
264 @skipUnless(zlib, "requires zlib")
269 @skipUnless(zlib, "requires zlib")
274 @skipUnless(zlib, "requires zlib")
279 @skipUnless(zlib, "requires zlib"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 1 # We can test part of the module without zlib.
3 import zlib namespace
5 zlib = None variable
264 @skipUnless(zlib, "requires zlib")
269 @skipUnless(zlib, "requires zlib")
274 @skipUnless(zlib, "requires zlib")
279 @skipUnless(zlib, "requires zlib"
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 9 -I$(top_srcdir)/src/zlib \
115 src/zlib/zlib.h \
116 src/zlib/zconf.h \
117 src/zlib/adler32.c \
  /external/chromium_org/third_party/zlib/google/
zip.target.darwin-arm.mk 27 third_party/zlib/google/zip.cc \
28 third_party/zlib/google/zip_internal.cc \
29 third_party/zlib/google/zip_reader.cc
117 $(LOCAL_PATH)/third_party/zlib \
222 $(LOCAL_PATH)/third_party/zlib \
zip.target.linux-arm.mk 27 third_party/zlib/google/zip.cc \
28 third_party/zlib/google/zip_internal.cc \
29 third_party/zlib/google/zip_reader.cc
117 $(LOCAL_PATH)/third_party/zlib \
222 $(LOCAL_PATH)/third_party/zlib \
  /external/chromium_org/third_party/zlib/
minizip.target.darwin-arm.mk 26 third_party/zlib/contrib/minizip/ioapi.c \
27 third_party/zlib/contrib/minizip/unzip.c \
28 third_party/zlib/contrib/minizip/zip.c
115 $(LOCAL_PATH)/third_party/zlib \
220 $(LOCAL_PATH)/third_party/zlib \
minizip.target.linux-arm.mk 26 third_party/zlib/contrib/minizip/ioapi.c \
27 third_party/zlib/contrib/minizip/unzip.c \
28 third_party/zlib/contrib/minizip/zip.c
115 $(LOCAL_PATH)/third_party/zlib \
220 $(LOCAL_PATH)/third_party/zlib \
  /external/libpng/projects/owatcom/
pngconfig.mak 108 $# locations of the zlib include file zlib.h and the built zlib library,
109 $# zlib.lib.
160 $(DELETE) zlib.inf awk.inf config.inf pngconfig.dfa
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 30 #include <zlib.h>
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 9 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
14 ; http://www.zlib.net
21 ; to compile this file for zLib, I use option:
23 ; Be carrefull to adapt zlib1222add below to your version of zLib
24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
79 ; (if you compile with zlib 1.0.4 or older, remove the +4).
96 ; in zlib in the deflate_state structure since the asm code was first written
97 ; (if you compile with zlib 1.0.4 or older, use "%define zlib1222add (-4)").
98 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "%define zlib1222add 0")
    [all...]
  /external/libpng/contrib/tools/
png-fix-itxt.c 23 * Requires zlib (for crc32 and Z_NULL); build with
33 #include <zlib.h>
  /external/skia/src/core/
SkFlate.cpp 30 #include <zlib.h>
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 40 #include <zlib.h>
  /dalvik/libdex/
Android.mk 38 external/zlib \
  /development/testrunner/tests/
Android_gtestlib.mk 34 external/zlib \
  /external/chromium_org/tools/perf/metrics/
network.py 10 import zlib namespace
84 return len(zlib.compress(body, 9))
  /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/qemu/ui/
vnc.h 34 #include <zlib.h>
160 Buffer zlib; member in struct:VncState
  /external/sonivox/jet_tools/JetCreator/
img_Cut.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Save.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Undo.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
70 # taking advantage of it, though, and it's not a notion supported by zlib

Completed in 3124 milliseconds

1 2 3 45 6 7 8 91011>>