/external/zlib/src/test/ |
minigzip.c | 1 /* minigzip.c -- simulate gzip using the zlib compression library 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 * only an example of using zlib and isn't meant to replace the 18 #include "zlib.h"
|
/external/zopfli/src/zopfli/ |
util.h | 76 ZOPFLI_WINDOW_SIZE, while zlib uses 4096 even for best level), but makes it
|
/frameworks/base/core/jni/ |
Android.mk | 199 external/zlib \
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 29 #include <zlib.h>
|
/frameworks/base/tools/split-select/ |
Android.mk | 43 external/zlib \
|
/libcore/luni/src/main/native/ |
java_util_zip_Inflater.cpp | 36 * See zlib.h for documentation of the inflateInit2 windowBits parameter.
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipStressTest.java | 123 * some internal ZLIB buffers in size, so this test is trying to execute a
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Setup | 465 # Andrew Kuchling's zlib module. 466 # This require zlib 1.1.3 (or later). 467 # See http://www.gzip.org/zlib/ 468 #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
hashlib.py | 22 the zlib module.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Setup | 465 # Andrew Kuchling's zlib module. 466 # This require zlib 1.1.3 (or later). 467 # See http://www.gzip.org/zlib/ 468 #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
hashlib.py | 22 the zlib module.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOutputParser.java | 44 * @param compressedStream Is the input stream compressed using zlib?
|
/system/core/libutils/ |
Android.mk | 95 external/zlib
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
grep.h | 40 #include <zlib.h>
|
/external/libpng/scripts/ |
pnglibconf.dfa | 230 # strategy is as defined by the implementors of zlib, it describes the input 231 # data and modifies the zlib parameters in an attempt to optimize the balance 232 # between search and huffman encoding in the zlib algorithms. The defaults are 233 # the zlib.h defaults - the apparently recursive definition does not arise 238 # Include the zlib header too, so that the defaults below are known 239 @# include <zlib.h> 682 # usage. Note that zlib allocates at least 32Kb also. For readers, [all...] |
/external/qemu/distrib/libpng-1.2.46/ |
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...] |
/system/core/libziparchive/ |
zip_archive.cc | 32 #include <zlib.h> 208 "Zlib error", 225 // We encountered a Zlib error when inflating a stream from this file. [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...] |
/external/libpng/ |
libpng-manual.txt | 101 Libpng uses zlib for its compression and decompression of PNG files. 102 Further information about zlib, and the latest version of zlib, can 103 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>. 104 The zlib compression utility is a general purpose utility that is 106 See the documentation delivered with zlib for more details. 107 You can usually find the source files for the zlib utility wherever you 150 and also (as of libpng-1.5.0) the zlib header file, if you need it: 152 #include <zlib.h [all...] |
pngpread.c | 852 /* We have data for zlib, but we must check that zlib 868 * be handled, otherwise (Z_NO_FLUSH) a future zlib 871 * for why this doesn't happen at present with zlib 1.2.5). 929 * after the zlib end code. [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...] |
/prebuilts/misc/darwin-x86/ccache/ |
NOTICE | 448 zlib/*.[hc] 451 This is a bundled subset of zlib 1.2.3 from <http://www.zlib.net> with the 477 The data format used by the zlib library is described by RFCs (Request for 479 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
/prebuilts/misc/linux-x86/ccache/ |
NOTICE | 448 zlib/*.[hc] 451 This is a bundled subset of zlib 1.2.3 from <http://www.zlib.net> with the 477 The data format used by the zlib library is described by RFCs (Request for 479 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
/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...] |