/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipimport.py | 12 # some tests can be ran even without zlib 14 import zlib 16 zlib = None variable 109 # This could cause a stack overflow before: importing zlib.py 110 # from a compressed archive would cause zlib to be imported 111 # which would find zlib.py in the archive, which would... etc. 114 # to trigger zipimport to import zlib (zipimport caches the 115 # zlib.decompress function object, after which the problem being 120 # This test fails on platforms on which the zlib module is 125 if "zlib" in sys.builtin_module_names [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipimport.py | 12 # some tests can be ran even without zlib 14 import zlib 16 zlib = None variable 109 # This could cause a stack overflow before: importing zlib.py 110 # from a compressed archive would cause zlib to be imported 111 # which would find zlib.py in the archive, which would... etc. 114 # to trigger zipimport to import zlib (zipimport caches the 115 # zlib.decompress function object, after which the problem being 120 # This test fails on platforms on which the zlib module is 125 if "zlib" in sys.builtin_module_names [all...] |
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
atrace_agent.py | 10 import zlib 332 trace_data = zlib.decompress(trace_data)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tarfile.py | 423 import zlib
425 raise CompressionError("zlib module is not available")
426 self.zlib = zlib
427 self.crc = zlib.crc32("") & 0xffffffffL
451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED,
452 -self.zlib.MAX_WBITS,
453 self.zlib.DEF_MEM_LEVEL,
465 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffffL [all...] |
/external/python/cpython2/Lib/ |
tarfile.py | 424 import zlib 426 raise CompressionError("zlib module is not available") 427 self.zlib = zlib 428 self.crc = zlib.crc32("") & 0xffffffffL 457 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, 458 -self.zlib.MAX_WBITS, 459 self.zlib.DEF_MEM_LEVEL, 473 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tarfile.py | 423 import zlib 425 raise CompressionError("zlib module is not available") 426 self.zlib = zlib 427 self.crc = zlib.crc32("") & 0xffffffffL 451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, 452 -self.zlib.MAX_WBITS, 453 self.zlib.DEF_MEM_LEVEL, 467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tarfile.py | 423 import zlib 425 raise CompressionError("zlib module is not available") 426 self.zlib = zlib 427 self.crc = zlib.crc32("") & 0xffffffffL 451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, 452 -self.zlib.MAX_WBITS, 453 self.zlib.DEF_MEM_LEVEL, 467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 423 import zlib 425 raise CompressionError("zlib module is not available") 426 self.zlib = zlib 427 self.crc = zlib.crc32("") & 0xffffffffL 451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, 452 -self.zlib.MAX_WBITS, 453 self.zlib.DEF_MEM_LEVEL, 467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 423 import zlib 425 raise CompressionError("zlib module is not available") 426 self.zlib = zlib 427 self.crc = zlib.crc32("") & 0xffffffffL 451 self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, 452 -self.zlib.MAX_WBITS, 453 self.zlib.DEF_MEM_LEVEL, 467 self.crc = self.zlib.crc32(s, self.crc) & 0xffffffff [all...] |
/bootable/recovery/applypatch/ |
imgpatch.cpp | 38 #include <zlib.h>
|
/external/elfutils/libdwfl/ |
gzip.c | 1 /* Decompression support for libdwfl: zlib (gzip) and/or bzlib (bzip2). 62 # include <zlib.h> 155 /* From here on, zlib will close D. */ 225 The stupid zlib interface has nothing to grok the
|
/external/libcups/cups/ |
http-private.h | 158 # include <zlib.h> 264 _HTTP_CODING_DEFLATE, /* LZ77+zlib compression */ 266 _HTTP_CODING_INFLATE /* LZ77+zlib decompression */
|
/external/libmicrohttpd/src/include/ |
microspdy.h | 60 #include <zlib.h>
[all...] |
/external/libpng/contrib/gregbook/ |
readpng2.c | 65 #include <zlib.h> 87 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
|
/external/openssh/contrib/suse/ |
openssh.spec | 34 BuildPrereq: zlib-devel 79 - Removed accidental inclusion of --without-zlib-version-check
|
/external/squashfs-tools/kernel/fs/squashfs/ |
block.c | 35 #include <linux/zlib.h> 80 * generated a larger block - this does occasionally happen with zlib).
|
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 28 import zlib 202 except (EOFError, IOError, cPickle.UnpicklingError, zlib.error):
|
/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);
|
/libcore/ojluni/src/main/native/ |
java_util_zip_Inflater.c | 39 #include <zlib.h> 81 "zlib returned Z_VERSION_ERROR: " 82 "compile time and runtime zlib implementations differ" : 85 "unknown error initializing zlib library");
|
/system/core/libziparchive/ |
zip_archive_stream_entry.cc | 34 #include <zlib.h> 150 // Initialize the zlib stream struct. 160 // Use the undocumented "negative window bits" feature to tell zlib 161 // that there's no zlib header waiting for it. 165 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
|
/toolchain/binutils/binutils-2.25/ |
Makefile.def | 101 host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; }; 148 target_modules = { module= zlib; }; 315 dependencies = { module=all-gcc; on=all-zlib; }; 479 dependencies = { module=all-fastjar; on=all-zlib; }; 508 dependencies = { module=configure-target-fastjar; on=configure-target-zlib; }; 509 dependencies = { module=all-target-fastjar; on=all-target-zlib; }; 515 dependencies = { module=configure-target-libjava; on=configure-target-zlib; }; 519 dependencies = { module=all-target-libjava; on=all-target-zlib; };
|
/toolchain/binutils/binutils-2.25/bfd/ |
compress.c | 25 #include <zlib.h> 78 and pointed to by @var{uncompressed_buffer} using zlib and store 80 field was allocated using bfd_malloc() or equivalent. If zlib 116 /* Write the zlib header. In this case, it should be "ZLIB" followed 118 memcpy (compressed_buffer, "ZLIB", 4); 302 /* Read the zlib header. In this case, it should be "ZLIB" followed 305 && CONST_STRNEQ ((char*) compressed_buffer, "ZLIB")); 308 contains the string ZLIB.... as the first entry. We assume tha [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
deps.go | 9 "compress/zlib": {"bufio", "bytes", "compress/flate", "errors", "fmt", "hash", "hash/adler32", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "math", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 15 "debug/elf": {"bufio", "bytes", "compress/flate", "compress/zlib", "debug/dwarf", "encoding/binary", "errors", "fmt", "hash", "hash/adler32", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "math", "os", "path", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 65 "cmd/go": {"bufio", "bytes", "compress/flate", "compress/zlib", "container/heap", "context", "crypto", "crypto/sha1", "debug/dwarf", "debug/elf", "debug/macho", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "flag", "fmt", "go/ast", "go/build", "go/doc", "go/parser", "go/scanner", "go/token", "hash", "hash/adler32", "internal/race", "internal/singleflight", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "log", "math", "net/url", "os", "os/exec", "os/signal", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"},
|