Home
last modified time | relevance | path

Searched refs:resource_ (Results 1 – 21 of 21) sorted by relevance

/third_party/wayland_standard/tests/data/
Dexample-server.h1011 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 …]
Dsmall-server-core.h148 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()
Dsmall-server.h148 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/
Dpy_pass_manager.h65 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
Doptimizer.h96 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/
Dasync_resource.cc19 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/
Dbackend_common_test.cc78 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/
Dgenerate_geocoding_data.cc56 : 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/
Dpipeline.h48 …Pipeline(const ResourcePtr &res, const std::vector<ActionItem> &actions) : resource_(res), actions… in Pipeline()
54 ResourcePtr resource() { return resource_; } in resource()
57 ResourcePtr resource_;
Dpipeline.cc889 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/
Dembedder_resources.h13 const char* resource_; member
Dembedder_resources.cc24 *resource = entry.resource_; in ResourceLookup()
/third_party/boost/libs/optional/doc/
D01_quick_start.qbk103 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/
Dnode_api.cc465 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
Dnode.h1085 v8::Global<v8::Object> resource_; variable
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc544 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/
Dpynative_execute.h68 resource_(std::move(r)), in TopCellInfo()
88 pipeline::ResourcePtr resource() const { return resource_; } in resource()
128 pipeline::ResourcePtr resource_{nullptr};
Dpynative_execute.cc836 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/
DvktSynchronizationCrossInstanceSharingTests.cpp62 const ResourceDescription& resource_, in TestConfig()
70 , resource (resource_) in TestConfig()
DvktSynchronizationWin32KeyedMutexTests.cpp94 TestConfig (const ResourceDescription& resource_, in TestConfig()
99 : resource (resource_) in TestConfig()
/third_party/chromium/patch/
D0001-cve.patch3152 ppapi::API_ID_PPB_GRAPHICS_3D, resource_, id));