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

12345678910

/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/okhttp/okio/src/test/java/okio/
H A DInflaterSourceTest.java30 @Test public void inflate() throws Exception { method in class:InflaterSourceTest
33 OkBuffer inflated = inflate(deflated);
41 inflate(deflated);
66 OkBuffer inflated = inflate(deflated);
73 OkBuffer inflated = inflate(deflated);
95 private OkBuffer inflate(OkBuffer deflated) throws IOException { method in class:InflaterSourceTest
H A DDeflaterSinkTest.java39 OkBuffer inflated = inflate(sink);
51 OkBuffer inflated = inflate(sink);
63 OkBuffer inflated = inflate(sink);
75 OkBuffer inflated = inflate(sink);
87 assertEquals(repeat('a', byteCount), inflate(buffer).readUtf8(byteCount));
113 * Uses streaming decompression to inflate {@code deflated}. The input must
116 private OkBuffer inflate(OkBuffer deflated) throws IOException { method in class:DeflaterSinkTest
/external/chromium_org/third_party/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
/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
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflate.h71 bool inflate(WebSocketFrame&);
73 // Reset the internal buffer used by inflate.
74 // You must call this method between consecutive calls of the inflate method.
77 // Return the reason of the last failure in inflate or deflate.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DCustomView.java13 inflate(context, R.layout.inner_merge, this);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressWidgetUiComponentProvider.java56 TextView textView = (TextView) mInflater.inflate(R.layout.address_textview, null, false);
68 return (EditText) mInflater.inflate(R.layout.address_edittext, null, false);
78 return (Spinner) mInflater.inflate(R.layout.address_spinner, null, false);
/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 \
/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
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { method in class:ShadowLayoutInflater
47 public View inflate(int resource, ViewGroup root) { method in class:ShadowLayoutInflater
48 return inflate(resource, root, root != null);
H A DShadowMenuInflater.java25 public void inflate(int resource, Menu root) { method in class:ShadowMenuInflater
H A DShadowResourceCursorAdapter.java84 return mInflater.inflate(mLayout, parent, false);
89 return mInflater.inflate(mDropDownLayout, parent, false);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DAccountsAdapter.java29 View view = mInflater.inflate(R.layout.account_selected, parent, false);
38 TextView view = (TextView) mInflater.inflate(R.layout.account_dropdown, parent, false);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DNameValueBlockReader.java61 @Override public int inflate(byte[] buffer, int offset, int count)
63 int result = super.inflate(buffer, offset, count);
66 result = super.inflate(buffer, offset, count);
/external/chromium_org/third_party/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/chromium_org/third_party/zlib/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c48 err = inflate(&stream, Z_FINISH);
/external/qemu/distrib/zlib-1.2.8/
H A Duncompr.c48 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);
/external/zlib/src/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRect.cpp82 m_innerStrokeRect.inflate(-strokeWidth / 2);
83 m_outerStrokeRect.inflate(strokeWidth / 2);

Completed in 2736 milliseconds

12345678910