/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | FormattableFragment.java | 40 root = inflater.inflate(R.layout.fragment_formattable, container, false); in onCreateView()
|
H A D | NotFormattableFragment.java | 45 root = inflater.inflate(R.layout.fragment_not_formattable, container, false); in onCreateView()
|
H A D | NotFormattableRvAdapter.java | 31 View view = layoutInflater.inflate(R.layout.not_formattable_list_item, parent, false); in onCreateViewHolder()
|
H A D | FormattableRvAdapter.java | 35 View view = layoutInflater.inflate(R.layout.formattable_list_item, parent, false); in onCreateViewHolder()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | BufferSizeView.java | 91 inflater.inflate(R.layout.buffer_size_view, this); in initializeViews()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 66 ret = inflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tscc.c | 91 ret = inflate(zstream, Z_FINISH); in decode_frame()
|
H A D | mwsc.c | 111 ret = inflate(zstream, Z_FINISH); in decode_frame()
|
H A D | rasc.c | 199 zret = inflate(zstream, Z_FINISH); in decode_zlib() 509 zret = inflate(zstream, Z_SYNC_FLUSH); in decode_kfrm() 524 zret = inflate(zstream, Z_SYNC_FLUSH); in decode_kfrm()
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 177 status = inflate(&z, Z_SYNC_FLUSH);
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils_portable.cc | 192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
|
/third_party/node/deps/zlib/google/ |
H A D | compression_utils_portable.cc | 192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 108 #define inflate Cr_z_inflate macro
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 111 #define inflate Cr_z_inflate macro
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 20 # define inflate z_inflate macro 135 The memory requirements for inflate are (in bytes) 1 << windowBits
|
H A D | ftgzip.c | 102 #include "inflate.c" 443 err = inflate( zstream, Z_NO_FLUSH ); in ft_gzip_file_fill_output() 506 /* Reset inflate stream if we're seeking backwards. */ in ft_gzip_file_io() 668 * to inflate the file, plus the two 4KB intermediate input/output in FT_EXPORT_DEF() 737 /* check for `input' delayed to `inflate' */ in FT_EXPORT_DEF() 768 err = inflate( &stream, Z_FINISH ); in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 108 #define inflate Cr_z_inflate macro
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils_portable.cc | 192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | ViewerActivity.java | 47 inflater.inflate(R.menu.title, menu); in onCreateOptionsMenu()
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 94 return last deflate() return value, or Z_MEM_ERROR if inflate() 106 ret = inflate(inf, Z_NO_FLUSH); in recompress() 134 z_stream def, inf; /* zlib deflate and inflate states */ in main()
|
H A D | zpipe.c | 1 /* zpipe.c: example of proper use of zlib's inflate() and deflate() 8 Use switch statement for inflate() return values 100 /* allocate inflate state */ in inf() 121 /* run inflate() on input until output buffer not full */ in inf() 125 ret = inflate(&strm, Z_NO_FLUSH); in inf() 142 /* done when inflate() says it's done */ in inf()
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
H A D | extension-permessage-deflate.c | 235 "pmd rx inflate buf"); in lws_extension_callback_pm_deflate() 294 n = inflate(&priv->rx, was_fin ? Z_SYNC_FLUSH : Z_NO_FLUSH); in lws_extension_callback_pm_deflate() 295 lwsl_wsi_ext(wsi, "inflate ret %d, avi %d, avo %d, wsifinal %d", n, in lws_extension_callback_pm_deflate() 302 lwsl_wsi_err(wsi, "zlib error inflate %d: \"%s\"", in lws_extension_callback_pm_deflate() 337 n = inflate(&priv->rx, Z_SYNC_FLUSH); in lws_extension_callback_pm_deflate() 345 lwsl_wsi_info(wsi, "zlib error inflate %d: %s", in lws_extension_callback_pm_deflate()
|
/third_party/toybox/lib/ |
H A D | deflate.c | 1 /* deflate.c - deflate/inflate code for gzip and friends 61 error_exit("inflate EOF"); in bitbuf_skip() 202 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate() function 360 // Allocate memory for deflate/inflate. 495 inflate(dd, bb); in gunzip_fd()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | utils_unittest.cc | 131 ret = inflate(&decomp_strm, Z_FINISH); in TEST() 206 ret = inflate(&stream, Z_FINISH); in TEST() 275 ret = inflate(&stream, Z_FINISH); in TEST() 414 ret = inflate(&stream, Z_FINISH); in TEST()
|
/third_party/elfio/elfio/ |
H A D | elfio_utils.hpp | 287 inflate( const char* data,
|