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

  /external/deqp/execserver/
xsTestProcess.hpp 39 class TestProcess
42 virtual ~TestProcess (void) {}
55 TestProcess (void) {}
xsTestDriver.hpp 38 TestDriver (xs::TestProcess* testProcess);
72 xs::TestProcess* m_process;
xsExecutionServer.hpp 48 ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
xsPosixTestProcess.hpp 23 * \brief TestProcess implementation for Unix-like systems.
75 class PosixTestProcess : public TestProcess
xsWin32TestProcess.hpp 23 * \brief TestProcess implementation for Win32.
179 class Win32TestProcess : public TestProcess
xsTestDriver.cpp 43 TestDriver::TestDriver (xs::TestProcess* testProcess)
46 , m_process (testProcess)
166 // Signal TestProcess to clean up any remaining resources.
xsExecutionServer.cpp 101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode)
103 , m_testDriver (testProcess)
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 44 class TestProcess : public xs::TestProcess
47 TestProcess (JavaVM* vm, jobject context);
48 ~TestProcess (void);
79 ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
121 TestProcess m_process;
tcuAndroidExecService.cpp 59 // TestProcess
61 TestProcess::TestProcess (JavaVM* vm, jobject context)
73 DBG_PRINT(("TestProcess::TestProcess(%p, %p)", vm, context));
135 TestProcess::~TestProcess (void)
137 DBG_PRINT(("TestProcess::~TestProcess()"));
150 void TestProcess::start (const char* name, const char* params, const char* workingDir, const char* caseList
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 121 class LocalTestProcess : public xs::TestProcess
226 ServerThread (xs::TestProcess* testProcess, int port);
237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port)
238 : m_server (testProcess, DE_SOCKETFAMILY_INET4, port, xs::ExecutionServer::RUNMODE_FOREVER)

Completed in 163 milliseconds