Home
last modified time | relevance | path

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

12345678910>>...20

/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/flutter/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.cpp133 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource()
170 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource()
280 GrGpuResource* resource = fNonpurgeableResources[i]; in releaseByTag() local
291 GrGpuResource* resource = fPurgeableQueue.at(i); in releaseByTag() local
301 for (auto resource : recycleVector) { in releaseByTag() local
333 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource()
358 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource() local
371 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
379 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey()
399 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
[all …]
DGrResourceCache.h161 GrGpuResource* resource = fUniqueHash.find(key); in findAndRefUniqueResource() local
435 void insertResource(GrGpuResource* resource) { fCache->insertResource(resource); } in insertResource()
440 void removeResource(GrGpuResource* resource) { fCache->removeResource(resource); } in removeResource()
446 void refResource(GrGpuResource* resource) { fCache->refResource(resource); } in refResource()
467 void notifyARefCntReachedZero(GrGpuResource* resource, in notifyARefCntReachedZero()
475 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
482 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); } in removeUniqueKey()
487 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
494 void didChangeBudgetStatus(GrGpuResource* resource) { fCache->didChangeBudgetStatus(resource); } in didChangeBudgetStatus()
/third_party/flutter/skia/src/gpu/
DGrResourceCache.cpp77 inline GrResourceCache::ResourceAwaitingUnref::ResourceAwaitingUnref(GrGpuResource* resource) in ResourceAwaitingUnref()
132 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource()
171 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource()
276 GrGpuResource* resource = fNonpurgeableResources[i]; in releaseByTag() local
285 GrGpuResource* resource = fPurgeableQueue.at(i); in releaseByTag() local
328 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockedResourcesByTag() local
362 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource()
395 GrGpuResource* resource; in findAndRefScratchResource() local
422 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
430 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey()
[all …]
DGrPendingIOResource.h19 GrProxyPendingIO(GrSurfaceProxy* resource) { this->reset(resource); } in GrProxyPendingIO()
56 GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource()
57 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource()
DGrResourceCache.h168 GrGpuResource* resource = fUniqueHash.find(key); in findAndRefUniqueResource() local
423 void insertResource(GrGpuResource* resource) { fCache->insertResource(resource); } in insertResource()
428 void removeResource(GrGpuResource* resource) { fCache->removeResource(resource); } in removeResource()
434 void refResource(GrGpuResource* resource) { fCache->refResource(resource); } in refResource()
459 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero()
466 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
473 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); } in removeUniqueKey()
478 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
485 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/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/libcoap/src/
Dresource.c407 coap_add_attr(coap_resource_t *resource,
444 coap_find_attr(coap_resource_t *resource,
493 coap_free_resource(coap_resource_t *resource) {
536 coap_add_resource(coap_context_t *context, coap_resource_t *resource) {
565 coap_delete_resource(coap_context_t *context, coap_resource_t *resource) {
624 coap_print_link(const coap_resource_t *resource,
677 coap_register_handler(coap_resource_t *resource,
686 coap_find_observer(coap_resource_t *resource, coap_session_t *session,
704 coap_find_observer_cache_key(coap_resource_t *resource, coap_session_t *session,
721 coap_add_observer(coap_resource_t *resource,
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c402 GstCudaGraphicsResource *resource; in gst_cuda_graphics_resource_new() local
429 gst_cuda_graphics_resource_register_gl_buffer (GstCudaGraphicsResource * in gst_cuda_graphics_resource_register_gl_buffer()
461 gst_cuda_graphics_resource_unregister (GstCudaGraphicsResource * resource) in gst_cuda_graphics_resource_unregister()
488 gst_cuda_graphics_resource_map (GstCudaGraphicsResource * resource, in gst_cuda_graphics_resource_map()
519 gst_cuda_graphics_resource_unmap (GstCudaGraphicsResource * resource, in gst_cuda_graphics_resource_unmap()
538 GstCudaGraphicsResource * resource) in unregister_resource_from_gl_thread()
562 gst_cuda_graphics_resource_free (GstCudaGraphicsResource * resource) in gst_cuda_graphics_resource_free()
/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/flutter/engine/flutter/shell/common/
Dpipeline.h63 void Complete(ResourcePtr resource) { in Complete()
135 ResourcePtr resource; in Consume() local
167 void ProducerCommit(ResourcePtr resource, size_t trace_id) { in ProducerCommit()
177 void ProducerCommitFront(ResourcePtr resource, size_t trace_id) { in ProducerCommitFront()
/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/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/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
/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/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/libxml2/doc/
Dindex.py293 def addPage(resource, title): argument
321 def updateWordHTML(name, resource, desc, id, relevance): argument
567 def addWordHTML(word, resource, id, section, relevance): argument
601 def addStringHTML(str, resource, id, section, relevance): argument
949 def analyzeHTMLText(doc, resource, p, section, id): argument
958 def analyzeHTMLPara(doc, resource, p, section, id): argument
967 def analyzeHTMLPre(doc, resource, p, section, id): argument
976 def analyzeHTML(doc, resource, p, section, id): argument
985 def analyzeHTML(doc, resource): argument
/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()

12345678910>>...20