HomeSort by relevance Sort by last modified time
    Searched refs:Win32TestProcess (Results 1 - 3 of 3) sorted by null

  /external/deqp/execserver/
xsWin32TestProcess.hpp 179 class Win32TestProcess : public TestProcess
182 Win32TestProcess (void);
183 virtual ~Win32TestProcess (void);
196 Win32TestProcess (const Win32TestProcess& other);
197 Win32TestProcess& operator= (const Win32TestProcess& other);
xsWin32TestProcess.cpp 629 Win32TestProcess::Win32TestProcess (void)
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::readTestLog (deUint8* dst, int numBytes
    [all...]
  /external/deqp/execserver/tools/
xsMain.cpp 42 xs::Win32TestProcess testProcess;

Completed in 139 milliseconds