Searched refs:Win32TestProcess (Results 1 - 3 of 3) sorted by relevance

/external/deqp/execserver/
H A DxsWin32TestProcess.hpp179 class Win32TestProcess : public TestProcess class in namespace:xs
182 Win32TestProcess (void);
183 virtual ~Win32TestProcess (void);
196 Win32TestProcess (const Win32TestProcess& other);
197 Win32TestProcess& operator= (const Win32TestProcess& other);
H A DxsWin32TestProcess.cpp629 Win32TestProcess::Win32TestProcess (void) function in class:xs::Win32TestProcess
638 Win32TestProcess::~Win32TestProcess (void)
643 void Win32TestProcess::start (const char* name, const char* params, const char* workingDir, const char* caseList)
705 void Win32TestProcess::terminate (void)
715 printf("Win32TestProcess::terminate(): Failed to kill process: %s\n", e.what());
720 void Win32TestProcess::cleanup (void)
746 printf("Win32TestProcess::cleanup(): Failed to kill process: %s\n", e.what());
754 int Win32TestProcess
[all...]
/external/deqp/execserver/tools/
H A DxsMain.cpp58 xs::Win32TestProcess testProcess;

Completed in 79 milliseconds