/third_party/wayland_standard/tests/data/ |
D | example-server.h | 1011 wl_registry_send_global(struct wl_resource *resource_, uint32_t name, const char *interface, uint32… in wl_registry_send_global() argument 1013 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL, name, interface, version); in wl_registry_send_global() 1023 wl_registry_send_global_remove(struct wl_resource *resource_, uint32_t name) in wl_registry_send_global_remove() argument 1025 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL_REMOVE, name); in wl_registry_send_global_remove() 1043 wl_callback_send_done(struct wl_resource *resource_, uint32_t callback_data) in wl_callback_send_done() argument 1045 wl_resource_post_event(resource_, WL_CALLBACK_DONE, callback_data); in wl_callback_send_done() 1474 wl_shm_send_format(struct wl_resource *resource_, uint32_t format) in wl_shm_send_format() argument 1476 wl_resource_post_event(resource_, WL_SHM_FORMAT, format); in wl_shm_send_format() 1514 wl_buffer_send_release(struct wl_resource *resource_) in wl_buffer_send_release() argument 1516 wl_resource_post_event(resource_, WL_BUFFER_RELEASE); in wl_buffer_send_release() [all …]
|
D | small-server-core.h | 148 intf_A_send_hey(struct wl_resource *resource_) in intf_A_send_hey() argument 150 wl_resource_post_event(resource_, INTF_A_HEY); in intf_A_send_hey()
|
D | small-server.h | 148 intf_A_send_hey(struct wl_resource *resource_) in intf_A_send_hey() argument 150 wl_resource_post_event(resource_, INTF_A_HEY); in intf_A_send_hey()
|
/third_party/node/src/api/ |
D | async_resource.cc | 19 resource_(isolate, resource) { in AsyncResource() 54 return resource_.Get(env_->isolate()); in get_resource() 67 res->resource_.Get(res->env_->isolate()), in CallbackScope()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
D | generate_geocoding_data.cc | 53 : resource_(resource), in AutoCloser() 62 return *resource_; in get_resource() 66 if (*resource_) { in Close() 67 release_function_(*resource_); in Close() 68 *resource_ = NULL; in Close() 73 ResourceType** resource_; member in i18n::phonenumbers::AutoCloser
|
/third_party/flutter/engine/flutter/runtime/ |
D | embedder_resources.h | 13 const char* resource_; member
|
D | embedder_resources.cc | 24 *resource = entry.resource_; in ResourceLookup()
|
/third_party/boost/libs/optional/doc/ |
D | 01_quick_start.qbk | 103 mutable boost::optional<const Resource> resource_; 110 if (resource_ == boost::none) 111 resource_.emplace("resource", "arguments"); 113 return *resource_; 117 …I_DEFAULT_CONSTRUCTIBLE__. In function `getResource` we first check if `resource_` is initialized.…
|
/third_party/node/src/ |
D | node_api.cc | 465 resource_.Reset(node_env()->isolate(), resource_object); in AsyncContext() 468 resource_.SetWeak( in AsyncContext() 480 resource_.Reset(); in ~AsyncContext() 511 resource_.Reset(node_env()->isolate(), in EnsureReference() 519 return resource_.Get(node_env()->isolate()); in resource() 534 async_context->resource_.Reset(); in WeakCallback() 543 async_context->resource_.Get( in CallbackScope() 551 v8::Global<v8::Object> resource_; member in v8impl::__anon9019b4c60311::AsyncContext
|
D | node.h | 1085 v8::Global<v8::Object> resource_; variable
|
/third_party/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 544 resource_(gpr_strdup(options->resource)), in StsTokenFetcherCredentials() 626 MaybeAddToBody("resource", resource_.get(), &body_parts); in FillBody() 645 grpc_core::UniquePtr<char> resource_; member in grpc_core::__anon1904d6710211::StsTokenFetcherCredentials
|
/third_party/chromium/patch/ |
D | Release-823.patch | 392 ppapi::API_ID_PPB_GRAPHICS_3D, resource_, id));
|