/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 | MetadataArraySafeHandle.cs | 87 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.MetadataArraySafeHandle
|
D | AuthContextSafeHandle.cs | 69 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.AuthContextSafeHandle
|
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/libchrome/mojo/core/test/ |
D | test_utils_win.cc | 41 _open_osfhandle(reinterpret_cast<intptr_t>(h.ReleaseHandle()), flags), in FILEFromPlatformHandle()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_handle_cache.cc | 59 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second)); in Clear()
|
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(), in TransferToProcess()
|
D | channel_win.cc | 127 .ReleaseHandle(); in GetReadPlatformHandles()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 108 auto s = flr->ReleaseHandle(handle); in FunctionalizeControlFlowForFunction()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 178 Status ReleaseHandle(Handle handle) override; 228 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeOverlay 229 return base_flr_->ReleaseHandle(handle); in ReleaseHandle() 321 Status ReleaseHandle(Handle handle) override; 757 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeImpl 760 return parent_->ReleaseHandle(handle); in ReleaseHandle()
|
D | process_function_library_runtime.h | 131 Status ReleaseHandle(FunctionLibraryRuntime::Handle handle);
|
D | process_function_library_runtime.cc | 880 Status status = flr->ReleaseHandle(flr_handle); in ReleaseMultiDeviceHandle() 889 Status ProcessFunctionLibraryRuntime::ReleaseHandle( in ReleaseHandle() function in tensorflow::ProcessFunctionLibraryRuntime 904 return flr->ReleaseHandle(handle); in ReleaseHandle()
|
D | function_threadpool_test.cc | 148 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | partitioned_function_ops.cc | 72 Status status = it.first->ReleaseHandle(it.second); in ~PartitionedCallOp()
|