Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 25 of 176) sorted by relevance

12345678

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DDeflaterTest.java79 x += defl.deflate(outPutBuf); in test_deflate$B()
82 .deflate(outPutBuf)); in test_deflate$B()
123 x += defl.deflate(outPutBuf, offSet, length); in test_deflate$BII()
125 assertEquals("Deflater at end of stream, should return 0", 0, defl.deflate( in test_deflate$BII()
164 defl.deflate(outPutBuf, offSet, length); in test_deflate$BII()
184 defl.deflate(outPutBuf); in test_end()
220 x += defl.deflate(outPutBuf); in test_finish()
256 defl.deflate(outPutBuf); in test_finished()
275 defl.deflate(outPutBuf); in test_getAdler()
300 defl.deflate(outPutBuf); in test_getTotalIn()
[all …]
DInflaterTest.java139 Deflater deflate = new Deflater(1); in test_getTotalIn() local
140 deflate.setInput(byteArray); in test_getTotalIn()
141 while (!(deflate.needsInput())) { in test_getTotalIn()
142 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x); in test_getTotalIn()
144 deflate.finish(); in test_getTotalIn()
145 while (!(deflate.finished())) { in test_getTotalIn()
146 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x); in test_getTotalIn()
164 deflate.getTotalOut(), inflate.getTotalIn()); in test_getTotalIn()
196 Deflater deflate = new Deflater(1); in test_getTotalOut() local
197 deflate.setInput(byteArray); in test_getTotalOut()
[all …]
DDeflaterOutputStreamTest.java53 protected void deflate() throws IOException { in deflate() method in DeflaterOutputStreamTest.MyDeflaterOutputStream
55 super.deflate(); in deflate()
70 Deflater deflate = new Deflater(1); in setUp() local
71 deflate.setInput(byteArray); in setUp()
72 while (!(deflate.needsInput())) { in setUp()
73 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x); in setUp()
75 deflate.finish(); in setUp()
76 while (!(deflate.finished())) { in setUp()
77 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x); in setUp()
79 deflate.end(); in setUp()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflateTest.cpp53 ASSERT_TRUE(c.deflate(f1)); in TEST()
60 ASSERT_TRUE(c.deflate(f2)); in TEST()
75 ASSERT_TRUE(c.deflate(f1)); in TEST()
82 ASSERT_TRUE(c.deflate(f2)); in TEST()
107 ASSERT_TRUE(c.deflate(frame)); in TEST()
117 ASSERT_TRUE(c.deflate(frame)); in TEST()
146 ASSERT_TRUE(c.deflate(f1)); in TEST()
161 ASSERT_TRUE(c.deflate(f1)); in TEST()
167 ASSERT_TRUE(c.deflate(f2)); in TEST()
184 ASSERT_TRUE(c.deflate(f1)); in TEST()
[all …]
/external/zlib/src/contrib/puff/
DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
14 puff.c was written to document the deflate format unambiguously, by virtue of
16 describes the deflate format. I have received many questions on details of the
17 deflate format, and I hope that reading this code will answer those questions.
18 puff.c is heavily commented with details of the deflate format, especially
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
57 The deflate format is self-terminating. If the deflate stream does not end
/external/zlib/src/contrib/dotzlib/DotZLib/
DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
69 err = deflate(ref _ztream, (int)FlushTypes.None); in Add()
74 err = deflate(ref _ztream, (int)FlushTypes.None); in Add()
91 err = deflate(ref _ztream, (int)FlushTypes.Finish); in Finish()
/external/zlib/src/msdos/
DMakefile.bor44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
83 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
DMakefile.tc29 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
DMakefile.msc40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
56 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/external/zlib/src/win32/
DMakefile.bor27 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
30 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
DMakefile.msc36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \
97 deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h
118 trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees…
/external/ppp/pppd/
Dccp.c91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
93 &ccp_allowoptions[0].deflate },
94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
96 &ccp_allowoptions[0].deflate },
242 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
332 ccp_wantoptions[0].deflate = 1;
335 ccp_wantoptions[0].deflate = 0;
337 ccp_allowoptions[0].deflate = 1;
340 ccp_allowoptions[0].deflate = 0;
366 ccp_wantoptions[0].deflate = 1;
[all …]
/external/zlib/src/contrib/delphi/
Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/external/zlib/src/contrib/pascal/
Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
Dexample.pas206 err := deflate(c_stream, Z_NO_FLUSH);
214 err := deflate(c_stream, Z_FINISH);
292 err := deflate(c_stream, Z_NO_FLUSH);
301 err := deflate(c_stream, Z_NO_FLUSH);
308 err := deflate(c_stream, Z_NO_FLUSH);
311 err := deflate(c_stream, Z_FINISH);
386 err := deflate(c_stream, Z_FULL_FLUSH);
392 err := deflate(c_stream, Z_FINISH);
471 err := deflate(c_stream, Z_FINISH);
/external/zlib/src/old/
Ddescrip.mms12 deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\
36 deflate.obj : deflate.h zutil.h zlib.h zconf.h
46 trees.obj : deflate.h zutil.h zlib.h zconf.h
/external/zlib/src/amiga/
DMakefile.pup18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
56 deflate.o: deflate.h zutil.h zlib.h zconf.h
67 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
DMakefile.sas17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
55 deflate.o: deflate.h zutil.h zlib.h zconf.h
66 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
/external/zlib/src/watcom/
Dwatcom_f.mak7 C_SOURCE = adler32.c compress.c crc32.c deflate.c &
12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
Dwatcom_l.mak7 C_SOURCE = adler32.c compress.c crc32.c deflate.c &
12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
/external/zlib/src/test/
Dexample.c220 err = deflate(&c_stream, Z_NO_FLUSH);
226 err = deflate(&c_stream, Z_FINISH);
301 err = deflate(&c_stream, Z_NO_FLUSH);
312 err = deflate(&c_stream, Z_NO_FLUSH);
319 err = deflate(&c_stream, Z_NO_FLUSH);
322 err = deflate(&c_stream, Z_FINISH);
394 err = deflate(&c_stream, Z_FULL_FLUSH);
400 err = deflate(&c_stream, Z_FINISH);
482 err = deflate(&c_stream, Z_FINISH);
/external/zlib/src/
DFAQ33 5. deflate() or inflate() returns Z_BUF_ERROR.
38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
130 18. Why does gzip give an error on a file I make with compress/deflate?
132 The compress and deflate functions produce data in the zlib format, which
148 You can request that deflate write the gzip format instead of the zlib
181 update the version strings in deflate.c and inftrees.c.
218 deflate stream once to generate an index, and then use that index for
229 understand the deflate format?
243 Yes. inflate() and deflate() will process any amount of data correctly.
244 Each call of inflate() or deflate() is limited to input and output chunks
[all …]
DMakefile.in57 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
61 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut…
274 deflate.o: deflate.h zutil.h zlib.h zconf.h
278 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
284 deflate.lo: deflate.h zutil.h zlib.h zconf.h
288 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
/external/chromium_org/native_client_sdk/src/libraries/zlib/
Dlibrary.dsc17 'deflate.c',
34 'deflate.h',
/external/zlib/src/examples/
DREADME.examples33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
39 - describes in excruciating detail the use of deflate() and inflate()
43 - illustrates the proper use of deflate() and inflate()

12345678