/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/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | py_pass_manager.h | 65 void SetResource(pipeline::ResourcePtr resource) { resource_ = resource; } in SetResource() 66 pipeline::ResourcePtr GetResource() { return resource_; } in GetResource() 69 resource_ = nullptr; in ClearPipelineRes() 77 pipeline::ResourcePtr resource_; variable
|
D | optimizer.h | 96 resource_(resource_ptr), in name_() 168 auto resource_ptr = std::dynamic_pointer_cast<pipeline::Resource>(resource_); 223 pipeline::ResourceBasePtr resource() const { return resource_; } in resource() 225 if (resource_ != nullptr) { in manager() 226 return resource_->manager(); in manager() 252 pipeline::ResourceBasePtr resource_; variable
|
/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/mindspore/tests/ut/cpp/common/ |
D | backend_common_test.cc | 78 pipeline::ResourcePtr resource_ = std::make_shared<pipeline::Resource>(); in GetFuncGraph() local 79 return pipeline::Renormalize(resource_, func_graph, args_spec_list); in GetFuncGraph()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
D | generate_geocoding_data.cc | 56 : resource_(resource), in AutoCloser() 65 return *resource_; in get_resource() 69 if (*resource_) { in Close() 70 release_function_(*resource_); in Close() 71 *resource_ = NULL; in Close() 76 ResourceType** resource_; member in i18n::phonenumbers::AutoCloser
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.h | 48 …Pipeline(const ResourcePtr &res, const std::vector<ActionItem> &actions) : resource_(res), actions… in Pipeline() 54 ResourcePtr resource() { return resource_; } in resource() 57 ResourcePtr resource_;
|
D | pipeline.cc | 889 MS_EXCEPTION_IF_NULL(resource_); in Run() 902 result = action.second(resource_); in Run() 906 SetLoopCount(resource_); in Run() 908 CacheValidateFuncGraph(phase, resource_); in Run() 914 FuncGraphPtr graph = resource_->func_graph(); in Run()
|
/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::__anonb7e957610311::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::__anonb7f853ac0211::StsTokenFetcherCredentials
|
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/ |
D | pynative_execute.h | 68 resource_(std::move(r)), in TopCellInfo() 88 pipeline::ResourcePtr resource() const { return resource_; } in resource() 128 pipeline::ResourcePtr resource_{nullptr};
|
D | pynative_execute.cc | 836 MS_EXCEPTION_IF_NULL(resource_); in ClearDeviceMemory() 837 const auto &bprop_graph = resource_->func_graph(); in ClearDeviceMemory() 865 resource_ = nullptr; in Clear()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 62 const ResourceDescription& resource_, in TestConfig() 70 , resource (resource_) in TestConfig()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 94 TestConfig (const ResourceDescription& resource_, in TestConfig() 99 : resource (resource_) in TestConfig()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 3152 ppapi::API_ID_PPB_GRAPHICS_3D, resource_, id));
|