Home
last modified time | relevance | path

Searched refs:inflate (Results 51 - 75 of 145) sorted by relevance

123456

/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DFormattableFragment.java40 root = inflater.inflate(R.layout.fragment_formattable, container, false); in onCreateView()
H A DNotFormattableFragment.java45 root = inflater.inflate(R.layout.fragment_not_formattable, container, false); in onCreateView()
H A DNotFormattableRvAdapter.java31 View view = layoutInflater.inflate(R.layout.not_formattable_list_item, parent, false); in onCreateViewHolder()
H A DFormattableRvAdapter.java35 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 DBufferSizeView.java91 inflater.inflate(R.layout.buffer_size_view, this); in initializeViews()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Ddeflate_fuzzer.cc66 ret = inflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavcodec/
H A Dtscc.c91 ret = inflate(zstream, Z_FINISH); in decode_frame()
H A Dmwsc.c111 ret = inflate(zstream, Z_FINISH); in decode_frame()
H A Drasc.c199 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 Dmkhelp.pl177 status = inflate(&z, Z_SYNC_FLUSH);
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h108 #define inflate Cr_z_inflate macro
/third_party/node/deps/zlib/
H A Dchromeconf.h111 #define inflate Cr_z_inflate macro
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h20 # define inflate z_inflate macro
135 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dftgzip.c102 #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 Dchromeconf.h108 #define inflate Cr_z_inflate macro
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java47 inflater.inflate(R.menu.title, menu); in onCreateOptionsMenu()
/third_party/zlib/examples/
H A Dfitblk.c94 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 Dzpipe.c1 /* 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 Dextension-permessage-deflate.c235 "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 Ddeflate.c1 /* 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 Dutils_unittest.cc131 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 Delfio_utils.hpp287 inflate( const char* data,

Completed in 13 milliseconds

123456