/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.cc | 616 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply() 627 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply() 638 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply() 654 if (!DuplicateHandle(current_process, in CreateClientHandles() 664 if (!DuplicateHandle(current_process, in CreateClientHandles() 674 if (!DuplicateHandle(current_process, in CreateClientHandles()
|
D | crash_generation_client.cc | 384 if (DuplicateHandle(GetCurrentProcess(), local_pipe, in DuplicatePipeToClientProcess()
|
/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 75 return _winapi.DuplicateHandle( 84 return _winapi.DuplicateHandle( 109 self._handle = _winapi.DuplicateHandle( 127 return _winapi.DuplicateHandle(
|
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle() 51 BOOL result = ::DuplicateHandle(process.get(), handle, NULL, &handle, 0, in CloseHandleInProcess()
|
D | scoped_process_handle.cc | 48 BOOL ok = ::DuplicateHandle(GetCurrentProcessHandle(), handle, in CloneFrom()
|
D | platform_wrapper_unittest.cc | 125 base::SharedMemory::DuplicateHandle(buffer.handle()); in TEST_F()
|
/external/libchrome/mojo/core/test/ |
D | test_utils_win.cc | 21 PCHECK(DuplicateHandle( in PlatformHandleFromFILE()
|
/external/libchrome/ipc/ |
D | ipc_platform_file.cc | 52 !::DuplicateHandle(::GetCurrentProcess(), handle, ::GetCurrentProcess(), in GetPlatformFileForTransit()
|
D | sync_socket_unittest.cc | 183 BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(), in TEST_F()
|
/external/libchrome/base/memory/ |
D | shared_memory.h | 107 static SharedMemoryHandle DuplicateHandle(const SharedMemoryHandle& handle);
|
D | shared_memory_unittest.cc | 453 BOOL rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P() 460 rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P() 763 EXPECT_TRUE(::DuplicateHandle( in TEST_P()
|
D | shared_memory_posix.cc | 71 SharedMemoryHandle SharedMemory::DuplicateHandle( in DuplicateHandle() function in base::SharedMemory
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 100 DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd), 259 DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_handle.cc | 42 BOOL result = ::DuplicateHandle(::GetCurrentProcess(), handle.Get(), in CloneHandle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-death-test.cc | 1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 1147 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1161 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-death-test.cc | 1141 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1155 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 1244 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1258 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Program.inc | 112 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd), 221 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
|
/external/libchrome/base/metrics/ |
D | field_trial_unittest.cc | 1244 handle = SharedMemory::DuplicateHandle( in TEST() 1281 handle = SharedMemory::DuplicateHandle( in TEST() 1371 handle = SharedMemory::DuplicateHandle( in TEST()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-death-test.cc | 1472 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1487 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | forking.py | 233 return _subprocess.DuplicateHandle(
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 537 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle
|