Searched defs:runMode (Results 1 - 6 of 6) sorted by relevance

/external/deqp/execserver/tools/
H A DxsMain.cpp38 xs::ExecutionServer::RunMode runMode = xs::ExecutionServer::RUNMODE_FOREVER; local
62 runMode = xs::ExecutionServer::RUNMODE_SINGLE_EXEC;
67 xs::ExecutionServer server(&testProcess, DE_SOCKETFAMILY_INET4, port, runMode);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dheadlesscodemirror.js103 CodeMirror.runMode = function (string, modespec, callback, options) {
/external/deqp/framework/common/
H A DtcuApp.cpp138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); local
139 if (runMode == RUNMODE_EXECUTE)
H A DtcuTestExecutor.cpp86 const RunMode runMode = m_cmdLine.getRunMode(); local
87 if (runMode == RUNMODE_DUMP_XML_CASELIST || runMode == RUNMODE_DUMP_TEXT_CASELIST)
89 const char* const ext = (runMode == RUNMODE_DUMP_XML_CASELIST) ? "xml" : "txt";
95 if (runMode == RUNMODE_DUMP_XML_CASELIST)
119 const RunMode runMode = m_cmdLine.getRunMode(); local
120 if (runMode == RUNMODE_DUMP_XML_CASELIST)
128 if (runMode == RUNMODE_DUMP_TEXT_CASELIST || runMode == RUNMODE_DUMP_XML_CASELIST)
170 const RunMode runMode local
194 const RunMode runMode = m_cmdLine.getRunMode(); local
[all...]
/external/deqp/execserver/
H A DxsExecutionServer.cpp101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) argument
104 , m_runMode (runMode)
/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 6133 milliseconds