/external/libchrome/ipc/ |
D | ipc_platform_file.h | 37 HANDLE GetHandle() const; 58 return transit.GetHandle(); in PlatformFileForTransitToPlatformFile() 67 return base::File(transit.GetHandle()); in PlatformFileForTransitToFile()
|
D | ipc_platform_file.cc | 34 HANDLE PlatformFileForTransit::GetHandle() const { in GetHandle() function in IPC::PlatformFileForTransit
|
D | ipc_message_utils.cc | 657 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/ |
D | udp_socket_reader_posix.cc | 30 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()
|
D | udp_socket_posix.h | 48 const SocketHandle& GetHandle() const;
|
/external/libchrome/base/memory/ |
D | shared_memory_handle.h | 89 HANDLE GetHandle() const; 102 zx_handle_t GetHandle() const; 142 int GetHandle() const;
|
D | shared_memory_unittest.cc | 421 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()
|
D | shared_memory_posix.cc | 77 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()
|
D | shared_memory_android.cc | 37 int err = ashmem_set_prot_region(shm_.GetHandle(), flags); in Create()
|
D | shared_memory_handle_posix.cc | 33 int SharedMemoryHandle::GetHandle() const { in GetHandle() function in base::SharedMemoryHandle
|
D | shared_memory_handle_android.cc | 48 int SharedMemoryHandle::GetHandle() const { in GetHandle() function in base::SharedMemoryHandle
|
/external/selinux/libselinux/fuzzers/ |
D | selabel_lookup_fuzzer.cpp | 25 selabel_handle *GetHandle(FuzzedDataProvider &fdp) { in GetHandle() function 40 static auto handle = GetHandle(fdp); in LLVMFuzzerTestOneInput()
|
/external/libchrome/base/test/ |
D | test_shared_memory_util.cc | 129 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/ |
D | platform_channel.cc | 81 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()
|
D | platform_handle.h | 104 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/ |
D | session_ops.cc | 60 tk.GetHandle(name())); in Compute() 66 handle->flat<tstring>().setConstant(tk.GetHandle(name())); in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | session_state.h | 65 std::string GetHandle(const std::string& tensor_name) { in GetHandle() function
|
/external/libchrome/mojo/core/ |
D | platform_wrapper_unittest.cc | 130 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/ |
D | cuda_dnn.cc | 183 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/ |
D | session_state.cc | 81 string key = it->second.GetHandle(op_name); in SaveTensors()
|
/external/tensorflow/tensorflow/c/eager/ |
D | gradients.h | 119 AbstractTensorHandle* GetHandle() const;
|
D | gradients.cc | 90 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/ |
D | rocm_dnn.cc | 570 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/ |
D | gmock-spec-builders.h | 740 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/ |
D | platform_handle_unittest.cc | 164 handle.GetHandle().get() in GetSharedMemoryContents()
|