HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 151 - 175 of 2074) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawableLoadProvider.java 1 package com.bumptech.glide.load.resource.gif;
5 import com.bumptech.glide.load.Encoder;
6 import com.bumptech.glide.load.ResourceDecoder;
7 import com.bumptech.glide.load.ResourceEncoder;
8 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
9 import com.bumptech.glide.load.model.StreamEncoder;
10 import com.bumptech.glide.load.resource.file.FileToStreamDecoder;
18 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} that can be used to display an animated GIF.
GifDrawableResource.java 1 package com.bumptech.glide.load.resource.gif;
3 import com.bumptech.glide.load.resource.drawable.DrawableResource;
7 * A resource wrapping an {@link com.bumptech.glide.load.resource.gif.GifDrawable}.
GifFrameModelLoader.java 1 package com.bumptech.glide.load.resource.gif;
5 import com.bumptech.glide.load.data.DataFetcher;
6 import com.bumptech.glide.load.model.ModelLoader;
GifFrameResourceDecoder.java 1 package com.bumptech.glide.load.resource.gif;
6 import com.bumptech.glide.load.ResourceDecoder;
7 import com.bumptech.glide.load.engine.Resource;
8 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
9 import com.bumptech.glide.load.resource.bitmap.BitmapResource;
26 return "GifFrameResourceDecoder.com.bumptech.glide.load.resource.gif";
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapper.java 1 package com.bumptech.glide.load.resource.gifbitmap;
5 import com.bumptech.glide.load.engine.Resource;
6 import com.bumptech.glide.load.resource.gif.GifDrawable;
10 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} resource.
46 * Returns the wrapped {@link com.bumptech.glide.load.resource.gif.GifDrawable} resource if it exists, or null.
GifBitmapWrapperResourceEncoder.java 1 package com.bumptech.glide.load.resource.gifbitmap;
5 import com.bumptech.glide.load.ResourceEncoder;
6 import com.bumptech.glide.load.engine.Resource;
7 import com.bumptech.glide.load.resource.gif.GifDrawable;
12 * A {@link com.bumptech.glide.load.ResourceEncoder} that can encode either an {@link Bitmap} or
13 * {@link com.bumptech.glide.load.resource.gif.GifDrawable}.
GifBitmapWrapperTransformation.java 1 package com.bumptech.glide.load.resource.gifbitmap;
5 import com.bumptech.glide.load.Transformation;
6 import com.bumptech.glide.load.engine.Resource;
7 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
8 import com.bumptech.glide.load.resource.gif.GifDrawable;
9 import com.bumptech.glide.load.resource.gif.GifDrawableTransformation;
12 * A {@link com.bumptech.glide.load.Transformation} that can apply a wrapped {@link android.graphics.Bitmap}
13 * transformation to both {@link android.graphics.Bitmap}s and {@link com.bumptech.glide.load.resource.gif.GifDrawable}.
ImageVideoGifDrawableLoadProvider.java 1 package com.bumptech.glide.load.resource.gifbitmap;
5 import com.bumptech.glide.load.Encoder;
6 import com.bumptech.glide.load.ResourceDecoder;
7 import com.bumptech.glide.load.ResourceEncoder;
8 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
9 import com.bumptech.glide.load.model.ImageVideoWrapper;
10 import com.bumptech.glide.load.resource.file.FileToStreamDecoder;
11 import com.bumptech.glide.load.resource.gif.GifDrawable;
18 * An {@link com.bumptech.glide.provider.DataLoadProvider} that can load either an
19 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} or an {@link Bitmap} from either a
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
BitmapBytesTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
5 import com.bumptech.glide.load.engine.Resource;
6 import com.bumptech.glide.load.resource.bytes.BytesResource;
11 * An {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} that converts
38 return "BitmapBytesTranscoder.com.bumptech.glide.load.resource.transcode";
GifBitmapWrapperDrawableTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
5 import com.bumptech.glide.load.engine.Resource;
6 import com.bumptech.glide.load.resource.bitmap.GlideBitmapDrawable;
7 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
8 import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapper;
11 * An {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} that can transcode either an
12 * {@link Bitmap} or an {@link com.bumptech.glide.load.resource.gif.GifDrawable} into an
41 return "GifBitmapWrapperDrawableTranscoder.com.bumptech.glide.load.resource.transcode";
GlideBitmapDrawableTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
8 import com.bumptech.glide.load.engine.Resource;
9 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
10 import com.bumptech.glide.load.resource.bitmap.GlideBitmapDrawable;
11 import com.bumptech.glide.load.resource.bitmap.GlideBitmapDrawableResource;
14 * An {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} that converts
38 return "GlideBitmapDrawableTranscoder.com.bumptech.glide.load.resource.transcode";
TranscoderRegistry.java 1 package com.bumptech.glide.load.resource.transcode;
9 * A class that allows {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder}s to be registered and
19 * Registers the given {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} using the given
33 * Returns the currently registered {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} for the
UnitTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
3 import com.bumptech.glide.load.engine.Resource;
  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 38 * <p>Most implementations will only need to implement {@link #load}. Other methods may be
44 * public Graph load(Key key) throws AnyException {
65 * @throws Exception if unable to load the result
70 public abstract V load(K key) throws Exception; method in class:CacheLoader
77 * <p>This implementation synchronously delegates to {@link #load}. It is recommended that it be
97 return Futures.immediateFuture(load(key));
116 * @throws Exception if unable to load the result
131 * implement {@link #load load} instead.
150 public V load(K key) method in class:CacheLoader.FunctionToCacheLoader
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheLoader.java 32 * <p>Most implementations will only need to implement {@link #load}. Other methods may be
38 * public Graph load(Key key) throws AnyException {
59 * @throws Exception if unable to load the result
64 public abstract V load(K key) throws Exception; method in class:CacheLoader
82 * @throws Exception if unable to load the result
97 * implement {@link #load load} instead.
116 public V load(K key) { method in class:CacheLoader.FunctionToCacheLoader
126 * implement {@link #load load} instead
146 public V load(Object key) { method in class:CacheLoader.SupplierToCacheLoader
    [all...]
  /external/icu/icu4c/source/i18n/
collationroot.cpp 51 CollationRoot::load(UErrorCode &errorCode) { function in class:CollationRoot
76 umtx_initOnce(initOnce, CollationRoot::load, errorCode);
83 umtx_initOnce(initOnce, CollationRoot::load, errorCode);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplateLoader.java 51 public Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode) { method in class:InterpretedTemplateLoader
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java 159 TJLoader.load();
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 22 Error NameMap::load(codeview::StreamReader &Stream) { function in class:NameMap
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 44 try_lower_input_load(nir_function_impl *impl, nir_intrinsic_instr *load)
48 glsl_without_array(load->variables[0]->var->type);
58 b.cursor = nir_before_instr(&load->instr);
61 nir_ssa_def *offset = nir_ssa_for_src(&b, load->src[0], 2);
89 tex->texture = nir_deref_var_clone(load->variables[0], tex);
104 tex->src[2].src = load->src[1];
110 nir_ssa_def_rewrite_uses(&load->dest.ssa,
128 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); local
130 if (load->intrinsic != nir_intrinsic_image_load)
133 try_lower_input_load(function->impl, load);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_analyze_boolean_resolves.c 219 nir_load_const_instr *load = nir_instr_as_load_const(instr); local
228 if (load->value.u32[0] == NIR_TRUE || load->value.u32[0] == NIR_FALSE) {
brw_nir_tcs_workarounds.c 78 nir_intrinsic_instr *load = local
80 nir_ssa_dest_init(&load->instr, &load->dest, num_components, 32, NULL);
81 load->num_components = num_components;
82 load->src[0] = nir_src_for_ssa(nir_imm_int(b, 0));
83 nir_intrinsic_set_base(load, offset);
84 nir_intrinsic_set_component(load, component);
86 nir_builder_instr_insert(b, &load->instr);
88 return &load->dest.ssa;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DocumentLoader.java 21 public void load(String folderBaseName) { method in class:DocumentLoader
RawResourceLoader.java 13 load(resourceTable, "raw"); method
14 load(resourceTable, "drawable"); method
17 public void load(PackageResourceTable resourceTable, String folderBaseName) { method in class:RawResourceLoader
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowKeyCharacterMap.java 93 public static KeyCharacterMap load(int deviceId) { method in class:ShadowKeyCharacterMap

Completed in 384 milliseconds

1 2 3 4 5 67 8 91011>>