/prebuilts/go/linux-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"},
|
/external/deqp/scripts/ |
make_release.py | 27 import zlib 88 return zlib.crc32(self.releaseConfig.getName() + self.releaseConfig.getVersion()) & 0xffffffff
|
/external/llvm/lib/DebugInfo/Symbolize/ |
Symbolize.cpp | 163 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer());
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer_test.go | 5 package zlib package
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 22 "compress/zlib",
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 90 "compress/zlib",
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer_test.go | 5 package zlib package
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 22 "compress/zlib",
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 90 "compress/zlib",
|
/external/kmod/libkmod/ |
libkmod-file.c | 33 #include <zlib.h>
|
/external/libcups/cups/ |
testfile.c | 26 # include <zlib.h>
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 21 #include <zlib.h>
|
/external/libpng/contrib/visupng/ |
PngFile.c | 16 #include <zlib.h>
|
/external/squashfs-tools/kernel/fs/squashfs/ |
cache.c | 54 #include <linux/zlib.h>
|
inode.c | 43 #include <linux/zlib.h>
|
super.c | 37 #include <linux/zlib.h> 91 ERROR("Failed to allocate zlib workspace\n");
|
/external/squashfs-tools/squashfs-tools/ |
gzip_wrapper.c | 21 * Support for ZLIB compression http://www.zlib.net 27 #include <zlib.h>
|
/libcore/ojluni/src/main/native/ |
java_util_zip_Deflater.c | 36 #include <zlib.h> 91 "zlib returned Z_VERSION_ERROR: " 92 "compile time and runtime zlib implementations differ" : 93 "unknown error initializing zlib library");
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFContext.cpp | 598 // Consume "ZLIB" prefix. 599 if (!data.startswith("ZLIB")) 639 if (!zlib::isAvailable()) 647 if (!Result || zlib::uncompress(Data, Out, OriginalSize) != zlib::StatusOK)
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
inflate.go | 6 // RFC 1951. The gzip and zlib packages implement access to DEFLATE-based file 77 // zlib. There is a lookup table of a fixed bit width (huffmanChunkBits), 163 // Exception: To be compatible with zlib, we also need to
|
/prebuilts/go/darwin-x86/src/go/build/ |
deps_test.go | 231 "compress/zlib": {"L4", "compress/flate"}, 236 "debug/elf": {"L4", "OS", "debug/dwarf", "compress/zlib"}, 257 "image/png": {"L4", "compress/zlib"},
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader_test.go | 418 {"invalid-zlib.png", "zlib: invalid checksum"}, 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00",
|
/prebuilts/go/linux-x86/src/compress/flate/ |
inflate.go | 6 // RFC 1951. The gzip and zlib packages implement access to DEFLATE-based file 77 // zlib. There is a lookup table of a fixed bit width (huffmanChunkBits), 163 // Exception: To be compatible with zlib, we also need to
|
/prebuilts/go/linux-x86/src/go/build/ |
deps_test.go | 231 "compress/zlib": {"L4", "compress/flate"}, 236 "debug/elf": {"L4", "OS", "debug/dwarf", "compress/zlib"}, 257 "image/png": {"L4", "compress/zlib"},
|
/prebuilts/go/linux-x86/src/image/png/ |
reader_test.go | 418 {"invalid-zlib.png", "zlib: invalid checksum"}, 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00",
|