Home
last modified time | relevance | path

Searched refs:RunMode (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java99 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java102 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/deqp/execserver/
DxsExecutionServer.hpp40 enum RunMode enum in xs::ExecutionServer
48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
61 RunMode m_runMode;
DxsExecutionServer.cpp101 …r::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
/external/deqp/framework/common/
DtcuCommandLine.hpp41 enum RunMode enum
139 RunMode getRunMode (void) const;
DtcuApp.cpp98 const RunMode runMode = cmdLine.getRunMode(); in App()
188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
DtcuCommandLine.cpp64 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
122 static const NamedValue<tcu::RunMode> s_runModes[] = in registerOptions()
158 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases in… in registerOptions()
788 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>();… in getRunMode()
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py108 class RunMode(Enum): class
128 def do_not_convert(run_as=RunMode.GRAPH, return_dtypes=None):
159 if run_as == RunMode.GRAPH:
161 elif run_as == RunMode.PY_FUNC:
Dapi_test.py103 @api.do_not_convert(api.RunMode.GRAPH)
125 api.RunMode.PY_FUNC, return_dtypes=py_func.MatchDType(1))
/external/deqp/execserver/tools/
DxsMain.cpp80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main()
/external/tensorflow/tensorflow/python/autograph/docs/
Dpyfunc_dtypes.md7 `@autograph.do_not_convert(run_as=autograph.RunMode.PY_FUNC)`, you have two
/external/tensorflow/tensorflow/python/autograph/
D__init__.py45 from tensorflow.python.autograph.impl.api import RunMode
/external/deqp/framework/platform/android/
DtcuAndroidExecService.hpp79 …ver (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
DtcuAndroidExecService.cpp291 …Server (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp115 enum RunMode enum
130 RunMode runMode;
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dalgorithms.ipynb1220 "@ag.do_not_convert(ag.RunMode.PY_FUNC)\n",
Ddev_summit_2018_demo.ipynb1271 "@autograph.do_not_convert(run_as=autograph.RunMode.PY_FUNC)\n",