Searched refs:TestProcess (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.cpp | 61 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 …]
|
D | tcuAndroidExecService.hpp | 44 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/ |
D | xsTestProcess.hpp | 39 class TestProcess class 42 virtual ~TestProcess (void) {} in ~TestProcess() 55 TestProcess (void) {} in TestProcess() function in xs::TestProcess
|
D | xsTestDriver.hpp | 38 TestDriver (xs::TestProcess* testProcess); 72 xs::TestProcess* m_process;
|
D | xsPosixTestProcess.hpp | 75 class PosixTestProcess : public TestProcess
|
D | xsExecutionServer.hpp | 48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
|
D | xsWin32TestProcess.hpp | 179 class Win32TestProcess : public TestProcess
|
D | xsTestDriver.cpp | 43 TestDriver::TestDriver (xs::TestProcess* testProcess) in TestDriver()
|
D | xsExecutionServer.cpp | 101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, Ru… in ExecutionServer()
|
/external/llvm-project/lldb/test/API/commands/platform/process/list/ |
D | Makefile | 3 EXE := TestProcess
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 121 class LocalTestProcess : public xs::TestProcess 226 ServerThread (xs::TestProcess* testProcess, int port); 237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port)
|