/external/lldb/include/lldb/Target/ |
D | ThreadPlanStepInRange.h | 33 lldb::RunMode stop_others); 39 lldb::RunMode stop_others); 84 lldb::RunMode stop_others); 90 lldb::RunMode stop_others,
|
D | ThreadPlanStepRange.h | 33 lldb::RunMode stop_others); 78 lldb::RunMode m_stop_others;
|
D | ThreadPlanStepOverRange.h | 31 lldb::RunMode stop_others);
|
D | Thread.h | 325 RunModeAsCString (lldb::RunMode mode); 562 lldb::RunMode stop_other_threads); 601 lldb::RunMode stop_other_threads,
|
/external/deqp/execserver/ |
D | xsExecutionServer.hpp | 40 enum RunMode enum in xs::ExecutionServer 48 …ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode); 61 RunMode m_runMode;
|
D | xsExecutionServer.cpp | 101 …r::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/external/lldb/include/lldb/API/ |
D | 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestSuite.java | 94 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/ |
D | DataDrivenNumberFormatTestSuite.java | 90 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/ |
D | 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/common/ |
D | tcuCommandLine.hpp | 40 enum RunMode enum 116 RunMode getRunMode (void) const;
|
D | tcuCommandLine.cpp | 62 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()
|
D | tcuApp.cpp | 97 const RunMode runMode = cmdLine.getRunMode(); in App() 187 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
|
/external/deqp/execserver/tools/ |
D | xsMain.cpp | 80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 79 …ver (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
|
D | tcuAndroidExecService.cpp | 291 …Server (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) in ExecutionServer()
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 55 typedef enum RunMode { enum 59 } RunMode; typedef
|
/external/lldb/source/Target/ |
D | ThreadPlanStepInRange.cpp | 45 lldb::RunMode stop_others in ThreadPlanStepInRange() 61 lldb::RunMode stop_others in ThreadPlanStepInRange()
|
D | ThreadPlanStepOverRange.cpp | 45 lldb::RunMode stop_others in ThreadPlanStepOverRange()
|
D | ThreadPlanStepOut.cpp | 429 RunMode run_mode = m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads; in QueueInlinedStepPlan()
|
D | ThreadPlanStepRange.cpp | 47 lldb::RunMode stop_others) : in ThreadPlanStepRange()
|
D | Thread.cpp | 1380 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/ |
D | CommandObjectThread.cpp | 312 …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/ |
D | SBThread.cpp | 553 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/ |
D | xeCommandLineExecutor.cpp | 114 enum RunMode enum 129 RunMode runMode;
|