/system/core/toolbox/grep/ |
grep.h | 44 #include <zlib.h>
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 20 #include <zlib.h> 22 #include "third_party/zlib/zlib.h" [all...] |
/external/libpng/ |
pngread.c | 168 case Z_STREAM_ERROR: png_error(png_ptr, "zlib memory error"); 170 case Z_VERSION_ERROR: png_error(png_ptr, "zlib version error"); 172 default: png_error(png_ptr, "Unknown zlib error"); 336 case Z_STREAM_ERROR: png_error(png_ptr, "zlib memory error"); break; 337 case Z_VERSION_ERROR: png_error(png_ptr, "zlib version error"); 339 default: png_error(png_ptr, "Unknown zlib error"); 933 // We need to add back IDAT_HEADER_SIZE because in zlib's perspective, [all...] |
png.h | 460 * zlib, upon which libpng depends, is also Y2K compliant. It contains 522 #include "zlib.h" [all...] |
/development/ide/xcode/SampleCode/SampleCode.xcodeproj/ |
project.pbxproj | 184 containerPortal = 00ED8C240D3E999300651393 /* zlib.xcodeproj */; 187 remoteInfo = zlib; 240 containerPortal = 00ED8C240D3E999300651393 /* zlib.xcodeproj */; 243 remoteInfo = zlib; 307 00ED8C240D3E999300651393 /* zlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = zlib.xcodeproj; path = ../zlib.xcodeproj; sourceTree = SOURCE_ROOT; }; [all...] |
/development/ide/xcode/animatorTest/animatorTest.xcodeproj/ |
project.pbxproj | 80 containerPortal = FE33C9F0094E2CC900C4A640 /* zlib.xcodeproj */; 83 remoteInfo = zlib; 171 containerPortal = FE33C9F0094E2CC900C4A640 /* zlib.xcodeproj */; 174 remoteInfo = zlib; [all...] |
/build/tools/zipalign/ |
ZipFile.cpp | 28 #include <zlib.h> 766 * Initialize the zlib stream. 783 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 828 flush = Z_FINISH; /* tell zlib that we're done */ 834 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr); [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 28 #include <zlib.h> 766 * Initialize the zlib stream. 783 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 828 flush = Z_FINISH; /* tell zlib that we're done */ 834 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
png.h | 343 * zlib, upon which libpng depends, is also Y2K compliant. It contains 403 #include "zlib.h" [all...] |
pngread.c | 150 case Z_STREAM_ERROR: png_error(png_ptr, "zlib memory error"); break; 151 case Z_VERSION_ERROR: png_error(png_ptr, "zlib version error"); break; 152 default: png_error(png_ptr, "Unknown zlib error"); 304 case Z_STREAM_ERROR: png_error(png_ptr, "zlib memory"); break; 305 case Z_VERSION_ERROR: png_error(png_ptr, "zlib version"); break; 306 default: png_error(png_ptr, "Unknown zlib error"); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 91 zlib error is Z_MEM_ERROR). 157 /* windowBits is passed < 0 to suppress zlib header */ 168 /* windowBits is passed < 0 to tell that there is no zlib header. 352 * Cleanup then free the given gz_stream. Return a zlib error code. 982 given compressed file. errnum is set to zlib error number. If an
|
inftrees.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 14 If you use the zlib library in a product, an acknowledgment is welcome
|
/external/zlib/src/contrib/puff/ |
puff.c | 11 * data, zlib's inflate() is about four times as fast as puff(). zlib's 14 * function here is used, then puff() is only twice as slow as zlib's 28 * http://www.zlib.org/rfc-deflate.html 62 * - Added zlib-like license 223 * scheme (as used in zlib) does not need to do this reversal. [all...] |
/external/dropbear/ |
packet.c | 388 dropbear_exit("zlib error"); 592 dropbear_exit("zlib error");
|
/external/open-vcdiff/ |
ChangeLog | 4 * Issue #34: Move zconf.h, zlib.h, and adler32.c into a zlib subdirectory to
|
/external/openssh/contrib/suse/ |
openssh.spec | 36 BuildPrereq: zlib-devel 81 - Removed accidental inclusion of --without-zlib-version-check
|
/external/openssh/ |
kex.c | 325 if (strcmp(name, "zlib@openssh.com") == 0) { 327 } else if (strcmp(name, "zlib") == 0) {
|
/external/protobuf/ |
Android.mk | 280 external/zlib \ 318 external/zlib \
|
/external/qemu/ |
Makefile.target | 109 # smc91c111.c requires <zlib.h> 157 # smc91c111.c requires <zlib.h>
|
/external/skia/ |
Android.mk | 30 # build the skia+fretype+png+jpeg+zlib+gif+webp library 487 external/zlib \
|
/external/zlib/src/contrib/infback9/ |
inftree9.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 14 If you use the zlib library in a product, an acknowledgment is welcome
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 15 #include "zlib.h" 584 " using zlib version %s\n\n",
|
/external/zlib/src/ |
inftrees.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 14 If you use the zlib library in a product, an acknowledgment is welcome
|
/ndk/build/tools/ |
dev-platform-import.sh | 361 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
|
/bootable/recovery/applypatch/ |
imgpatch.c | 26 #include "zlib.h"
|