Home
last modified time | relevance | path

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

/external/wayland/tests/data/
Dexample-server.h945 wl_registry_send_global(struct wl_resource *resource_, uint32_t name, const char *interface, uint32… in wl_registry_send_global() argument
947 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL, name, interface, version); in wl_registry_send_global()
957 wl_registry_send_global_remove(struct wl_resource *resource_, uint32_t name) in wl_registry_send_global_remove() argument
959 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL_REMOVE, name); in wl_registry_send_global_remove()
977 wl_callback_send_done(struct wl_resource *resource_, uint32_t callback_data) in wl_callback_send_done() argument
979 wl_resource_post_event(resource_, WL_CALLBACK_DONE, callback_data); in wl_callback_send_done()
1408 wl_shm_send_format(struct wl_resource *resource_, uint32_t format) in wl_shm_send_format() argument
1410 wl_resource_post_event(resource_, WL_SHM_FORMAT, format); in wl_shm_send_format()
1448 wl_buffer_send_release(struct wl_resource *resource_) in wl_buffer_send_release() argument
1450 wl_resource_post_event(resource_, WL_BUFFER_RELEASE); in wl_buffer_send_release()
[all …]
Dsmall-server-core.h145 intf_A_send_hey(struct wl_resource *resource_) in intf_A_send_hey() argument
147 wl_resource_post_event(resource_, INTF_A_HEY); in intf_A_send_hey()
Dsmall-server.h145 intf_A_send_hey(struct wl_resource *resource_) in intf_A_send_hey() argument
147 wl_resource_post_event(resource_, INTF_A_HEY); in intf_A_send_hey()
/external/tensorflow/tensorflow/core/framework/
Dresource_op_kernel.h61 if (resource_ != nullptr) { in ~ResourceOpKernel()
62 resource_->Unref(); in ~ResourceOpKernel()
75 if (resource_ == nullptr) { in Compute()
103 resource_ = resource; in Compute()
118 T* resource_ GUARDED_BY(mu_) = nullptr;
Dreader_op_kernel.h46 DCHECK(resource_ == nullptr); in SetReaderFactory()
Dresource_mgr.h480 Tensor resource_; variable
834 &resource_, attr));
835 resource_.scalar<ResourceHandle>()() =
840 ctx->set_output(0, resource_);
Dresource_op_kernel_test.cc59 return resource_; in resource()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression_test.cc44 resource_ = absl::make_unique<XlaResource>( in SetUp()
56 std::unique_ptr<XlaResource> resource_; member in tensorflow::__anonbc43d2110111::XlaExpressionTest
67 XlaExpression::Resource(resource_.get()).kind()); in TEST_F()
75 EXPECT_EQ("resource", XlaExpression::Resource(resource_.get()).HumanString()); in TEST_F()
98 XlaExpression::Resource(resource_.get()).GetShape()); in TEST_F()
114 XlaExpression::Resource(resource_.get()).ResolveConstant(client_).ok()); in TEST_F()
Dxla_expression.h86 XlaResource* resource() const { return resource_; } in resource()
120 XlaResource* resource_ = nullptr; variable
Dxla_expression.cc61 e.resource_ = resource; in Resource()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppclientsettings.h35 void set_resource(const std::string& resource) { resource_ = resource; } in set_resource()
50 const std::string& resource() const { return resource_; } in resource()
62 std::string resource_; variable
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.h28 return name_ != ResourceHandle::ANONYMOUS_NAME ? &resource_ : nullptr; in const_tensor()
36 Tensor resource_; variable
Dqueue_op.cc40 if (resource_ && context->track_allocations()) { in Compute()
41 context->record_persistent_memory_allocation(resource_->MemoryUsed()); in Compute()
Dresource_variable_ops.cc239 &resource_, attr)); in VarHandleOp()
240 resource_.scalar<ResourceHandle>()() = MakeResourceHandle<Var>( in VarHandleOp()
258 ctx->set_output(0, resource_); in Compute()
/external/v8/src/parsing/
Dscanner-character-streams.cc26 resource_ = ExternalOneByteString::cast(string).resource(); in ScopedExternalStringLock()
29 resource_ = ExternalTwoByteString::cast(string).resource(); in ScopedExternalStringLock()
31 DCHECK(resource_); in ScopedExternalStringLock()
32 resource_->Lock(); in ScopedExternalStringLock()
37 : resource_(other.resource_) { in ScopedExternalStringLock()
38 resource_->Lock(); in ScopedExternalStringLock()
41 ~ScopedExternalStringLock() { resource_->Unlock(); } in ~ScopedExternalStringLock()
45 const v8::String::ExternalStringResourceBase* resource_; member in v8::internal::ScopedExternalStringLock
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc407 if (resource_ != nullptr) { in ~MultiDeviceIteratorHandleOp()
408 resource_->Unref(); in ~MultiDeviceIteratorHandleOp()
425 if (resource_ == nullptr) { in Compute()
472 resource_ = resource; in Compute()
497 MultiDeviceIterator* resource_ GUARDED_BY(mu_) = nullptr;
Diterator_ops.cc378 if (resource_ != nullptr) { in ~IteratorHandleOp()
379 resource_->Unref(); in ~IteratorHandleOp()
394 if (resource_ == nullptr) { in Compute()
434 resource_ = resource; in Compute()
Diterator_ops.h134 IteratorResource* resource_ GUARDED_BY(mu_) = nullptr;
/external/ImageMagick/MagickCore/
DMakefile.am245 MagickCore/resource_.h \
395 MagickCore/resource_.h \
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp60 TestConfig (const ResourceDescription& resource_, in TestConfig()
67 : resource (resource_) in TestConfig()
DvktSynchronizationWin32KeyedMutexTests.cpp94 TestConfig (const ResourceDescription& resource_, in TestConfig()
99 : resource (resource_) in TestConfig()
/external/ImageMagick/
DMakefile.in500 MagickCore/resource_.h MagickCore/resource-private.h \
5160 MagickCore/resource_.h \
5305 MagickCore/resource_.h \