HomeSort by relevance Sort by last modified time
    Searched defs:inflate (Results 176 - 200 of 510) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 64 return inflater.inflate(R.layout.fragment_media_effects, container, false);
82 inflater.inflate(R.menu.media_effects, menu);
  /development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
MainActivity.java 129 inflater.inflate(R.menu.main, menu);
229 View rootView = inflater.inflate(R.layout.fragment_planet, container, false);
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 170 inflater.inflate(R.menu.mainmenu, menu);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate for
605 int ZEXPORT inflate(strm, flush) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate for
554 int ZEXPORT inflate(strm, flush) function
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
622 int ZEXPORT inflate(strm, flush) function
    [all...]
  /external/curl/lib/
setup-os400.h 219 #define inflate Curl_os400_inflate macro
  /external/freetype/src/gzip/
ftzconf.h 20 # define inflate z_inflate macro
135 The memory requirements for inflate are (in bytes) 1 << windowBits
  /external/python/cpython2/Modules/zlib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
605 int ZEXPORT inflate(strm, flush) function
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
622 int ZEXPORT inflate(strm, flush) function
    [all...]
  /external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
ViewerActivity.java 47 inflater.inflate(R.menu.title, menu);
  /external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
ViewerActivity.java 47 inflater.inflate(R.menu.title, menu);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DurationPicker.java 53 inflater.inflate(R.layout.duration_picker, this, true);
  /external/syslinux/com32/lib/zlib/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
589 int ZEXPORT inflate(strm, flush) function
    [all...]
zconf.in.h 19 # define inflate z_inflate macro
149 The memory requirements for inflate are (in bytes) 1 << windowBits
  /external/toybox/toys/pending/
compress.c 1 /* compress.c - deflate/inflate code for zip, gzip, zlib, and raw
5 * The inflate/deflate code lives here, so the various things that use it
96 if (bb->len < 1) perror_exit("inflate EOF");
230 static void inflate(struct bitbuf *bb) function
387 // Allocate memory for deflate/inflate.
497 inflate(bb);
  /external/zlib/src/contrib/delphi/
ZLib.pas 206 {$L inflate.obj}
246 // inflate decompresses data
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; function
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
517 CCheck(inflate(FZRec, 0));
  /external/zlib/src/contrib/pascal/
zlibpas.pas 110 function inflate(var strm: z_stream; flush: Integer): Integer; function
182 {$L inflate.obj}
208 function inflate; external; function
  /external/zlib/src/
inflate.c 0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
622 int ZEXPORT inflate(strm, flush) function
    [all...]
  /frameworks/base/core/java/android/preference/
GenericInflater.java 41 * @param T The type of the items to inflate
210 * Inflate a new item hierarchy from the specified xml resource. Throws
220 public T inflate(@XmlRes int resource, P root) { method in class:GenericInflater
221 return inflate(resource, root, root != null);
225 * Inflate a new hierarchy from the specified xml node. Throws
240 public T inflate(XmlPullParser parser, P root) { method in class:GenericInflater
241 return inflate(parser, root, root != null);
245 * Inflate a new hierarchy from the specified xml resource. Throws
260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { method in class:GenericInflater
264 return inflate(parser, root, attachToRoot)
291 public T inflate(XmlPullParser parser, P root, method in class:GenericInflater
    [all...]
  /frameworks/base/core/java/android/view/
ViewStub.java 32 * A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
35 * When a ViewStub is made visible, or when {@link #inflate()} is invoked, the layout resource
38 * {@link #inflate()} is invoked.
41 * parameters. Similarly, you can define/override the inflate View's id by using the
62 * View inflated = stub.inflate();
65 * When {@link #inflate()} is invoked, the ViewStub is replaced by the inflated View
158 * {@link #inflate()} to replace this StubbedView
161 * @return The layout resource identifier used to inflate the new View.
165 * @see #inflate()
174 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisibl
247 inflate(); method
296 public View inflate() { method in class:ViewStub
    [all...]
  /frameworks/base/core/java/android/widget/
TextInputTimePickerView.java 78 inflate(context, R.layout.time_picker_text_input_material, this); method
  /frameworks/base/core/java/com/android/internal/app/
LocalePickerWithRegion.java 232 inflater.inflate(R.menu.language_selection_list, menu);
  /frameworks/base/core/java/com/android/internal/graphics/drawable/
AnimationScaleListDrawable.java 77 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, method in class:AnimationScaleListDrawable
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 289 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:AnimationDrawable

Completed in 664 milliseconds

1 2 3 4 5 6 78 91011>>