Home
last modified time | relevance | path

Searched refs:TestProcess (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp61 TestProcess::TestProcess (JavaVM* vm, jobject context) in TestProcess() function in tcu::Android::TestProcess
135 TestProcess::~TestProcess (void) in ~TestProcess()
150 void TestProcess::start (const char* name, const char* params, const char* workingDir, const char* … in start()
205 void TestProcess::terminate (void) in terminate()
215 void TestProcess::cleanup (void) in cleanup()
223 bool TestProcess::isRunning (void) in isRunning()
243 JNIEnv* TestProcess::getCurrentThreadEnv (void) in getCurrentThreadEnv()
254 int TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog()
277 int TestProcess::getExitCode (void) const in getExitCode()
282 int TestProcess::readInfoLog (deUint8* dst, int numBytes) in readInfoLog()
[all …]
DtcuAndroidExecService.hpp44 class TestProcess : public xs::TestProcess class
47 TestProcess (JavaVM* vm, jobject context);
48 ~TestProcess (void);
79 …ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunM…
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
121 TestProcess m_process;
/external/deqp/execserver/
DxsTestProcess.hpp39 class TestProcess class
42 virtual ~TestProcess (void) {} in ~TestProcess()
55 TestProcess (void) {} in TestProcess() function in xs::TestProcess
DxsTestDriver.hpp38 TestDriver (xs::TestProcess* testProcess);
72 xs::TestProcess* m_process;
DxsPosixTestProcess.hpp75 class PosixTestProcess : public TestProcess
DxsExecutionServer.hpp48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
DxsWin32TestProcess.hpp179 class Win32TestProcess : public TestProcess
DxsTestDriver.cpp43 TestDriver::TestDriver (xs::TestProcess* testProcess) in TestDriver()
DxsExecutionServer.cpp101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, Ru… in ExecutionServer()
/external/llvm-project/lldb/test/API/commands/platform/process/list/
DMakefile3 EXE := TestProcess
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm121 class LocalTestProcess : public xs::TestProcess
226 ServerThread (xs::TestProcess* testProcess, int port);
237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port)