Searched refs:resource (Results 251 - 275 of 1082) sorted by relevance

<<11121314151617181920>>

/external/libcups/cups/
H A Dmd5passwd.c65 const char *resource, /* I - Resource path */
71 char a2[33]; /* Hash of method and resource */
75 * First compute the MD5 sum of the method and resource...
78 snprintf(line, sizeof(line), "%s:%s", method, resource);
86 * and A2 (method + resource) values to get the final MD5 sum for the
63 httpMD5Final(const char *nonce, const char *method, const char *resource, char md5[33]) argument
H A Drequest.c47 const char *resource, /* I - HTTP resource for POST */
54 DEBUG_printf(("cupsDoFileRequest(http=%p, request=%p(%s), resource=\"%s\", filename=\"%s\")", (void *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resource, filename));
75 response = cupsDoIORequest(http, request, resource, infile, -1);
103 const char *resource, /* I - HTTP resource for POST */
115 DEBUG_printf(("cupsDoIORequest(http=%p, request=%p(%s), resource=\"%s\", infile=%d, outfile=%d)", (void *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resource, infile, outfile));
121 if (!request || !resource)
45 cupsDoFileRequest(http_t *http, ipp_t *request, const char *resource, const char *filename) argument
101 cupsDoIORequest(http_t *http, ipp_t *request, const char *resource, int infile, int outfile) argument
290 cupsDoRequest(http_t *http, ipp_t *request, const char *resource) argument
312 cupsGetResponse(http_t *http, const char *resource) argument
585 cupsSendRequest(http_t *http, ipp_t *request, const char *resource, size_t length) argument
[all...]
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_map_synop.pass.cpp53 assert(m.get_allocator().resource() == pmr::get_default_resource());
67 assert(m.get_allocator().resource() == pmr::get_default_resource());
H A Dheader_set_synop.pass.cpp51 assert(m.get_allocator().resource() == pmr::get_default_resource());
65 assert(m.get_allocator().resource() == pmr::get_default_resource());
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h96 struct pipe_resource *resource; member in struct:vl_vertex_buffer::__anon16123
102 struct pipe_resource *resource; member in struct:vl_vertex_buffer::__anon16124
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c101 struct pipe_resource *resource,
110 referenced = llvmpipe_is_resource_referenced(pipe, resource, level);
100 llvmpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, boolean read_only, boolean cpu_access, boolean do_not_block, const char *reason) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_texture.h51 struct pipe_resource *resource; member in struct:trace_resource
122 (void)trace_resource(transfer->resource);
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java32 public int resource; field in class:LevelTree.Level
44 resource = level;
72 public static final boolean isLoaded(int resource) { argument
73 return mLoaded && mLoadedResource == resource;
76 public static final void loadLevelTree(int resource, Context context) { argument
77 if (levels.size() > 0 && mLoadedResource == resource) {
82 XmlResourceParser parser = context.getResources().getXml(resource);
124 if (parser.getAttributeName(i).equals("resource")) {
151 if (parser.getAttributeName(i).equals("resource")) {
163 if (parser.getAttributeName(i).equals("resource")) {
[all...]
/external/skia/infra/bots/recipes/
H A Dhousekeeper.py35 cmd=['python', api.core.resource('generate_and_upload_doxygen.py')],
38 cmd = ['python', api.core.resource('run_binary_size_analysis.py'),
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DOptionAdapter.java17 public OptionAdapter(Context context, int resource, List<String> options, Spinner spinner) { argument
18 super(context, resource);
/external/skia/src/gpu/
H A DGrGpuResourcePriv.h22 * Sets a unique key for the resource. If the resource was previously cached as scratch it will
23 * be converted to a uniquely-keyed resource. If the key is invalid then this is equivalent to
24 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
25 * this resource takes over the key.
29 /** Removes the unique key from a resource. If the resource has a scratch key, it may be
34 * If the resource is uncached make it cached. Has no effect on resources that are wrapped or
40 * If the resource is cached make it uncached. Has no effect on resources that are wrapped or
46 * Does the resource coun
73 ResourcePriv(GrGpuResource* resource) argument
[all...]
/external/skia/src/gpu/vk/
H A DGrVkUniformBuffer.h52 const GrVkUniformBuffer::Resource* resource)
53 : INHERITED(desc, resource) {}
51 GrVkUniformBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc, const GrVkUniformBuffer::Resource* resource) argument
/external/skqp/infra/bots/recipes/
H A Dhousekeeper.py35 cmd=['python', api.core.resource('generate_and_upload_doxygen.py')],
38 cmd = ['python', api.core.resource('run_binary_size_analysis.py'),
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DOptionAdapter.java17 public OptionAdapter(Context context, int resource, List<String> options, Spinner spinner) { argument
18 super(context, resource);
/external/skqp/src/gpu/
H A DGrGpuResourcePriv.h22 * Sets a unique key for the resource. If the resource was previously cached as scratch it will
23 * be converted to a uniquely-keyed resource. If the key is invalid then this is equivalent to
24 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
25 * this resource takes over the key.
29 /** Removes the unique key from a resource. If the resource has a scratch key, it may be
34 * If the resource is uncached make it cached. Has no effect on resources that are wrapped or
40 * If the resource is cached make it uncached. Has no effect on resources that are wrapped or
46 * Does the resource coun
73 ResourcePriv(GrGpuResource* resource) argument
[all...]
/external/skqp/src/gpu/vk/
H A DGrVkUniformBuffer.h52 const GrVkUniformBuffer::Resource* resource)
53 : INHERITED(desc, resource) {}
51 GrVkUniformBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc, const GrVkUniformBuffer::Resource* resource) argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Darg_op.cc52 if (arg.resource() != nullptr) {
53 ctx->SetResourceOutput(0, arg.resource());
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DResultsUploader.java96 WebResource resource = client.resource(uploadUri.get());
98 resource = resource.queryParam("key", apiKey.get().toString());
103 resource.type(APPLICATION_JSON_TYPE).post(gson.toJson(ImmutableList.of(trial)));
/external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/testsubjects/
H A DTestSubject.java60 * A simple resource implementation which implements Closeable.
78 try (SimpleResource resource = new SimpleResource()) {
79 resource.call(true);
118 public void closeResource(AutoCloseable resource, Throwable suppressor) throws Exception { argument
119 if (resource == null) {
123 resource.close();
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifResourceEncoder.java1 package com.bumptech.glide.load.resource.gif;
14 import com.bumptech.glide.load.resource.UnitTransformation;
15 import com.bumptech.glide.load.resource.bitmap.BitmapResource;
23 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} to cache.
44 public boolean encode(Resource<GifDrawable> resource, OutputStream os) { argument
47 GifDrawable drawable = resource.get();
/external/icu/icu4c/source/tools/genrb/
H A Dderb.cpp48 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
313 reportError(pname, &status, "opening resource file");
394 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n",
419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) argument
423 /* int32_t noOfElements = ures_getSize(resource);*/
425 const char *key = ures_getKey(resource);
427 switch(ures_getType(resource)) {
431 const UChar* thestr = ures_getString(resource, &len, status);
438 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n",
480 uprv_itou(num, 20, ures_getInt(resource, statu
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_shader.h75 struct ilo_state_shader_resource_info resource; member in struct:ilo_state_vs_info
85 struct ilo_state_shader_resource_info resource; member in struct:ilo_state_hs_info
95 struct ilo_state_shader_resource_info resource; member in struct:ilo_state_ds_info
118 struct ilo_state_shader_resource_info resource; member in struct:ilo_state_gs_info
158 struct ilo_state_shader_resource_info resource; member in struct:ilo_state_ps_info
/external/skia/bench/
H A DGrResourceCacheBench.cpp49 GrGpuResource* resource = new BenchResource(gpu); local
50 resource->resourcePriv().setUniqueKey(key);
51 resource->unref();
148 sk_sp<GrGpuResource> resource(cache->findAndRefUniqueResource(key));
149 SkASSERT(resource); variable
/external/skia/gm/
H A Dencode-srgb.cpp41 const char* resource; local
44 resource = "images/grayscale.jpg";
48 resource = "images/color_wheel.jpg";
52 resource = (kOpaque_SkAlphaType == alphaType) ? "images/color_wheel.jpg"
57 sk_sp<SkData> data = GetResourceAsData(resource);
/external/skqp/bench/
H A DGrResourceCacheBench.cpp48 GrGpuResource* resource = new BenchResource(gpu); local
49 resource->resourcePriv().setUniqueKey(key);
50 resource->unref();
147 sk_sp<GrGpuResource> resource(cache->findAndRefUniqueResource(key));
148 SkASSERT(resource); variable

Completed in 744 milliseconds

<<11121314151617181920>>