/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 64 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess() 131 child_handle_ = process_info.hProcess; in Start() 153 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate() 225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() 236 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate() 241 CloseHandleOrDie(child_handle_); in Communicate() 242 child_handle_ = NULL; in Communicate()
|
D | subprocess.h | 86 HANDLE child_handle_; variable
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 540 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 557 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 581 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 584 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait() 586 child_handle_.Reset(); in Wait() 682 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 590 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 607 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 631 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 635 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 636 child_handle_.Reset(); in Wait() 732 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 588 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 605 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 629 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 633 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 634 child_handle_.Reset(); in Wait() 730 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 626 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 643 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 667 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 671 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 672 child_handle_.Reset(); in Wait() 768 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 628 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 669 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 673 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 674 child_handle_.Reset(); in Wait() 766 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 6579 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 6596 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 6620 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 6623 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait() 6625 child_handle_.Reset(); in Wait() 6721 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 7122 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 7139 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 7163 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 7167 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 7168 child_handle_.Reset(); in Wait() 7260 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|