/external/libchrome/mojo/public/cpp/platform/ |
D | platform_handle.h | 110 HANDLE ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT() 125 zx_handle_t ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
|
D | platform_channel.cc | 231 ignore_result(remote_endpoint_.TakePlatformHandle().ReleaseHandle()); in RemoteProcessLaunchAttempted()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CStringSafeHandle.cs | 38 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CStringSafeHandle
|
D | CallCredentialsSafeHandle.cs | 39 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallCredentialsSafeHandle
|
D | ServerCredentialsSafeHandle.cs | 44 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerCredentialsSafeHandle
|
D | ChannelArgsSafeHandle.cs | 53 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelArgsSafeHandle
|
D | ChannelCredentialsSafeHandle.cs | 58 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelCredentialsSafeHandle
|
D | ServerSafeHandle.cs | 83 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerSafeHandle
|
D | CompletionQueueSafeHandle.cs | 90 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CompletionQueueSafeHandle
|
D | ChannelSafeHandle.cs | 81 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelSafeHandle
|
D | AuthContextSafeHandle.cs | 69 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.AuthContextSafeHandle
|
D | MetadataArraySafeHandle.cs | 87 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.MetadataArraySafeHandle
|
D | RequestCallContextSafeHandle.cs | 101 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
|
D | BatchContextSafeHandle.cs | 133 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.BatchContextSafeHandle
|
D | CallSafeHandle.cs | 202 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallSafeHandle
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_handle_cache.cc | 60 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second)); in Clear()
|
/external/cronet/base/ios/ |
D | scoped_critical_action.h | 128 void ReleaseHandle(Handle handle);
|
D | scoped_critical_action.mm | 55 ActiveBackgroundTaskCache::GetInstance()->ReleaseHandle(task_handle_); 207 void ScopedCriticalAction::ActiveBackgroundTaskCache::ReleaseHandle(
|
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(), in TransferToProcess()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 161 Status ReleaseHandle(Handle handle) override; 223 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeOverlay 224 return base_flr_->ReleaseHandle(handle); in ReleaseHandle() 342 Status ReleaseHandle(Handle handle) override; 845 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeImpl 848 return parent_->ReleaseHandle(handle); in ReleaseHandle()
|
D | function_test.cc | 247 status = flr->ReleaseHandle(handle); in InstantiateAndRun() 306 status = flr->ReleaseHandle(handle); in InstantiateAndRunViaCallFrameInterface() 407 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F() 474 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F() 507 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F() 709 TF_CHECK_OK(flr0_->ReleaseHandle(handle_isolated)); in TEST_F() 1344 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F() 1388 TF_CHECK_OK(flr1_->ReleaseHandle(handle)); in TEST_F()
|
D | function_threadpool_test.cc | 153 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | partitioned_function_ops.cc | 79 Status status = it.first->ReleaseHandle(it.second); in ~PartitionedCallOp()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 215 auto s = flr->ReleaseHandle(handle); in FunctionalizeControlFlowForFunction()
|
D | resource_util.cc | 209 [&] { TF_CHECK_OK(lib_runtime->ReleaseHandle(handle)); }); in PropagateThroughCallOp()
|