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

  /external/deqp/execserver/
xsTestProcess.hpp 39 class TestProcess
42 virtual ~TestProcess (void) {}
55 TestProcess (void) {}
  /external/deqp/framework/platform/android/
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...]
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;

Completed in 55 milliseconds