/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterButtonInflater.java | 53 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/ |
D | InflaterSourceTest.java | 31 @Test public void inflate() throws Exception { in inflate() method in InflaterSourceTest 105 private Buffer inflate(Buffer deflated) throws IOException { in inflate() method in InflaterSourceTest
|
D | DeflaterSinkTest.java | 134 private Buffer inflate(Buffer deflated) throws IOException { in inflate() method in DeflaterSinkTest
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | SimpleInflater.java | 65 public T inflate(int resId) { in inflate() method in SimpleInflater 85 public T inflate(XmlPullParser parser) { in inflate() method in SimpleInflater
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Inflater.cs | 25 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/ |
D | SevenZNativeHeapTest.java | 118 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/elfutils/libelf/ |
D | elf_compress_gnu.c | 38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu()
|
/external/curl/lib/ |
D | setup-os400.h | 219 #define inflate Curl_os400_inflate macro
|
D | setup-vms.h | 384 #define inflate INFLATE macro
|
/external/freetype/src/gzip/ |
D | inflate.c | 147 ZEXPORT(int) inflate( /* z, f) */ in inflate() function
|
D | ftzconf.h | 20 # define inflate z_inflate macro
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function 208 function inflate; external; in inflate() function
|
/external/u-boot/lib/zlib/ |
D | inflate.c | 328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() function
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | GzipInflatingBuffer.java | 413 private int inflate(byte[] b, int off, int len) throws DataFormatException, ZipException { in inflate() method in GzipInflatingBuffer
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayoutInflaterTest.java | 461 private <T extends View> T inflate(int layoutResId) { in inflate() method in ShadowLayoutInflaterTest
|
/external/zlib/src/ |
D | inflate.c | 622 int ZEXPORT inflate(strm, flush) in inflate() function
|
D | zconf.h | 101 # define inflate z_inflate macro
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.c | 622 int ZEXPORT inflate(strm, flush) in inflate() function
|
D | zconf.h.in | 101 # define inflate z_inflate macro
|
D | zconf.h | 101 # define inflate z_inflate macro
|
/external/toybox/lib/ |
D | deflate.c | 194 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate() function
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_error_decode.c | 347 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) in ascii85_decode()
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 71 # define inflate z_inflate macro
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng_util.cpp | 360 …void inflate(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, size_t inpos =… in inflate() function
|