Home
last modified time | relevance | path

Searched defs:inflate (Results 1 – 25 of 56) sorted by relevance

123

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonInflater.java53 public FooterButton inflate(int resId) { in inflate() method in FooterButtonInflater
73 private FooterButton inflate(XmlPullParser parser) { in inflate() method in FooterButtonInflater
/external/okhttp/okio/okio/src/test/java/okio/
DInflaterSourceTest.java31 @Test public void inflate() throws Exception { in inflate() method in InflaterSourceTest
105 private Buffer inflate(Buffer deflated) throws IOException { in inflate() method in InflaterSourceTest
DDeflaterSinkTest.java134 private Buffer inflate(Buffer deflated) throws IOException { in inflate() method in DeflaterSinkTest
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DSimpleInflater.java65 public T inflate(int resId) { in inflate() method in SimpleInflater
85 public T inflate(XmlPullParser parser) { in inflate() method in SimpleInflater
/external/okio/okio/src/jvmTest/java/okio/
DInflaterSourceTest.java62 @Test public void inflate() throws Exception { in inflate() method in InflaterSourceTest
203 private Buffer inflate(BufferedSource deflated) throws IOException { in inflate() method in InflaterSourceTest
DDeflaterSinkTest.java135 private Buffer inflate(Buffer deflated) throws IOException { in inflate() method in DeflaterSinkTest
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dtest_inflate_adler32.cc27 TEST(inflate, adler32) { in TEST() argument
Dtest_inflate_sync.cc19 TEST(inflate, sync) { in TEST() argument
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/
DSevenZNativeHeapTest.java118 public int inflate(byte[] b, int off, int len) throws DataFormatException { in inflate() method in SevenZNativeHeapTest.DelegatingInflater
123 public int inflate(byte[] b) throws DataFormatException { in inflate() method in SevenZNativeHeapTest.DelegatingInflater
/external/okio/okio/src/jvmTest/kotlin/okio/
DDeflateKotlinTest.kt40 @Test fun inflate() { in inflate() method in okio.DeflateKotlinTest
/external/elfutils/libelf/
Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu()
/external/okio/okio/src/jvmMain/kotlin/okio/
DInflaterSource.kt145 inline fun Source.inflate(inflater: Inflater = Inflater()): InflaterSource = method
/external/curl/lib/
Dsetup-os400.h225 #define inflate Curl_os400_inflate macro
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function
208 function inflate; external; in inflate() function
/external/libwebsockets/lib/roles/cgi/
Dprivate-lib-roles-cgi.h70 z_stream inflate; member
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/utils/
DTypeExtensions.kt39 fun ViewGroup.inflate(@LayoutRes layout: Int, attachToRoot: Boolean = true): View = in urlIntent() method
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGzipInflatingBuffer.java413 private int inflate(byte[] b, int off, int len) throws DataFormatException, ZipException { in inflate() method in GzipInflatingBuffer
/external/igt-gpu-tools/tests/i915/
Dgem_exec_capture.c372 ascii85_decode(char *in, uint32_t **out, bool inflate, char **end) in ascii85_decode()
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c392 int32_t Z_EXPORT PREFIX(inflate)(PREFIX3(stream) *strm, int32_t flush) { in PREFIX() argument
Dzlib_name_mangling.h.in91 #define inflate @ZLIB_SYMBOL_PREFIX@inflate macro
/external/libwebsockets/win32port/zlib/
Dinflate.c589 int ZEXPORT inflate(strm, flush) in inflate() function
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java461 private <T extends View> T inflate(int layoutResId) { in inflate() method in ShadowLayoutInflaterTest
/external/mesa3d/src/intel/tools/
Derror2aub.c93 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) in ascii85_decode()

123