/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A 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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A 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()
|
/third_party/vk-gl-cts/execserver/ |
H A 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;
|
H A D | xsExecutionServer.cpp | 101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.hpp | 42 enum RunMode enum 160 RunMode getRunMode (void) const;
|
H A D | tcuCommandLine.cpp | 66 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode); 152 static const NamedValue<tcu::RunMode> s_runModes[] = in registerOptions() 195 << Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, write list of test cases into a file, or verify amber capability coherency", in registerOptions() 1055 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); } in getRunMode() 1292 if (cmdLine.getOption<opt::RunMode>() == RUNMODE_VERIFY_AMBER_COHERENCY) in CaseListFilter()
|
H A D | tcuApp.cpp | 147 const RunMode runMode = cmdLine.getRunMode(); in App() 242 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsMain.cpp | 80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidExecService.hpp | 79 ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
|
H A D | tcuAndroidExecService.cpp | 291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 115 enum RunMode enum 130 RunMode runMode;
|