/external/wayland/tests/data/ |
D | example-server.h | 945 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 …]
|
D | small-server-core.h | 145 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()
|
D | small-server.h | 145 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/ |
D | resource_op_kernel.h | 61 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;
|
D | reader_op_kernel.h | 46 DCHECK(resource_ == nullptr); in SetReaderFactory()
|
D | resource_mgr.h | 480 Tensor resource_; variable 834 &resource_, attr)); 835 resource_.scalar<ResourceHandle>()() = 840 ctx->set_output(0, resource_);
|
D | resource_op_kernel_test.cc | 59 return resource_; in resource()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_expression_test.cc | 44 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()
|
D | xla_expression.h | 86 XlaResource* resource() const { return resource_; } in resource() 120 XlaResource* resource_ = nullptr; variable
|
D | xla_expression.cc | 61 e.resource_ = resource; in Resource()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppclientsettings.h | 35 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/ |
D | resource_variable_ops.h | 28 return name_ != ResourceHandle::ANONYMOUS_NAME ? &resource_ : nullptr; in const_tensor() 36 Tensor resource_; variable
|
D | queue_op.cc | 40 if (resource_ && context->track_allocations()) { in Compute() 41 context->record_persistent_memory_allocation(resource_->MemoryUsed()); in Compute()
|
D | resource_variable_ops.cc | 239 &resource_, attr)); in VarHandleOp() 240 resource_.scalar<ResourceHandle>()() = MakeResourceHandle<Var>( in VarHandleOp() 258 ctx->set_output(0, resource_); in Compute()
|
/external/v8/src/parsing/ |
D | scanner-character-streams.cc | 26 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/ |
D | multi_device_iterator_ops.cc | 407 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;
|
D | iterator_ops.cc | 378 if (resource_ != nullptr) { in ~IteratorHandleOp() 379 resource_->Unref(); in ~IteratorHandleOp() 394 if (resource_ == nullptr) { in Compute() 434 resource_ = resource; in Compute()
|
D | iterator_ops.h | 134 IteratorResource* resource_ GUARDED_BY(mu_) = nullptr;
|
/external/ImageMagick/MagickCore/ |
D | Makefile.am | 245 MagickCore/resource_.h \ 395 MagickCore/resource_.h \
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 60 TestConfig (const ResourceDescription& resource_, in TestConfig() 67 : resource (resource_) in TestConfig()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 94 TestConfig (const ResourceDescription& resource_, in TestConfig() 99 : resource (resource_) in TestConfig()
|
/external/ImageMagick/ |
D | Makefile.in | 500 MagickCore/resource_.h MagickCore/resource-private.h \ 5160 MagickCore/resource_.h \ 5305 MagickCore/resource_.h \
|