Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DThreadPlanStepInRange.h33 lldb::RunMode stop_others);
39 lldb::RunMode stop_others);
84 lldb::RunMode stop_others);
90 lldb::RunMode stop_others,
DThreadPlanStepRange.h33 lldb::RunMode stop_others);
78 lldb::RunMode m_stop_others;
DThreadPlanStepOverRange.h31 lldb::RunMode stop_others);
DThread.h325 RunModeAsCString (lldb::RunMode mode);
562 lldb::RunMode stop_other_threads);
601 lldb::RunMode stop_other_threads,
/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/lldb/include/lldb/API/
DSBThread.h98 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenNumberFormatTestSuite.java94 private static enum RunMode { enum in DataDrivenNumberFormatTestSuite
115 .run(fileName, RunMode.SKIP_KNOWN_FAILURES); in runSuite()
130 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES); in runFormatSuiteIncludingKnownFailures()
139 private void run(String fileName, RunMode runMode) { in run()
203 if (runMode == RunMode.INCLUDE_KNOWN_FAILURES in run()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestSuite.java90 private static enum RunMode { enum in DataDrivenNumberFormatTestSuite
111 .run(fileName, RunMode.SKIP_KNOWN_FAILURES); in runSuite()
126 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES); in runFormatSuiteIncludingKnownFailures()
135 private void run(String fileName, RunMode runMode) { in run()
199 if (runMode == RunMode.INCLUDE_KNOWN_FAILURES in run()
/external/lldb/scripts/Python/interface/
DSBThread.i121 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/common/
DtcuCommandLine.hpp40 enum RunMode enum
116 RunMode getRunMode (void) const;
DtcuCommandLine.cpp62 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
113 static const NamedValue<tcu::RunMode> s_runModes[] = in registerOptions()
148 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases in… in registerOptions()
807 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); … in getRunMode()
DtcuApp.cpp97 const RunMode runMode = cmdLine.getRunMode(); in App()
187 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
/external/deqp/execserver/tools/
DxsMain.cpp80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main()
/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/lldb/include/lldb/
Dlldb-enumerations.h55 typedef enum RunMode { enum
59 } RunMode; typedef
/external/lldb/source/Target/
DThreadPlanStepInRange.cpp45 lldb::RunMode stop_others in ThreadPlanStepInRange()
61 lldb::RunMode stop_others in ThreadPlanStepInRange()
DThreadPlanStepOverRange.cpp45 lldb::RunMode stop_others in ThreadPlanStepOverRange()
DThreadPlanStepOut.cpp429 RunMode run_mode = m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads; in QueueInlinedStepPlan()
DThreadPlanStepRange.cpp47 lldb::RunMode stop_others) : in ThreadPlanStepRange()
DThread.cpp1380 lldb::RunMode stop_other_threads in QueueThreadPlanForStepOverRange()
1397 lldb::RunMode stop_other_threads, in QueueThreadPlanForStepInRange()
1817 Thread::RunModeAsCString (lldb::RunMode mode) in RunModeAsCString()
/external/lldb/source/Commands/
DCommandObjectThread.cpp312 …m_run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDuringStepping… in SetOptionValue()
359 RunMode m_run_mode;
447 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()
850 …lldb::RunMode run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDu… in SetOptionValue()
/external/lldb/source/API/
DSBThread.cpp553 SBThread::StepOver (lldb::RunMode stop_other_threads) in StepOver()
596 SBThread::StepInto (lldb::RunMode stop_other_threads) in StepInto()
602 SBThread::StepInto (const char *target_name, lldb::RunMode stop_other_threads) in StepInto()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp114 enum RunMode enum
129 RunMode runMode;