Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/third_party/skia/tools/
DResources.cpp25 SkString GetResourcePath(const char* resource) { in GetResourcePath()
29 void SetResourcePath(const char* resource) { in SetResourcePath()
39 std::unique_ptr<SkStreamAsset> GetResourceAsStream(const char* resource) { in GetResourceAsStream()
45 sk_sp<SkData> GetResourceAsData(const char* resource) { in GetResourceAsData()
58 sk_sp<SkTypeface> MakeResourceAsTypeface(const char* resource, int ttcIndex) { in MakeResourceAsTypeface()
DResources.h27 inline bool GetResourceAsBitmap(const char* resource, SkBitmap* dst) { in GetResourceAsBitmap()
31 inline sk_sp<SkImage> GetResourceAsImage(const char* resource) { in GetResourceAsImage()
/third_party/skia/src/gpu/
DGrResourceCache.cpp136 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource()
179 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource()
289 GrGpuResource* resource = fNonpurgeableResources[i]; in releaseByTag() local
300 GrGpuResource* resource = fPurgeableQueue.at(i); in releaseByTag() local
310 for (auto resource : recycleVector) { in releaseByTag() local
349 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource()
374 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource() local
387 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
395 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey()
415 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
[all …]
DGrResourceCache.h166 GrGpuResource* resource = fUniqueHash.find(key); in findAndRefUniqueResource() local
441 void insertResource(GrGpuResource* resource) { fCache->insertResource(resource); } in insertResource()
446 void removeResource(GrGpuResource* resource) { fCache->removeResource(resource); } in removeResource()
452 void refResource(GrGpuResource* resource) { fCache->refResource(resource); } in refResource()
473 void notifyARefCntReachedZero(GrGpuResource* resource, in notifyARefCntReachedZero()
481 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
488 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); } in removeUniqueKey()
493 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
500 void didChangeBudgetStatus(GrGpuResource* resource) { fCache->didChangeBudgetStatus(resource); } in didChangeBudgetStatus()
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit03.c62 static int getrlimit_u64(int resource, struct rlimit64 *rlim) in getrlimit_u64()
78 static int getrlimit_ulong(int resource, struct rlimit_ulong *rlim) in getrlimit_ulong()
91 static int getrlimit_long(int resource, struct rlimit_long *rlim) in getrlimit_long()
97 static int compare_retval(int resource, int ret_u64, int errno_u64, in compare_retval()
112 static int compare_u64_ulong(int resource, uint64_t val_u64, in compare_u64_ulong()
127 static int compare_u64_long(int resource, uint64_t val_u64, long val_l, in compare_u64_long()
142 static void run(unsigned int resource) in run()
/third_party/libcoap/src/
Dcoap_resource.c386 coap_add_attr(coap_resource_t *resource,
422 coap_find_attr(coap_resource_t *resource,
466 coap_free_resource(coap_resource_t *resource) {
513 coap_add_resource(coap_context_t *context, coap_resource_t *resource) {
555 coap_delete_resource(coap_context_t *context, coap_resource_t *resource) {
615 coap_print_link(const coap_resource_t *resource,
674 coap_register_handler(coap_resource_t *resource,
681 coap_register_request_handler(coap_resource_t *resource,
691 coap_find_observer(coap_resource_t *resource, coap_session_t *session,
708 coap_find_observer_cache_key(coap_resource_t *resource, coap_session_t *session,
[all …]
/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c43 destroy_buffer(struct wl_resource *resource) in destroy_buffer()
53 buffer_destroy(struct wl_client *client, struct wl_resource *resource) in buffer_destroy()
59 create_buffer(struct wl_client *client, struct wl_resource *resource, in create_buffer()
109 drm_create_buffer(struct wl_client *client, struct wl_resource *resource, in drm_create_buffer()
136 struct wl_resource *resource, in drm_create_planar_buffer()
165 struct wl_resource *resource, in drm_create_prime_buffer()
179 struct wl_resource *resource, uint32_t id) in drm_authenticate()
203 struct wl_resource *resource; in bind_drm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h157 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase()
180 T *resource) in CrashRecoveryContextDestructorCleanup()
194 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup()
207 T *resource) in CrashRecoveryContextReleaseRefCleanup()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java20 protected int resource; field in ICUResourceBundleImpl
22 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl()
76 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary()
93 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt()
110 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString()
129 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector()
167 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) { in ResourceContainer()
208 ResourceArray(ICUResourceBundleImpl container, String key, int resource) { in ResourceArray()
297 ResourceTable(ICUResourceBundleImpl container, String key, int resource) { in ResourceTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleImpl.java21 protected int resource; field in ICUResourceBundleImpl
23 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl()
77 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary()
94 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt()
111 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString()
130 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector()
168 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) { in ResourceContainer()
209 ResourceArray(ICUResourceBundleImpl container, String key, int resource) { in ResourceArray()
298 ResourceTable(ICUResourceBundleImpl container, String key, int resource) { in ResourceTable()
/third_party/node/test/parallel/
Dtest-fs-utimes.js35 function stat_resource(resource, statSync = fs.statSync) { argument
48 function check_mtime(resource, mtime, statSync) { argument
55 function expect_errno(syscall, resource, err, errno) { argument
62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
Dtest-eventemitter-asyncresource.js29 init(asyncId, type, triggerAsyncId, resource) { argument
36 resource, property
84 resource: foo.asyncResource, property
108 resource: foo.asyncResource, property
129 resource: foo.asyncResource, property
Dtest-worker-messageport-hasref.js10 init(asyncId, type, triggerAsyncId, resource) { argument
12 m.set(asyncId, { type, resource }); field
/third_party/node/deps/undici/src/
Dindex-fetch.js5 module.exports.fetch = function fetch (resource, init = undefined) { argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupD3D12.cpp61 ID3D12Resource* resource = ToBackend(binding.buffer)->GetD3D12Resource(); in BindGroup() local
136 ID3D12Resource* resource = ToBackend(view->GetTexture())->GetD3D12Resource(); in BindGroup() local
154 ID3D12Resource* resource = ToBackend(view->GetTexture())->GetD3D12Resource(); in BindGroup() local
190 ID3D12Resource* resource = in BindGroup() local
/third_party/libcoap/examples/
Doscore-interop-server.c89 hnd_get_index(coap_resource_t *resource, in hnd_get_index()
105 hnd_get_hello_coap(coap_resource_t *resource, in hnd_get_hello_coap()
118 hnd_get_hello_1(coap_resource_t *resource, in hnd_get_hello_1()
131 hnd_get_hello_2(coap_resource_t *resource, in hnd_get_hello_2()
144 hnd_get_hello_3(coap_resource_t *resource, in hnd_get_hello_3()
157 hnd_post_hello_6(coap_resource_t *resource, in hnd_post_hello_6()
174 hnd_put_hello_7(coap_resource_t *resource, in hnd_put_hello_7()
205 hnd_get_observe1(coap_resource_t *resource, in hnd_get_observe1()
240 hnd_get_observe2(coap_resource_t *resource, in hnd_get_observe2()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkDatasetConfig.cs59 public BenchmarkDatasetConfig(string resource, string shortName = null) in BenchmarkDatasetConfig()
73 private static byte[] LoadData(string resource) in LoadData()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.h158 llvmpipe_resource_is_texture(const struct pipe_resource *resource) in llvmpipe_resource_is_texture()
180 llvmpipe_resource_is_1d(const struct pipe_resource *resource) in llvmpipe_resource_is_1d()
202 llvmpipe_layer_stride(struct pipe_resource *resource, in llvmpipe_layer_stride()
212 llvmpipe_resource_stride(struct pipe_resource *resource, in llvmpipe_resource_stride()
221 llvmpipe_sample_stride(struct pipe_resource *resource) in llvmpipe_sample_stride()
/third_party/vk-gl-cts/framework/common/
DtcuImageIO.cpp68 tcu::Resource* resource = (tcu::Resource*)png_get_io_ptr(png_ptr); in pngReadResource() local
84 de::UniquePtr<Resource> resource(archive.getResource(fileName)); in loadPNG() local
213 static inline deUint16 readBigEndianShort (tcu::Resource* resource) in readBigEndianShort()
230 de::UniquePtr<Resource> resource(archive.getResource(fileName)); in loadPKM() local
/third_party/python/Modules/clinic/
Dresource.c.h47 int resource; in resource_getrlimit() local
74 int resource; in resource_setrlimit() local
108 int resource; in resource_prlimit() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer.c8 struct pipe_resource *resource, in u_default_buffer_subdata()
43 struct pipe_resource *resource, in u_default_clear_buffer()
75 struct pipe_resource *resource, in u_default_texture_subdata()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c45 struct pipe_resource *resource) in i915_resource_destroy()
69 struct pipe_resource *resource, unsigned level, in i915_buffer_transfer_map()
98 i915_buffer_subdata(struct pipe_context *rm_ctx, struct pipe_resource *resource, in i915_buffer_subdata()
/third_party/python/Lib/importlib/
Dresources.py129 def _path_from_reader(reader, resource): argument
135 def _path_from_resource_path(reader, resource): argument
140 def _path_from_open_resource(reader, resource): argument
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.h112 void addResource(sk_sp<const GrManagedResource> resource) { in addResource()
116 void addResource(const GrManagedResource* resource) { in addResource()
122 void addRecycledResource(gr_rp<const GrRecycledResource> resource) { in addRecycledResource()
127 void addRecycledResource(const GrRecycledResource* resource) { in addRecycledResource()
/third_party/node/test/node-api/test_async/
Dtest-async-hooks.js12 init(id, provider, triggerAsyncId, resource) { argument
15 events.push({ type: 'init', id, provider, triggerAsyncId, resource }); field
35 const resource = { foo: 'foo' }; variable
53 resource }, field

12345678910>>...18