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

12345678

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAboutActivity.java36 View view = getLayoutInflater().inflate(R.layout.about_activity, null);
H A DPlayerBufferPeriodActivity.java36 View view = getLayoutInflater().inflate(R.layout.player_buffer_period_activity, null);
H A DRecorderBufferPeriodActivity.java38 View view = getLayoutInflater().inflate(R.layout.recorder_buffer_period_activity, null);
/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/okio/src/test/java/okio/
H A DInflaterSourceTest.java31 @Test public void inflate() throws Exception { method in class:InflaterSourceTest
34 Buffer inflated = inflate(deflated);
42 inflate(deflated);
67 Buffer inflated = inflate(deflated);
74 Buffer inflated = inflate(deflated);
105 private Buffer inflate(Buffer deflated) throws IOException { method in class:InflaterSourceTest
H A DDeflaterSinkTest.java39 Buffer inflated = inflate(sink);
51 Buffer inflated = inflate(sink);
63 Buffer inflated = inflate(sink);
75 Buffer inflated = inflate(sink);
87 assertEquals(repeat('a', byteCount), inflate(buffer).readUtf8(byteCount));
103 Buffer inflated = inflate(sink);
131 * Uses streaming decompression to inflate {@code deflated}. The input must
134 private Buffer inflate(Buffer deflated) throws IOException { method in class:DeflaterSinkTest
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DCustomView.java13 inflate(context, R.layout.inner_merge, this);
/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
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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DNameValueBlockReader.java66 @Override public int inflate(byte[] buffer, int offset, int count)
68 int result = super.inflate(buffer, offset, count);
71 result = super.inflate(buffer, offset, count);
/external/robolectric/v1/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/eigen/unsupported/test/
H A Dcxx11_tensor_inflation.cpp29 no_stride = tensor.inflate(strides);
51 inflated = tensor.inflate(strides);
/external/elfutils/libelf/
H A Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) argument
98 if (inflate == 1)
142 else if (inflate == 0)
/external/pdfium/third_party/zlib_v128/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/python/cpython2/Modules/zlib/
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/syslinux/com32/lib/zlib/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DAboutFragment.java42 return inflater.inflate(R.layout.fragment_about, container, false);
H A DFrontPageFragment.java42 View view = inflater.inflate(R.layout.fragment_front_page, container, false);
/external/zlib/src/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
/external/skia/src/views/
H A DSkViewPriv.cpp19 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Artist
65 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Layout

Completed in 887 milliseconds

12345678