HomeSort by relevance Sort by last modified time
    Searched refs:RunMode (Results 1 - 11 of 11) sorted by null

  /external/deqp/execserver/
xsExecutionServer.hpp 40 enum RunMode
48 ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
61 RunMode m_runMode;
xsExecutionServer.cpp 101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode)
104 , m_runMode (runMode)
  /external/deqp/framework/common/
tcuCommandLine.hpp 40 enum RunMode
115 //! Get run mode (--deqp-runmode)
116 RunMode getRunMode (void) const;
tcuApp.cpp 97 const RunMode runMode = cmdLine.getRunMode();
113 // \note No executor is created if runmode is not EXECUTE
114 if (runMode == RUNMODE_EXECUTE)
116 else if (runMode == RUNMODE_DUMP_STDOUT_CASELIST)
118 else if (runMode == RUNMODE_DUMP_XML_CASELIST)
120 else if (runMode == RUNMODE_DUMP_TEXT_CASELIST)
187 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
188 if (runMode == RUNMODE_EXECUTE
    [all...]
tcuCommandLine.cpp 62 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
113 static const NamedValue<tcu::RunMode> s_runModes[] =
148 << Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases into a file",
807 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); }
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 94 private static enum RunMode {
115 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
130 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
139 private void run(String fileName, RunMode runMode) {
203 if (runMode == RunMode.INCLUDE_KNOWN_FAILURES
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 90 private static enum RunMode {
111 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
126 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
135 private void run(String fileName, RunMode runMode) {
199 if (runMode == RunMode.INCLUDE_KNOWN_FAILURES
  /external/deqp/execserver/tools/
xsMain.cpp 80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>()
84 xs::ExecutionServer server (&testProcess, DE_SOCKETFAMILY_INET4, port, runMode);
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 79 ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
tcuAndroidExecService.cpp 291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode)
292 : xs::ExecutionServer (testProcess, family, port, runMode)
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 114 enum RunMode
129 RunMode runMode;
176 cmdLine.runMode = RUNMODE_START_SERVER;
181 cmdLine.runMode = RUNMODE_CONNECT;
460 if (cmdLine.runMode == RUNMODE_START_SERVER)
474 else if (cmdLine.runMode == RUNMODE_CONNECT)

Completed in 855 milliseconds