/external/chromium_org/third_party/ots/ |
ots.target.linux-mips.mk | 138 $(LOCAL_PATH)/third_party/zlib \ 236 $(LOCAL_PATH)/third_party/zlib \
|
ots.target.linux-x86.mk | 139 $(LOCAL_PATH)/third_party/zlib \ 237 $(LOCAL_PATH)/third_party/zlib \
|
ots.target.linux-x86_64.mk | 138 $(LOCAL_PATH)/third_party/zlib \ 235 $(LOCAL_PATH)/third_party/zlib \
|
/external/chromium_org/webkit/child/ |
webkit_child.target.darwin-arm.mk | 170 $(LOCAL_PATH)/third_party/zlib \ 330 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.darwin-arm64.mk | 159 $(LOCAL_PATH)/third_party/zlib \ 307 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.darwin-mips.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 318 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.darwin-x86.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 317 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.darwin-x86_64.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 317 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.linux-arm.mk | 170 $(LOCAL_PATH)/third_party/zlib \ 330 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.linux-arm64.mk | 159 $(LOCAL_PATH)/third_party/zlib \ 307 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.linux-mips.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 318 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.linux-x86.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 317 $(LOCAL_PATH)/third_party/zlib \
|
webkit_child.target.linux-x86_64.mk | 164 $(LOCAL_PATH)/third_party/zlib \ 317 $(LOCAL_PATH)/third_party/zlib \
|
/external/elfutils/0.153/libdw/ |
dwarf_begin_elf.c | 67 # include <zlib.h> 166 /* There is a 12-byte header of "ZLIB" followed by 170 || unlikely (memcmp (data->d_buf, "ZLIB", 4) != 0))
|
/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/libpng/contrib/gregbook/ |
readpng2.c | 60 #include <zlib.h> 82 fprintf(stderr, " and with zlib %s; using zlib %s.\n",
|
writepng.c | 58 #include <zlib.h> 74 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n", 124 * which is the default; want 32K zlib window, unless entire image buffer
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 29 #include <zlib.h>
|
ZipUtils.cpp | 32 #include <zlib.h> 69 * Initialize the zlib stream. 82 * Use the undocumented "negative window bits" feature to tell zlib 83 * that there's no zlib header waiting for it. 88 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 126 ALOGD("zlib inflate call failed (zerr=%d)\n", zerr);
|
/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>
|
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 180 import zlib namespace 361 zlib compression level: 0 (none) to 9 (more compressed); default: -1 or None. 430 be used by the ``zlib`` module. Values from 1 to 9 specify 434 level of compession will be picked by the ``zlib`` module 725 compressor = zlib.compressobj(self.compression) 727 compressor = zlib.compressobj() [all...] |
/external/protobuf/ |
Android.mk | 284 external/zlib \ 322 external/zlib \ 350 external/zlib \
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 545 $licensetext =~ /see copyright notice in zlib\.h/) { 546 $license = "zlib/libpng $license";
|
/external/llvm/tools/llvm-symbolizer/ |
LLVMSymbolize.cpp | 227 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer());
|
/external/chromium_org/android_webview/ |
android_webview_common.target.darwin-arm.mk | 229 $(LOCAL_PATH)/third_party/zlib \ 393 $(LOCAL_PATH)/third_party/zlib \
|