Home
last modified time | relevance | path

Searched refs:ReleaseHandle (Results 1 – 25 of 40) sorted by relevance

12

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h110 HANDLE ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
125 zx_handle_t ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
Dplatform_channel.cc231 ignore_result(remote_endpoint_.TakePlatformHandle().ReleaseHandle()); in RemoteProcessLaunchAttempted()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCStringSafeHandle.cs38 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CStringSafeHandle
DCallCredentialsSafeHandle.cs39 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallCredentialsSafeHandle
DServerCredentialsSafeHandle.cs44 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerCredentialsSafeHandle
DChannelArgsSafeHandle.cs53 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelArgsSafeHandle
DChannelCredentialsSafeHandle.cs58 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelCredentialsSafeHandle
DServerSafeHandle.cs83 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerSafeHandle
DCompletionQueueSafeHandle.cs90 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DChannelSafeHandle.cs81 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelSafeHandle
DAuthContextSafeHandle.cs69 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.AuthContextSafeHandle
DMetadataArraySafeHandle.cs87 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.MetadataArraySafeHandle
DRequestCallContextSafeHandle.cs101 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
DBatchContextSafeHandle.cs133 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.BatchContextSafeHandle
DCallSafeHandle.cs202 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallSafeHandle
/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc60 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second)); in Clear()
/external/cronet/base/ios/
Dscoped_critical_action.h128 void ReleaseHandle(Handle handle);
Dscoped_critical_action.mm55 ActiveBackgroundTaskCache::GetInstance()->ReleaseHandle(task_handle_);
207 void ScopedCriticalAction::ActiveBackgroundTaskCache::ReleaseHandle(
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(), in TransferToProcess()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc161 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()
Dfunction_test.cc247 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()
Dfunction_threadpool_test.cc153 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.cc79 Status status = it.first->ReleaseHandle(it.second); in ~PartitionedCallOp()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc215 auto s = flr->ReleaseHandle(handle); in FunctionalizeControlFlowForFunction()
Dresource_util.cc209 [&] { TF_CHECK_OK(lib_runtime->ReleaseHandle(handle)); }); in PropagateThroughCallOp()

12