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

  /external/lldb/include/lldb/Target/
ThreadPlanStepInRange.h 33 lldb::RunMode stop_others);
39 lldb::RunMode stop_others);
84 lldb::RunMode stop_others);
90 lldb::RunMode stop_others,
ThreadPlanStepOverRange.h 31 lldb::RunMode stop_others);
ThreadPlanStepRange.h 33 lldb::RunMode stop_others);
78 lldb::RunMode m_stop_others;
Thread.h 325 RunModeAsCString (lldb::RunMode mode);
562 lldb::RunMode stop_other_threads);
601 lldb::RunMode stop_other_threads,
    [all...]
  /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/mojo/public/cpp/utility/
run_loop.h 87 enum RunMode {
95 void RunInternal(RunMode run_mode);
  /external/deqp/framework/common/
tcuCommandLine.hpp 40 enum RunMode
113 //! Get run mode (--deqp-runmode)
114 RunMode getRunMode (void) const;
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)
tcuCommandLine.cpp 62 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
108 static const NamedValue<tcu::RunMode> s_runModes[] =
141 << Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases into a file",
778 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); }
  /external/lldb/include/lldb/API/
SBThread.h 98 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
101 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
104 StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
  /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/lldb/scripts/Python/interface/
SBThread.i 121 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
124 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
127 StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
  /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/lldb/include/lldb/
lldb-enumerations.h 55 typedef enum RunMode {
59 } RunMode;
  /external/lldb/source/Target/
ThreadPlanStepInRange.cpp 45 lldb::RunMode stop_others
61 lldb::RunMode stop_others
ThreadPlanStepOut.cpp 429 RunMode run_mode = m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads;
ThreadPlanStepOverRange.cpp 45 lldb::RunMode stop_others
ThreadPlanStepRange.cpp 47 lldb::RunMode stop_others) :
Thread.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectThread.cpp 312 m_run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDuringStepping, error);
359 RunMode m_run_mode;
447 const lldb::RunMode stop_other_threads = m_options.m_run_mode;
850 lldb::RunMode run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDuringStepping, error);
    [all...]
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 103 void RunLoop::RunInternal(RunMode run_mode) {
  /external/lldb/source/API/
SBThread.cpp 553 SBThread::StepOver (lldb::RunMode stop_other_threads)
596 SBThread::StepInto (lldb::RunMode stop_other_threads)
602 SBThread::StepInto (const char *target_name, lldb::RunMode stop_other_threads)
    [all...]

Completed in 2074 milliseconds