OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zlib
(Results
101 - 125
of
359
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/syslinux/com32/libupload/
cpio.c
11
#include <
zlib
.h>
zout.c
10
#include <
zlib
.h>
/libcore/ojluni/src/main/native/
Adler32.c
34
#include <
zlib
.h>
java_util_zip_CRC32.c
33
#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.25/gas/
compress-debug.c
27
#include <
zlib
.h>
/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/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:])
/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>
/external/libxml2/
xlink.c
32
#include <
zlib
.h>
/external/squashfs-tools/kernel/fs/squashfs/
symlink.c
39
#include <linux/
zlib
.h>
/frameworks/base/tools/split-select/
Android.mk
43
external/
zlib
\
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
common_defines.h
36
zlib
,
enumerator in enum:__anon47903
/external/libpng/contrib/pngminim/preader/
makefile
43
ZLIBSRC=$(PNGSRC)/../
zlib
46
#
Zlib
(minimal inflate requirements - crc32 is used by libpng)
53
ZH =
zlib
.h crc32.h inffast.h inffixed.h \
60
ZINC =
zlib
.h $(ZCONF)
62
# Headers the
Zlib
source uses
153
#
zlib
release
Completed in 2687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>