/external/deqp/execserver/ |
D | xsExecutionServer.hpp | 40 enum RunMode enum in xs::ExecutionServer 48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode); 61 RunMode m_runMode;
|
D | xsExecutionServer.cpp | 101 …r::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 102 private static enum RunMode { enum in DataDrivenNumberFormatTestUtility 125 .run(fileName, RunMode.SKIP_KNOWN_FAILURES); in runSuite() 140 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES); in runFormatSuiteIncludingKnownFailures() 147 … new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS); in checkNoUnknownIDs() 160 private void run(String fileName, RunMode runMode) { in run() 227 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) { in run() 244 … } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId)) { in run()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 99 private static enum RunMode { enum in DataDrivenNumberFormatTestUtility 122 .run(fileName, RunMode.SKIP_KNOWN_FAILURES); in runSuite() 137 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES); in runFormatSuiteIncludingKnownFailures() 144 … new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS); in checkNoUnknownIDs() 157 private void run(String fileName, RunMode runMode) { in run() 224 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) { in run() 241 … } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId)) { in run()
|
/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 41 enum RunMode enum 144 RunMode getRunMode (void) const;
|
D | tcuApp.cpp | 98 const RunMode runMode = cmdLine.getRunMode(); in App() 188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
|
D | tcuCommandLine.cpp | 65 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode); 126 static const NamedValue<tcu::RunMode> s_runModes[] = in registerOptions() 162 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cas… in registerOptions() 803 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>();… in getRunMode()
|
/external/deqp/execserver/tools/ |
D | xsMain.cpp | 80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 79 …ver (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
|
D | tcuAndroidExecService.cpp | 291 …Server (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 115 enum RunMode enum 130 RunMode runMode;
|