HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 126 - 150 of 435) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/squashfs-tools/kernel/fs/squashfs/
id.c 37 #include <linux/zlib.h>
  /external/syslinux/com32/libupload/
cpio.c 11 #include <zlib.h>
  /libcore/ojluni/src/main/native/
Adler32.c 34 #include <zlib.h>
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 46 #include <zlib.h>
55 // A ZeroCopyInputStream that reads compressed data through zlib
60 // zlib will autodetect gzip header or deflate stream
66 // Simpler zlib stream format.
67 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 46 #include <zlib.h>
55 // A ZeroCopyInputStream that reads compressed data through zlib
60 // zlib will autodetect gzip header or deflate stream
66 // Simpler zlib stream format.
67 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 48 #include <zlib.h>
54 // A ZeroCopyInputStream that reads compressed data through zlib
59 // zlib will autodetect gzip header or deflate stream
65 // Simpler zlib stream format.
66 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 46 #include <zlib.h>
55 // A ZeroCopyInputStream that reads compressed data through zlib
60 // zlib will autodetect gzip header or deflate stream
66 // Simpler zlib stream format.
67 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
compress-debug.c 23 #include <zlib.h>
  /tools/dexter/slicer/
dex_format.cc 20 #include <zlib.h>
  /external/puffin/src/
utils.cc 12 #include <zlib.h>
47 // -15 means we are decoding a 'raw' stream without zlib headers.
91 // definition of a zlib stream. For finding the deflate blocks, we relying on
92 // the proper size of the zlib stream in |data|. Basically the size of the zlib
97 // A zlib stream has the following format:
160 for (auto& zlib : zlibs) {
161 buffer.resize(zlib.length);
162 TEST_AND_RETURN_FALSE(src->Seek(zlib.offset));
173 // Relocated based on the offset of the zlib
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 198 import zlib
199 compressedMetaData = zlib.compress(data.metaData)
391 import zlib
396 data = zlib.decompress(rawData)
401 import zlib
404 compressedData = zlib.compress(data, self.zlibCompressionLevel)
430 import zlib
431 data = zlib.decompress(rawData)
  /external/libvncserver/
Android.mk 35 libvncserver/zlib.c \
  /external/libvncserver/examples/android/jni/
Android.mk 11 $(LIBVNCSERVER_ROOT)/libvncserver/zlib.c \
  /external/sonivox/jet_tools/JetCreator/
img_New.py 5 import cStringIO, zlib
9 return zlib.decompress(
img_Open.py 5 import cStringIO, zlib
9 return zlib.decompress(
img_Redo.py 5 import cStringIO, zlib
9 return zlib.decompress(
  /external/zlib/src/watcom/
watcom_l.mak 1 # Makefile for zlib
  /frameworks/base/cmds/idmap/
Android.mk 24 LOCAL_C_INCLUDES := external/zlib
  /system/bt/tools/scripts/
btsnooz.py 29 import zlib
79 decompressed = zlib.decompress(snooz[9:])
  /toolchain/binutils/binutils-2.27/zlib/watcom/
watcom_l.mak 1 # Makefile for zlib
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 9 "compress/zlib"
48 zw *zlib.Writer
61 // Positive CompressionLevel values are reserved to mean a numeric zlib
304 zw, err := zlib.NewWriterLevel(w, level)
470 if level != zlib.NoCompression && cb != cbP8 {
503 // Encoder.CompressionLevel to map to zlib.DefaultCompression.
507 return zlib.DefaultCompression
509 return zlib.NoCompression
511 return zlib.BestSpeed
513 return zlib.BestCompressio
    [all...]
  /prebuilts/go/linux-x86/src/image/png/
writer.go 9 "compress/zlib"
48 zw *zlib.Writer
61 // Positive CompressionLevel values are reserved to mean a numeric zlib
304 zw, err := zlib.NewWriterLevel(w, level)
470 if level != zlib.NoCompression && cb != cbP8 {
503 // Encoder.CompressionLevel to map to zlib.DefaultCompression.
507 return zlib.DefaultCompression
509 return zlib.NoCompression
511 return zlib.BestSpeed
513 return zlib.BestCompressio
    [all...]
  /dalvik/libdex/
DexOptData.cpp 22 #include <zlib.h>
  /external/libpng/contrib/tools/
checksum-icc.c 16 #include <zlib.h>
png-fix-itxt.c 23 * Requires zlib (for crc32 and Z_NULL); build with
33 #include <zlib.h>

Completed in 588 milliseconds

1 2 3 4 56 7 8 91011>>