/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 66 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess() 133 child_handle_ = process_info.hProcess; in Start() 155 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate() 227 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() 238 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate() 243 CloseHandleOrDie(child_handle_); in Communicate() 244 child_handle_ = NULL; in Communicate()
|
D | subprocess.h | 86 HANDLE child_handle_; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 685 child_handle_.Reset(); in Wait() 777 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-death-test.cc | 639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 685 child_handle_.Reset(); in Wait() 777 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 685 child_handle_.Reset(); in Wait() 777 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/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
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/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-death-test.cc | 660 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 677 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 701 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 705 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 706 child_handle_.Reset(); in Wait() 798 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/googletest/googletest/src/ |
D | gtest-death-test.cc | 668 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 685 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 709 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 713 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 714 child_handle_.Reset(); in Wait() 804 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 7473 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 7490 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 7514 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 7518 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 7519 child_handle_.Reset(); in Wait() 7611 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|