Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 25 of 428) 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.cpp267 auto resource = fPurgeableQueue.at(i); in cacheInfoPurgeableQueue() local
317 auto resource = fNonpurgeableResources[i]; in cacheInfoNoPurgeableQueue() local
355 auto resource = fPurgeableQueue.at(i); in cacheInfoRealAllocSize() local
362 auto resource = fNonpurgeableResources[i]; in cacheInfoRealAllocSize() local
390 auto resource = fNonpurgeableResources[i]; in cacheInfoRealAllocQueue() local
409 auto resource = fPurgeableQueue.at(i); in cacheInfoRealAllocQueue() local
458 void GrResourceCache::updatePurgeableWidMap(GrGpuResource* resource, in updatePurgeableWidMap()
477 void GrResourceCache::updatePurgeablePidMap(GrGpuResource* resource, in updatePurgeablePidMap()
494 void GrResourceCache::updatePurgeableFidMap(GrGpuResource* resource, in updatePurgeableFidMap()
511 void GrResourceCache::updateRealAllocWidMap(GrGpuResource* resource, in updateRealAllocWidMap()
[all …]
/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/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
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.h51 int resource; in resource_getrlimit() local
78 int resource; in resource_setrlimit() local
112 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/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
/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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties()
69 unsigned int GetRTVSubresourceIndex(ID3D11Resource *resource, ID3D11RenderTargetView *view) in GetRTVSubresourceIndex()
130 unsigned int GetDSVSubresourceIndex(ID3D11Resource *resource, ID3D11DepthStencilView *view) in GetDSVSubresourceIndex()
204 const TextureHelper11 &resource, in TextureRenderTarget11()
234 const TextureHelper11 &resource, in TextureRenderTarget11()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp245 …:validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::G… in validate() argument
276 void SingleVariableValidator::validateBuiltinVariable (const std::string& resource, glw::GLint prop… in validateBuiltinVariable() argument
304 …:validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::G… in validate() argument
375 …ingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::G… in validateSingleVariable() argument
391 void TypeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, con… in validateBuiltinVariable() argument
448 …ingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::G… in validateSingleVariable() argument
470 void ArraySizeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue… in validateBuiltinVariable() argument
522 …ingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::G… in validateSingleVariable() argument
576 …ingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::G… in validateSingleVariable() argument
654 …ingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::G… in validateSingleVariable() argument
[all …]

12345678910>>...18