Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 25 of 37) sorted by relevance

12

/external/libchrome/ipc/
Dipc_platform_file.h37 HANDLE GetHandle() const;
58 return transit.GetHandle(); in PlatformFileForTransitToPlatformFile()
67 return base::File(transit.GetHandle()); in PlatformFileForTransitToFile()
Dipc_platform_file.cc34 HANDLE PlatformFileForTransit::GetHandle() const { in GetHandle() function in IPC::PlatformFileForTransit
Dipc_message_utils.cc657 HandleWin handle_win(p.GetHandle()); in Write()
660 HandleFuchsia handle_fuchsia(p.GetHandle()); in Write()
679 base::ScopedFD(p.GetHandle())))) in Write()
683 new internal::PlatformFileAttachment(p.GetHandle()))) in Write()
776 LogParam(p.GetHandle(), l); in Log()
782 LogParam(p.GetHandle(), l); in Log()
1066 HandleWin handle_win(p.GetHandle()); in Write()
1068 ::CloseHandle(p.GetHandle()); in Write()
1092 LogParam(p.GetHandle(), l); in Log()
/external/openscreen/platform/impl/
Dudp_socket_reader_posix.cc30 if (socket->GetHandle() == handle) { in ProcessReadyHandle()
44 waiter_->Subscribe(this, std::cref(read_socket->GetHandle())); in OnCreate()
62 waiter_->OnHandleDeletion(this, std::cref(socket->GetHandle()), in OnDelete()
Dudp_socket_posix.h48 const SocketHandle& GetHandle() const;
/external/libchrome/base/memory/
Dshared_memory_handle.h89 HANDLE GetHandle() const;
102 zx_handle_t GetHandle() const;
142 int GetHandle() const;
Dshared_memory_unittest.cc421 0, *zx::unowned_vmo(handle.GetHandle()), 0, in TEST_P()
426 EXPECT_NE(ZX_OK, zx::unowned_vmo(handle.GetHandle()) in TEST_P()
430 EXPECT_EQ(ZX_OK, zx::unowned_vmo(handle.GetHandle()) in TEST_P()
449 EXPECT_EQ(NULL, MapViewOfFile(handle.GetHandle(), FILE_MAP_WRITE, 0, 0, 0)) in TEST_P()
453 BOOL rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
460 rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
764 ::GetCurrentProcess(), shared_memory_handle_dummy.handle().GetHandle(), in TEST_P()
903 int region_fd = memory.handle().GetHandle(); in TEST()
Dshared_memory_posix.cc77 return handle.GetHandle(); in GetFdFromSharedMemoryHandle()
273 int ashmem_bytes = ashmem_get_size_region(shm_.GetHandle()); in MapAt()
297 MAP_SHARED, shm_.GetHandle(), offset); in MapAt()
Dshared_memory_android.cc37 int err = ashmem_set_prot_region(shm_.GetHandle(), flags); in Create()
Dshared_memory_handle_posix.cc33 int SharedMemoryHandle::GetHandle() const { in GetHandle() function in base::SharedMemoryHandle
Dshared_memory_handle_android.cc48 int SharedMemoryHandle::GetHandle() const { in GetHandle() function in base::SharedMemoryHandle
/external/selinux/libselinux/fuzzers/
Dselabel_lookup_fuzzer.cpp25 selabel_handle *GetHandle(FuzzedDataProvider &fdp) { in GetHandle() function
40 static auto handle = GetHandle(fdp); in LLVMFuzzerTestOneInput()
/external/libchrome/base/test/
Dtest_shared_memory_util.cc129 return CheckReadOnlySharedMemoryFuchsiaHandle(handle.GetHandle()); in CheckReadOnlySharedMemoryHandleForTesting()
131 return CheckReadOnlySharedMemoryWindowsHandle(handle.GetHandle()); in CheckReadOnlySharedMemoryHandleForTesting()
133 return CheckReadOnlySharedMemoryFdPosix(handle.GetHandle()); in CheckReadOnlySharedMemoryHandleForTesting()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc81 CHECK(!::ConnectNamedPipe(local_endpoint->GetHandle().Get(), nullptr)); in CreateChannel()
173 info->push_back(remote_endpoint_.platform_handle().GetHandle().Get()); in PrepareToPassRemoteEndpoint()
175 HandleToLong(remote_endpoint_.platform_handle().GetHandle().Get())); in PrepareToPassRemoteEndpoint()
178 info->push_back({id, remote_endpoint_.platform_handle().GetHandle().get()}); in PrepareToPassRemoteEndpoint()
Dplatform_handle.h104 const base::win::ScopedHandle& GetHandle() const { return handle_; } in COMPONENT_EXPORT()
119 const zx::handle& GetHandle() const { return handle_; } in COMPONENT_EXPORT()
/external/tensorflow/tensorflow/core/kernels/
Dsession_ops.cc60 tk.GetHandle(name())); in Compute()
66 handle->flat<tstring>().setConstant(tk.GetHandle(name())); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dsession_state.h65 std::string GetHandle(const std::string& tensor_name) { in GetHandle() function
/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc130 os_buffer.value = reinterpret_cast<uint64_t>(memory_handle.GetHandle()); in TEST_F()
134 os_buffer.value = static_cast<uint64_t>(memory_handle.GetHandle()); in TEST_F()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc183 CudnnHandle GetHandle(GpuExecutor* executor, Stream* stream) { in GetHandle() function in stream_executor::gpu::CudnnAccess
1770 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoRnnForwardImpl()
1917 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoRnnBackwardImpl()
2038 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoCtcLossImpl()
2079 auto cudnn = cudnn_->GetHandle(parent_, /*stream=*/nullptr); in createRnnDescriptor()
3003 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoPrepareForConvolution()
3060 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoConvolve()
3209 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoFusedConvolveImpl()
3517 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoBatchNormalizationForwardImpl()
3699 auto cudnn = cudnn_->GetHandle(parent_, stream); in DoBatchNormalizationBackwardImpl()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc81 string key = it->second.GetHandle(op_name); in SaveTensors()
/external/tensorflow/tensorflow/c/eager/
Dgradients.h119 AbstractTensorHandle* GetHandle() const;
Dgradients.cc90 AbstractTensorHandle* TapeTensor::GetHandle() const { return handle_; } in GetHandle() function in tensorflow::gradients::TapeTensor
195 absl::StrCat("OnesLike", ToId(t.GetHandle())).c_str())); in BuildOnesLike()
197 TF_RETURN_IF_ERROR(op->AddInput(t.GetHandle())); in BuildOnesLike()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc570 MIOpenHandle GetHandle(GpuExecutor* executor, Stream* stream) { in GetHandle() function in stream_executor::gpu::MIOpenAccess
2110 auto miopen = miopen_->GetHandle(parent_, stream); in DoRnnForwardImpl()
2231 auto miopen = miopen_->GetHandle(parent_, stream); in DoRnnBackwardImpl()
2399 auto miopen = miopen_->GetHandle(parent_, stream); in DoPrepareForCtcLoss()
2462 auto miopen = miopen_->GetHandle(parent_, stream); in DoCtcLossImpl()
2536 auto miopen = miopen_->GetHandle(parent_, nullptr); in createRnnDescriptor()
2948 auto miopen = miopen_->GetHandle(parent_, stream); in DoConvolve()
3128 auto miopen = miopen_->GetHandle(parent_, stream); in GetMIOpenConvolveAlgorithmsImmediateMode()
3337 auto miopen = miopen_->GetHandle(parent_, stream); in GetMIOpenConvolveAlgorithmsFindMode()
3575 auto miopen = miopen_->GetHandle(parent_, stream); in DoBatchNormalizationForwardImpl()
[all …]
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h740 virtual Expectation GetHandle() = 0;
945 s.AddExpectation(GetHandle()); in InSequence()
1078 virtual Expectation GetHandle() { in GetHandle() function
1832 : expectation_base_(exp.GetHandle().expectation_base()) {} in Expectation()
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc164 handle.GetHandle().get() in GetSharedMemoryContents()

12