HomeSort by relevance Sort by last modified time
    Searched refs:RunMode (Results 1 - 15 of 15) 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 41 enum RunMode
138 //! Get run mode (--deqp-runmode)
139 RunMode getRunMode (void) const;
tcuApp.cpp 98 const RunMode runMode = cmdLine.getRunMode();
114 // \note No executor is created if runmode is not EXECUTE
115 if (runMode == RUNMODE_EXECUTE)
117 else if (runMode == RUNMODE_DUMP_STDOUT_CASELIST)
119 else if (runMode == RUNMODE_DUMP_XML_CASELIST)
121 else if (runMode == RUNMODE_DUMP_TEXT_CASELIST)
188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
189 if (runMode == RUNMODE_EXECUTE
    [all...]
tcuCommandLine.cpp 64 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
122 static const NamedValue<tcu::RunMode> s_runModes[] =
158 << Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases into a file",
788 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); }
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 102 private static enum RunMode {
125 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
140 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
147 new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS);
160 private void run(String fileName, RunMode runMode) {
227 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) {
244 } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 99 private static enum RunMode {
122 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
137 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
144 new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS);
157 private void run(String fileName, RunMode runMode) {
224 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) {
241 } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId))
    [all...]
  /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/tensorflow/tensorflow/python/autograph/
__init__.py 45 from tensorflow.python.autograph.impl.api import RunMode
61 'RunMode',
  /external/tensorflow/tensorflow/python/autograph/impl/
api.py 108 class RunMode(Enum):
128 def do_not_convert(run_as=RunMode.GRAPH, return_dtypes=None):
134 run_as: RunMode, specifies how to use the function in TensorFlow.
137 function, if run_as is RunMode.PY_FUNC. Ignored otherwise. May be set to
154 raise NotImplementedError('RunMode.PY_FUNC does not yet support kwargs')
159 if run_as == RunMode.GRAPH:
161 elif run_as == RunMode.PY_FUNC:
api_test.py 103 @api.do_not_convert(api.RunMode.GRAPH)
125 api.RunMode.PY_FUNC, return_dtypes=py_func.MatchDType(1))
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 115 enum RunMode
130 RunMode runMode;
177 cmdLine.runMode = RUNMODE_START_SERVER;
182 cmdLine.runMode = RUNMODE_CONNECT;
461 if (cmdLine.runMode == RUNMODE_START_SERVER)
475 else if (cmdLine.runMode == RUNMODE_CONNECT)
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 758 milliseconds