/external/python/cpython2/Lib/idlelib/ |
configHandler.py | 746 from zlib import crc32
|
/external/syslinux/com32/chain/ |
partiter.c | 41 #include <zlib.h>
|
/frameworks/base/tools/aapt2/compile/ |
PngCrunch.cpp | 20 #include <zlib.h>
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate.go | 655 // Following zlib, levels range from 1 (BestSpeed) to 9 (BestCompression); 720 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate.go | 655 // Following zlib, levels range from 1 (BestSpeed) to 9 (BestCompression); 720 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
|
/system/core/libsparse/ |
output_file.c | 30 #include <zlib.h>
|
/system/core/libziparchive/ |
zip_writer.cc | 21 #include <zlib.h> 60 // An error occurred in zlib. 70 "Invalid state", "IO error", "Invalid entry name", "Zlib error", 306 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
|
/prebuilts/go/darwin-x86/src/debug/elf/ |
file.go | 10 "compress/zlib" 119 return zlib.NewReader(fr) 1061 if len(b) >= 12 && string(b[:4]) == "ZLIB" { 1064 r, err := zlib.NewReader(bytes.NewBuffer(b[12:]))
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader.go | 11 "compress/zlib" 358 r, err := zlib.NewReader(d) 386 // Check for EOF, to verify the zlib checksum.
|
/prebuilts/go/linux-x86/src/debug/elf/ |
file.go | 10 "compress/zlib" 119 return zlib.NewReader(fr) 1061 if len(b) >= 12 && string(b[:4]) == "ZLIB" { 1064 r, err := zlib.NewReader(bytes.NewBuffer(b[12:]))
|
/prebuilts/go/linux-x86/src/image/png/ |
reader.go | 11 "compress/zlib" 358 r, err := zlib.NewReader(d) 386 // Check for EOF, to verify the zlib checksum.
|
/external/llvm/unittests/ProfileData/ |
InstrProfTest.cpp | [all...] |
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 4 { ZLIB Data Compression Interface Unit } 10 { Updated for zlib 1.2.x by Cosmin Truta <cosmint@cs.ubbcluj.ro> } 12 unit ZLib;
|
/bootable/recovery/applypatch/ |
imgdiff.cpp | 36 * is available in applypatch, namely, the one in the zlib library. 38 * "minigzip" tool included in the zlib distribution, not the GNU gzip 106 * the bsdiff patch. The next five parameters specify the zlib 146 #include <zlib.h> 416 * using the zlib parameters stored in the chunk, and checks that it 662 // -15 means we are decoding a 'raw' deflate stream; zlib will 663 // not expect zlib headers. [all...] |
/build/make/tools/ijar/ |
zip.cc | 42 #include <zlib.h> 183 // Uncompress a file from the archive using zlib. The pointer returned 477 // zlib said that there is no more data to decompress. 488 // zlib said that there is no more room in the buffer allocated for 513 error("zlib returned error code %d during inflate.\n", ret); 891 // deflateInit2 negative windows size prevent the zlib wrapper to be used. [all...] |
/build/make/tools/zipalign/ |
ZipFile.cpp | 28 #include <zlib.h> [all...] |
/device/google/marlin/recovery/gpt-utils/ |
gpt-utils.cpp | 58 #include <zlib.h> [all...] |
/external/curl/lib/ |
urldata.h | 159 #include <zlib.h> /* for content-encoding */ 161 /* zlib pollutes the namespace with this definition */ 699 #define DEFLATE 1 /* zlib deflate [RFC 1950 & 1951] */ 703 zlibInitState zlib_init; /* possible zlib init state; 705 z_stream z; /* State structure for zlib. */ [all...] |
/external/curl/packages/OS400/ |
os400sys.c | 42 #include <zlib.h>
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 30 #include <zlib.h>
|
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 28 #include <zlib.h> 763 * Initialize the zlib stream. 780 ALOGE("Installed zlib is not compatible with linked version (%s)\n", 825 flush = Z_FINISH; /* tell zlib that we're done */ 831 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr); [all...] |
/frameworks/native/cmds/atrace/ |
atrace.cpp | 31 #include <zlib.h> 928 fprintf(stderr, "error initializing zlib: %d\n", result); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuScript.cpp | 31 #include <zlib.h> [all...] |
/hardware/qcom/msm8998/gpt-utils/ |
gpt-utils.cpp | 58 #include <zlib.h> [all...] |
/external/fio/ |
iolog.c | 13 #include <zlib.h> 835 * zlib magic - add 32 for auto-detection of gz header or not, 1060 log_err("fio: log inflation not possible without zlib\n");
|