HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 751 - 775 of 2392) sorted by null

<<31323334353637383940>>

  /external/glide/library/src/main/java/com/bumptech/glide/
GifTypeRequest.java 5 import com.bumptech.glide.load.resource.gif.GifData;
6 import com.bumptech.glide.load.resource.gif.GifDrawable;
7 import com.bumptech.glide.load.resource.transcode.GifDataBytesTranscoder;
8 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemoryCache.java 5 import com.bumptech.glide.load.engine.Resource;
15 public void onResourceRemoved(Resource removed);
34 public Resource remove(Key key);
39 * @param resource The {@link Resource} to store
42 public Resource put(Key key, Resource resource);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/
NullDecoder.java 1 package com.bumptech.glide.load.resource;
4 import com.bumptech.glide.load.engine.Resource;
17 public Resource<Z> decode(T source, int width, int height) throws IOException {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java 1 package com.bumptech.glide.load.resource.gifbitmap;
4 import com.bumptech.glide.load.engine.Resource;
7 import com.bumptech.glide.load.resource.bitmap.ImageHeaderParser;
8 import com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream;
9 import com.bumptech.glide.load.resource.gif.GifData;
27 public Resource<GifBitmapWrapper> decode(ImageVideoWrapper source, int width, int height) throws IOException {
40 Resource<GifData> gifResource = gifDecoder.decode(bis, width, height);
46 Resource<Bitmap> bitmapResource = bitmapDecoder.decode(source, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
Target.java 10 * @param <R> The type of resource the target can display.
24 * @param resource the loaded resource.
26 public void onResourceReady(R resource, GlideAnimation<R> glideAnimation);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 44 struct pipe_resource *resource; member in struct:rbug_resource
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
186 struct pipe_resource *resource);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_clock.c 36 #include <sys/resource.h>
52 /* Unix or Linux: use resource usage */
  /external/regex-re2/util/
test.cc 6 #include <sys/resource.h>
  /external/skia/tools/
skdiff_utils.h 28 /** Decodes the fileBits into the resource.fBitmap. Returns false on failure. */
29 bool get_bitmap(SkData* fileBits, DiffResource& resource, SkImageDecoder::Mode mode);
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
AnalysisTest.java 114 private File findResource(String resource) throws URISyntaxException {
115 URL resUrl = Resources.getResource(resource);
120 private String readResource(String resource) throws URISyntaxException, IOException {
121 URL url = Resources.getResource(resource);
  /frameworks/native/opengl/tests/gl_perf/
filltest.cpp 21 #include <sys/resource.h>
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 18 #include <sys/resource.h>
  /hardware/qcom/display/msm8226/libqdutils/
qd_utils.h 43 #include <sys/resource.h>
  /packages/apps/Browser/src/com/android/browser/
PermissionsPrompt.java 86 for (String resource : resources) {
87 if (resource.equals(PermissionRequest.RESOURCE_VIDEO_CAPTURE))
89 else if (resource.equals(PermissionRequest.RESOURCE_AUDIO_CAPTURE))
91 else if (resource.equals(PermissionRequest.RESOURCE_PROTECTED_MEDIA_ID))
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentTypeSelectorAdapter.java 83 int resource, int command) {
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
91 public AttachmentListItem(String title, int resource, int command) {
92 super(title, resource);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
resource.h 9 * Resource control/accounting header file for linux
71 * Due to binary compatibility, the actual resource numbers
74 #include <asm/resource.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
resource.h 9 * Resource control/accounting header file for linux
71 * Due to binary compatibility, the actual resource numbers
74 #include <asm/resource.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
CommonAction.java 21 import org.eclipse.jface.resource.ImageDescriptor;
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 20 #include "ui/base/resource/resource_bundle.h"
29 class ChildProcessResource : public Resource {
37 // Resource methods:
96 // Resource methods:
120 Resource::Type ChildProcessResource::GetType() const {
121 // Translate types to Resource::Type, since ChildProcessData's type
127 return Resource::PLUGIN;
129 return Resource::UTILITY;
131 return Resource::ZYGOTE;
133 return Resource::SANDBOX_HELPER
290 ChildProcessResource* resource = iter->second; local
307 ChildProcessResource* resource = local
    [all...]
  /external/chromium_org/ppapi/host/
ppapi_host.cc 103 void PpapiHost::SendUnsolicitedReply(PP_Resource resource,
106 resource, msg, std::vector<SerializedHandle>());
110 PP_Resource resource,
116 DCHECK(resource); // If this fails, host is probably pending.
117 proxy::ResourceMessageReplyParams params(resource, 0);
141 // The resource ID should not be assigned.
243 // Resource should have been assigned a nonzero PP_Resource.
264 void PpapiHost::OnHostMsgResourceDestroyed(PP_Resource resource) {
265 ResourceMap::iterator found = resources_.find(resource);
274 // |resource|
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 113 if (equalIgnoringCase(entryType, "resource"))
114 for (PerformanceEntryVector::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
115 entries.append(*resource);
132 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
133 for (PerformanceEntryVector::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
134 if ((*resource)->name() == name
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 224 .resource-sidebar-tree-item .icon {
228 .children.small .resource-sidebar-tree-item .icon {
232 .resource-sidebar-tree-item.resources-type-image .icon {
239 .resources-type-image .image-resource-icon-preview {
252 .children.small .resource-sidebar-tree-item.resources-type-image .icon {
257 .children.small .resources-type-image .image-resource-icon-preview {
266 .resource-sidebar-tree-item.resources-type-document .icon {
270 .children.small .resource-sidebar-tree-item.resources-type-document .icon {
274 .resource-sidebar-tree-item.resources-type-stylesheet .icon {
278 .children.small .resource-sidebar-tree-item.resources-type-stylesheet .icon
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 67 struct pipe_resource *resource,
74 struct svga_buffer *sbuf = svga_buffer(resource);
82 transfer->resource = resource;
95 svga_hwtnl_flush_buffer(svga, resource);
127 svga_hwtnl_flush_buffer(svga, resource);
200 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
233 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
253 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 67 struct pipe_resource *resource,
74 struct svga_buffer *sbuf = svga_buffer(resource);
82 transfer->resource = resource;
95 svga_hwtnl_flush_buffer(svga, resource);
127 svga_hwtnl_flush_buffer(svga, resource);
200 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
233 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
253 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 36 * <p>This class is responsible authenticating the user using SASL, binding the resource
50 * <p>Once the user has been authenticated with SASL, it is necessary to bind a resource for
51 * the connection. If no resource is passed in {@link #authenticate(String, String, String)}
52 * then the server will assign a resource for the connection. In case a resource is passed
53 * then the server will receive the desired resource but may assign a modified resource for
56 * <p>Once a resource has been binded and if the server supports sessions then Smack will establish
204 * then resource binding and session establishment will be performed. This method will return
205 * the full JID provided by the server while binding a resource to the connection.<p>
    [all...]

Completed in 1103 milliseconds

<<31323334353637383940>>