| /third_party/skia/third_party/externals/angle2/util/ |
| D | test_utils.cpp | 63 ProcessHandle::ProcessHandle() : mProcess(nullptr) {} in ProcessHandle() function in angle::ProcessHandle 65 ProcessHandle::ProcessHandle(Process *process) : mProcess(process) {} in ProcessHandle() function in angle::ProcessHandle 67 ProcessHandle::ProcessHandle(const std::vector<const char *> &args, in ProcessHandle() function in angle::ProcessHandle 72 ProcessHandle::~ProcessHandle() in ~ProcessHandle() 77 ProcessHandle::ProcessHandle(ProcessHandle &&other) : mProcess(other.mProcess) in ProcessHandle() function in angle::ProcessHandle 82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =() 88 void ProcessHandle::reset() in reset()
|
| D | test_utils.h | 60 class ProcessHandle; variable 76 friend class ProcessHandle; 95 class ProcessHandle final : angle::NonCopyable 98 ProcessHandle(); 99 ProcessHandle(Process *process); 100 ProcessHandle(const std::vector<const char *> &args, ProcessOutputCapture captureOutput); 101 ~ProcessHandle(); 102 ProcessHandle(ProcessHandle &&other); 103 ProcessHandle &operator=(ProcessHandle &&rhs);
|
| D | test_utils_unittest.cpp | 160 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST() 176 ProcessHandle process(LaunchProcess(args, ProcessOutputCapture::StdoutAndStderrSeparately)); in TEST() 202 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST() 234 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrInterleaved); in TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
| D | Program.inc | 34 ProcessInfo::ProcessInfo() : ProcessHandle(0), Pid(0), ReturnCode(0) {} 383 PI.ProcessHandle = pi.hProcess; 420 assert(PI.ProcessHandle && 429 DWORD WaitStatus = WaitForSingleObject(PI.ProcessHandle, milliSecondsToWait); 432 if (!TerminateProcess(PI.ProcessHandle, 1)) { 438 CloseHandle(PI.ProcessHandle); 441 WaitForSingleObject(PI.ProcessHandle, INFINITE); 442 CloseHandle(PI.ProcessHandle); 451 BOOL rc = GetExitCodeProcess(PI.ProcessHandle, &status); 454 CloseHandle(PI.ProcessHandle);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Program.h | 42 HANDLE ProcessHandle;
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| D | TestSuite_unittest.cpp | 85 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in runTestSuite()
|
| D | TestSuite.h | 116 ProcessHandle process;
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | glmark2Benchmark.cpp | 153 ProcessHandle process(args, ProcessOutputCapture::StdoutOnly); in run()
|
| D | TracePerfTest.cpp | 1632 ProcessHandle proc(LaunchProcess(args, ProcessOutputCapture::StdoutOnly)); in PrintFileDiff()
|
| /third_party/mesa3d/include/D3D9/ |
| D | d3d9types.h | 1347 HANDLE ProcessHandle; member 1470 HANDLE ProcessHandle; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | dbghelp.h | 1219 HANDLE ProcessHandle; member
|
| /third_party/libuv/src/win/ |
| D | winapi.h | 4593 (HANDLE ProcessHandle,
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 2205 @@ -112,7 +112,7 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(ProcessHandle handle, 2207 ProcessHandle handle, int* exit_code); 51136 base::ProcessHandle process_handle =
|