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

  /external/deqp/execserver/tools/
xsMain.cpp 38 xs::ExecutionServer::RunMode runMode = xs::ExecutionServer::RUNMODE_FOREVER;
62 runMode = xs::ExecutionServer::RUNMODE_SINGLE_EXEC;
67 xs::ExecutionServer server(&testProcess, DE_SOCKETFAMILY_INET4, port, runMode);
  /external/deqp/framework/common/
tcuTestExecutor.cpp 86 const RunMode runMode = m_cmdLine.getRunMode();
87 if (runMode == RUNMODE_DUMP_XML_CASELIST || runMode == RUNMODE_DUMP_TEXT_CASELIST)
89 const char* const ext = (runMode == RUNMODE_DUMP_XML_CASELIST) ? "xml" : "txt";
95 if (runMode == RUNMODE_DUMP_XML_CASELIST)
119 const RunMode runMode = m_cmdLine.getRunMode();
120 if (runMode == RUNMODE_DUMP_XML_CASELIST)
128 if (runMode == RUNMODE_DUMP_TEXT_CASELIST || runMode == RUNMODE_DUMP_XML_CASELIST
    [all...]
tcuApp.cpp 138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
139 if (runMode == RUNMODE_EXECUTE)
  /external/chromium_org/third_party/webrtc/test/mac/
run_test.mm 67 [runLoop runMode:NSDefaultRunLoopMode
  /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/chromium_org/third_party/webrtc/test/testsupport/mac/
run_threaded_main_mac.mm 81 runloop_ok = [main_run_loop runMode:NSDefaultRunLoopMode
  /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/modules/gles31/functional/
es31fSampleVariableTests.cpp 1024 SampleMaskBaseCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target, int renderSize, ShaderRunMode runMode, int flags = 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
headlesscodemirror.js 1 // Content of the function is equal to runmode-standalone.js file
103 CodeMirror.runMode = function (string, modespec, callback, options) {
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 323 milliseconds