Searched refs:inflate (Results 1 - 25 of 120) sorted by relevance

12345

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DInflaterTest.java46 Inflater inflate = new Inflater();
47 inflate.setInput(byteArray);
48 inflate.end();
50 inflate.reset();
51 inflate.setInput(byteArray);
55 assertEquals("inflate can still be used after end is called", 1, r);
69 Inflater inflate = new Inflater(false);
72 while (!(inflate.finished())) {
73 if (inflate.needsInput()) {
74 inflate
[all...]
H A DInflaterInputStreamTest.java86 Inflater inflate = new Inflater();
88 inflate);
102 Inflater inflate = new Inflater();
104 inflate, 1);
120 Inflater inflate = new Inflater();
130 inflatIP = new InflaterInputStream(null, inflate, 1);
137 inflatIP = new InflaterInputStream(infile, inflate, -1);
175 Inflater inflate = new Inflater();
177 inflate);
199 Inflater inflate
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs16 /// Implements a data decompressor, using the inflate algorithm in the ZLib dll
25 private static extern int inflate(ref ZStream sz, int flush); method in class:DotZLib.Inflater
67 err = inflate(ref _ztream, (int)FlushTypes.None);
72 err = inflate(ref _ztream, (int)FlushTypes.None);
89 err = inflate(ref _ztream, (int)FlushTypes.Finish);
99 /// Closes the internal zlib inflate stream
/external/skia/include/views/
H A DSkViewInflate.h25 as a view, otherwise assume root is that view, and just "inflate" it.
29 SkView* inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root = NULL);
30 SkView* inflate(const char xml[], size_t len, SkView* root = NULL);
43 Do not call "inflate" on the view, just return it. This will
47 /** Base implementation calls view->inflate(dom, node). Subclasses may override this
H A DSkView.h252 void inflate(const SkDOM&, const SkDOM::Node*);
276 void inflate(const SkDOM&, const SkDOM::Node*);
297 void inflate(const SkDOM& dom, const SkDOM::Node* node);
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
49 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
52 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
55 inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
49 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
52 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
55 inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
H A Dexample.pas226 * Test inflate with small buffers
252 err := inflate(d_stream, Z_NO_FLUSH);
255 CHECK_ERR(err, 'inflate');
262 EXIT_ERR('bad inflate')
264 WriteLn('inflate(): ', PChar(uncompr));
321 * Test inflate with large buffers
345 err := inflate(d_stream, Z_NO_FLUSH);
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
427 inflate(d_strea
[all...]
/external/zlib/src/watcom/
H A Dwatcom_l.mak9 infback.c inffast.c inflate.c inftrees.c &
14 infback.obj inffast.obj inflate.obj inftrees.obj &
31 wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj
H A Dwatcom_f.mak9 infback.c inffast.c inflate.c inftrees.c &
14 infback.obj inffast.obj inflate.obj inftrees.obj &
31 wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj
/external/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c3 int ZEXPORT inflate(strm, flush) function
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c50 err = inflate(&stream, Z_FINISH);
/external/replicaisland/src/com/replica/replicaisland/
H A DCustomToastSystem.java34 mView = inflater.inflate(R.layout.custom_toast, null);
/external/skia/src/views/
H A DSkViewInflate.cpp58 view->inflate(dom, node);
61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) function in class:SkViewInflate
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) function in class:SkViewInflate
106 return node ? this->inflate(dom, node, root) : NULL;
138 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
143 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
H A DSkViewPriv.cpp18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Artist
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Layout
/external/zlib/src/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyReader.java174 public int inflate(byte[] buffer, int offset, int count) throws DataFormatException {
175 int result = super.inflate(buffer, offset, count);
178 result = super.inflate(buffer, offset, count);
/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.h88 void inflate(int size) { m_rect.inflate(size); } function in class:WebCore::RoundedIntRect
89 void inflateWithRadii(int size) { m_rect.inflate(size); m_radii.expand(size); }
H A DContextShadow.cpp227 layerFloatRect.inflate(m_blurDistance);
244 layerFloatRect.inflate(m_blurDistance);
245 unclippedLayerRect.inflate(m_blurDistance);
/external/skia/src/core/
H A DSkFlate.cpp87 rc = inflate(&flateData, Z_NO_FLUSH);
93 rc = inflate(&flateData, Z_FINISH);
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java46 convertView = inflater.inflate(R.layout.demo_row, null);
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile19 infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
/external/libpng/contrib/pngminim/preader/
H A Dmakefile35 infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
/external/openssh/
H A Dcompress.c148 status = inflate(&incoming_stream, Z_PARTIAL_FLUSH);
157 * inflate() until we get an error. This appears to
163 fatal("buffer_uncompress: inflate returned %d", status);
/external/zlib/src/test/
H A Dinfcover.c1 /* infcover.c -- test zlib's inflate routines with full code coverage
18 #include "inflate.h"
236 /* -- inflate test routines -- */
275 /* generic inflate() run, where hex is the hexadecimal input data, what is the
277 inflate() on each call, or zero to feed it all, win is the window bits
279 is the error code expected from the first inflate() call (the second
280 inflate() call is expected to return Z_STREAM_END). If win is 47, then
283 inflate() is run until all of the input data is consumed. */
320 ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err);
333 ret = inflate(
[all...]

Completed in 551 milliseconds

12345