Home
last modified time | relevance | path

Searched refs:testProcess (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/execserver/tools/
DxsMain.cpp58 xs::Win32TestProcess testProcess; in main() local
60 xs::PosixTestProcess testProcess; in main() local
84 xs::ExecutionServer server (&testProcess, DE_SOCKETFAMILY_INET4, port, runMode); in main()
/third_party/node/test/parallel/
Dtest-domain-uncaught-exception.js159 const testProcess = child_process.fork(__filename, ['child', testIndex]);
161 testProcess.on('message', function onMsg(msg) {
168 testProcess.on('disconnect', common.mustCall(function onExit() {
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidExecService.hpp79 …ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunM…
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
DtcuAndroidExecService.cpp291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, … in ExecutionServer() argument
292 : xs::ExecutionServer (testProcess, family, port, runMode) in ExecutionServer()
/third_party/vk-gl-cts/execserver/
DxsTestDriver.cpp43 TestDriver::TestDriver (xs::TestProcess* testProcess) in TestDriver() argument
46 , m_process (testProcess) in TestDriver()
DxsTestDriver.hpp38 TestDriver (xs::TestProcess* testProcess);
DxsExecutionServer.cpp101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, Ru… in ExecutionServer() argument
103 , m_testDriver (testProcess) in ExecutionServer()
DxsExecutionServer.hpp48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm226 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)
/third_party/node/test/sequential/
Dtest-inspector-port-cluster.js333 testProcess: true }, property
347 if (!process.env.testProcess) {