Searched refs:resource (Results 151 - 175 of 1082) sorted by relevance

1234567891011>>

/external/glide/library/src/main/java/com/bumptech/glide/provider/
H A DLoadProvider.java4 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
9 * {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} to be retrieved.
13 * @param <Z> The type of resource that will be decoded.
14 * @param <R> The type of resource that the decoded resource will be transcoded to.
24 * Returns the {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} to convert from the decoded
25 * and transformed resource into the transcoded resource.
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk5 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
6 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DConfigLoader.java22 * Internal utility to load runtime configuration from a classpath resource and
34 static Properties load(final String resource, final Properties system) { argument
36 loadResource(resource, result);
42 private static void loadResource(final String resource, argument
44 final InputStream file = Offline.class.getResourceAsStream(resource);
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/
H A Dmemory_resource_convert.pass.cpp43 assert(a.resource() == &R);
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_deque_synop.pass.cpp36 assert(d.get_allocator().resource() == pmr::get_default_resource());
H A Dheader_forward_list_synop.pass.cpp36 assert(d.get_allocator().resource() == pmr::get_default_resource());
H A Dheader_list_synop.pass.cpp36 assert(d.get_allocator().resource() == pmr::get_default_resource());
H A Dheader_vector_synop.pass.cpp36 assert(d.get_allocator().resource() == pmr::get_default_resource());
/external/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom04.c33 #include <sys/resource.h>
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { argument
43 return getResourceLoader().inflateView(context, resource, attachToRoot ? root : null);
47 public View inflate(int resource, ViewGroup root) { argument
48 return inflate(resource, root, root != null);
/external/strace/tests/
H A Dxetpriority.c7 # include <sys/resource.h>
/external/strace/tests-m32/
H A Dxetpriority.c7 # include <sys/resource.h>
/external/strace/tests-mx32/
H A Dxetpriority.c7 # include <sys/resource.h>
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c236 * The state tracker implements some resource copies with blits (for
250 stex = svga_texture(blit_info->src.resource);
251 dtex = svga_texture(blit_info->dst.resource);
253 /* can't copy within one resource */
257 /* can't copy between different resource types */
258 if (svga_resource_type(blit_info->src.resource->target) !=
259 svga_resource_type(blit_info->dst.resource->target))
284 blit_info->src.resource->format,
285 blit_info->dst.resource->format);
294 * the view format is an adjusted format for BGRX/BGRA resource
510 svga_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DMultiTransformation.java9 * A transformation that applies one or more transformations in iteration order to a resource.
33 public Resource<T> transform(Resource<T> resource, int outWidth, int outHeight) { argument
34 Resource<T> previous = resource;
38 if (previous != null && !previous.equals(resource) && !previous.equals(transformed)) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapEncoder.java1 package com.bumptech.glide.load.resource.bitmap;
41 public boolean encode(Resource<Bitmap> resource, OutputStream os) { argument
42 final Bitmap bitmap = resource.get();
56 return "BitmapEncoder.com.bumptech.glide.load.resource.bitmap";
H A DFileDescriptorBitmapDataLoadProvider.java1 package com.bumptech.glide.load.resource.bitmap;
11 import com.bumptech.glide.load.resource.NullEncoder;
12 import com.bumptech.glide.load.resource.file.FileToStreamDecoder;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DGlideBitmapDrawableTranscoder.java1 package com.bumptech.glide.load.resource.transcode;
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";
/external/libcups/cups/
H A Dtestcreds.c35 resource[HTTP_MAX_URI]; /* Resource from URI */ local
63 if (httpSeparateURI(HTTP_URI_CODING_MOST, argv[1], scheme, sizeof(scheme), username, sizeof(username), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
/external/objenesis/tck/src/main/java/org/objenesis/tck/
H A DCandidateLoader.java105 * @param resource File name
108 public void loadFromResource(Class<?> cls, String resource) throws IOException { argument
109 InputStream candidatesConfig = cls.getResourceAsStream(resource);
111 throw new IOException("Resource '" + resource + "' not found relative to " + cls.getName());
/external/skia/gm/
H A Dcolorwheel.cpp14 static void draw_image(SkCanvas* canvas, const char* resource, int x, int y) { argument
15 sk_sp<SkImage> image(GetResourceAsImage(resource));
20 " to set the resourcePath?\n", resource);
/external/skqp/gm/
H A Dcolorwheel.cpp14 static void draw_image(SkCanvas* canvas, const char* resource, int x, int y) { argument
15 sk_sp<SkImage> image(GetResourceAsImage(resource));
20 " to set the resourcePath?\n", resource);
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compilation_device.h88 void set_resource(XlaResource* resource) { resource_ = resource; } argument
89 XlaResource* resource() const { return resource_; } function in class:tensorflow::XlaExpression
/external/tensorflow/tensorflow/python/ops/
H A Dresources.py38 """Registers a resource into the appropriate collections.
40 This makes the resource findable in either the shared or local resources
44 handle: op which returns a handle for the resource.
45 create_op: op which initializes the resource.
47 the resource has been initialized.
48 is_shared: if True, the resource gets added to the shared resource
49 collection; otherwise it gets added to the local resource collection.
52 resource = _Resource(handle, create_op, is_initialized_op)
54 ops.add_to_collection(ops.GraphKeys.RESOURCES, resource)
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c347 * Map a resource for read/write.
350 llvmpipe_resource_map(struct pipe_resource *resource, argument
355 struct llvmpipe_resource *lpr = llvmpipe_resource(resource);
359 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
367 struct llvmpipe_screen *screen = llvmpipe_screen(resource->screen);
389 else if (llvmpipe_resource_is_texture(resource)) {
401 * Unmap a resource.
404 llvmpipe_resource_unmap(struct pipe_resource *resource, argument
408 struct llvmpipe_resource *lpr = llvmpipe_resource(resource);
424 llvmpipe_resource_data(struct pipe_resource *resource) argument
505 llvmpipe_transfer_map( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer ) argument
751 llvmpipe_resource_size(const struct pipe_resource *resource) argument
[all...]

Completed in 588 milliseconds

1234567891011>>