/third_party/boost/libs/iterator/test/ |
D | shared_iterator_test.cpp | 22 struct resource { struct 24 resource() { ++count; } in resource() argument 25 resource(resource const&) { ++count; } in resource() function 26 ~resource() { --count; } in ~resource() argument
|
/third_party/weston/libweston/ |
D | linux-explicit-synchronization.c | 39 destroy_linux_buffer_release(struct wl_resource *resource) in destroy_linux_buffer_release() 49 destroy_linux_surface_synchronization(struct wl_resource *resource) in destroy_linux_surface_synchronization() 62 struct wl_resource *resource) in linux_surface_synchronization_destroy() 69 struct wl_resource *resource, in linux_surface_synchronization_set_acquire_fence() 108 struct wl_resource *resource, in linux_surface_synchronization_get_release() 169 struct wl_resource *resource) in linux_explicit_synchronization_destroy() 176 struct wl_resource *resource, in linux_explicit_synchronization_get_synchronization() 219 struct wl_resource *resource; in bind_linux_explicit_synchronization() local 273 linux_explicit_synchronization_send_server_error(struct wl_resource *resource, in linux_explicit_synchronization_send_server_error()
|
D | content-protection.c | 78 set_type(struct wl_client *client, struct wl_resource *resource, in set_type() 113 protected_surface_destroy(struct wl_client *client, struct wl_resource *resource) in protected_surface_destroy() 124 set_enforce_mode(struct wl_client *client, struct wl_resource *resource) in set_enforce_mode() 156 set_relax_mode(struct wl_client *client, struct wl_resource *resource) in set_relax_mode() 221 destroy_protected_surface(struct wl_resource *resource) in destroy_protected_surface() 235 struct wl_resource *resource; in get_protection() local 306 struct wl_resource *resource; in bind_weston_content_protection() local
|
/third_party/skia/tools/ |
D | Resources.cpp | 25 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()
|
/third_party/flutter/skia/tools/ |
D | Resources.cpp | 25 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()
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceCache.cpp | 77 inline GrResourceCache::ResourceAwaitingUnref::ResourceAwaitingUnref(GrGpuResource* resource) in ResourceAwaitingUnref() 132 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource() 171 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource() 270 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource() 303 GrGpuResource* resource; in findAndRefScratchResource() local 330 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() 338 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey() 358 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() 399 void GrResourceCache::refAndMakeResourceMRU(GrGpuResource* resource) { in refAndMakeResourceMRU() 420 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() [all …]
|
D | GrPendingIOResource.h | 19 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()
|
/third_party/weston/compositor/ |
D | text-backend.c | 49 struct wl_resource *resource; member 93 struct wl_resource *resource; member 157 destroy_text_input(struct wl_resource *resource) in destroy_text_input() 171 struct wl_resource *resource, in text_input_set_surrounding_text() 190 struct wl_resource *resource, in text_input_activate() 239 struct wl_resource *resource, in text_input_deactivate() 250 struct wl_resource *resource) in text_input_reset() 266 struct wl_resource *resource, in text_input_set_cursor_rectangle() 286 struct wl_resource *resource, in text_input_set_content_type() 304 struct wl_resource *resource, in text_input_invoke_action() [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_resource.h | 65 swr_resource(struct pipe_resource *resource) in swr_resource() 71 swr_resource_is_texture(const struct pipe_resource *resource) in swr_resource_is_texture() 93 swr_resource_data(struct pipe_resource *resource) in swr_resource_data() 128 swr_resource_read(struct pipe_resource *resource) in swr_resource_read() 134 swr_resource_write(struct pipe_resource *resource) in swr_resource_write() 140 swr_resource_unused(struct pipe_resource *resource) in swr_resource_unused()
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.cpp | 133 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource() 167 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource() 271 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource() 296 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource() local 305 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() 313 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey() 333 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() 375 void GrResourceCache::refAndMakeResourceMRU(GrGpuResource* resource) { in refAndMakeResourceMRU() 396 void GrResourceCache::notifyARefCntReachedZero(GrGpuResource* resource, in notifyARefCntReachedZero() 478 void GrResourceCache::didChangeBudgetStatus(GrGpuResource* resource) { in didChangeBudgetStatus() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit03.c | 62 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/wayland_standard/src/ |
D | wayland-server.c | 145 log_closure(struct wl_resource *resource, in log_closure() 173 verify_objects(struct wl_resource *resource, uint32_t opcode, in verify_objects() 203 handle_array(struct wl_resource *resource, uint32_t opcode, in handle_array() 235 wl_resource_post_event_array(struct wl_resource *resource, uint32_t opcode, in wl_resource_post_event_array() 242 wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...) in wl_resource_post_event() 258 wl_resource_queue_event_array(struct wl_resource *resource, uint32_t opcode, in wl_resource_queue_event_array() 265 wl_resource_queue_event(struct wl_resource *resource, uint32_t opcode, ...) in wl_resource_queue_event() 280 wl_resource_post_error_vargs(struct wl_resource *resource, in wl_resource_post_error_vargs() 305 wl_resource_post_error(struct wl_resource *resource, in wl_resource_post_error() 327 struct wl_resource *resource; in wl_client_connection_data() local [all …]
|
D | wayland-shm.c | 60 struct wl_resource *resource; member 70 struct wl_resource *resource; member 123 destroy_buffer(struct wl_resource *resource) in destroy_buffer() 133 shm_buffer_destroy(struct wl_client *client, struct wl_resource *resource) in shm_buffer_destroy() 164 shm_pool_create_buffer(struct wl_client *client, struct wl_resource *resource, in shm_pool_create_buffer() 218 destroy_pool(struct wl_resource *resource) in destroy_pool() 226 shm_pool_destroy(struct wl_client *client, struct wl_resource *resource) in shm_pool_destroy() 232 shm_pool_resize(struct wl_client *client, struct wl_resource *resource, in shm_pool_resize() 262 shm_create_pool(struct wl_client *client, struct wl_resource *resource, in shm_create_pool() 334 struct wl_resource *resource; in bind_shm() local [all …]
|
/third_party/weston/libweston-desktop/ |
D | xdg-shell-v6.c | 49 struct wl_resource *resource; member 66 struct wl_resource *resource; member 101 struct wl_resource *resource; member 121 struct wl_resource *resource; member 182 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_size() 201 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_anchor_rect() 223 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_anchor() 244 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_gravity() 265 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_constraint_adjustment() 276 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_offset() [all …]
|
D | xdg-shell.c | 55 struct wl_resource *resource; member 72 struct wl_resource *resource; member 107 struct wl_resource *resource; member 127 struct wl_resource *resource; member 220 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_size() 239 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_anchor_rect() 261 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_anchor() 272 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_gravity() 283 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_constraint_adjustment() 294 struct wl_resource *resource, in weston_desktop_xdg_positioner_protocol_set_offset() [all …]
|
D | wl-shell.c | 51 struct wl_resource *resource; member 202 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_pong() 212 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_move() 231 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_resize() 252 struct wl_resource *resource) in weston_desktop_wl_shell_surface_protocol_set_toplevel() 268 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_set_transient() 299 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_set_fullscreen() 320 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_set_popup() 356 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_set_maximized() 370 struct wl_resource *resource, in weston_desktop_wl_shell_surface_protocol_set_title() [all …]
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 43 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/ |
D | resource.c | 407 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 157 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/ |
D | pipeline.h | 63 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/glib/gio/ |
D | gresource.c | 507 g_resource_ref (GResource *resource) in g_resource_ref() 525 g_resource_unref (GResource *resource) in g_resource_unref() 543 GResource *resource; in g_resource_new_from_table() local 654 do_lookup (GResource *resource, in do_lookup() 739 g_resource_open_stream (GResource *resource, in g_resource_open_stream() 799 g_resource_lookup_data (GResource *resource, in g_resource_lookup_data() 891 g_resource_get_info (GResource *resource, in g_resource_get_info() 922 g_resource_enumerate_children (GResource *resource, in g_resource_enumerate_children() 999 g_resources_register_unlocked (GResource *resource) in g_resources_register_unlocked() 1005 g_resources_unregister_unlocked (GResource *resource) in g_resources_unregister_unlocked() [all …]
|
D | gresource-tool.c | 56 GResource *resource; in get_resource() local 72 list_resource (GResource *resource, in list_resource() 120 extract_resource (GResource *resource, in extract_resource() 224 GResource *resource; in resource_from_section() local 269 GResource *resource; in list_resources_cb() local 316 GResource *resource; in extract_resource_cb() local 371 GResource *resource; in cmd_sections() local 408 GResource *resource; in cmd_list() local 444 GResource *resource; in cmd_extract() local
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudautils.c | 402 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/weston/clients/ |
D | nested.c | 75 struct wl_resource *resource; member 85 struct wl_resource *resource; member 103 struct wl_resource *resource; member 142 struct wl_resource *resource; member 184 nested_buffer_from_resource(struct wl_resource *resource) in nested_buffer_from_resource() 392 destroy_surface(struct wl_resource *resource) in destroy_surface() 416 surface_destroy(struct wl_client *client, struct wl_resource *resource) in surface_destroy() 423 struct wl_resource *resource, in surface_attach() 492 struct wl_resource *resource, in surface_damage() 503 destroy_frame_callback(struct wl_resource *resource) in destroy_frame_callback() [all …]
|
/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 35 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
|