Searched defs:testProcess (Results 1 - 5 of 5) sorted by relevance

/external/deqp/execserver/tools/
H A DxsMain.cpp42 xs::Win32TestProcess testProcess; local
44 xs::PosixTestProcess testProcess; local
67 xs::ExecutionServer server(&testProcess, DE_SOCKETFAMILY_INET4, port, runMode);
/external/guava/guava-tests/test/com/google/common/io/
H A DLineBufferTest.java38 public void testProcess() throws IOException { method in class:LineBufferTest
/external/deqp/execserver/
H A DxsTestDriver.cpp43 TestDriver::TestDriver (xs::TestProcess* testProcess) argument
46 , m_process (testProcess)
H A DxsExecutionServer.cpp101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) argument
103 , m_testDriver (testProcess)
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) argument
292 : xs::ExecutionServer (testProcess, family, port, runMode)

Completed in 4572 milliseconds