Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 25 of 33) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLogLevelCommand.cs37 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
43 public void Run([Values(-1L, 0L, 1L, 2L, 3L)] DecimalIntegerToken level) in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
49 public void Run([Values("Noisy", "Debug", "Info", "Warning", "Error")] StringToken level) in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
55 …public void Run(ICommandInteraction writer, [Values(-1L, 0L, 1L, 2L, 3L)] DecimalIntegerToken leve… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
61 …public void Run(ICommandInteraction writer, [Values(-1L, 0L, 1L, 2L, 3L)] DecimalIntegerToken leve… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
67 …public void Run(ICommandInteraction writer, [Values(-1L, 0L, 1L, 2L, 3L)] DecimalIntegerToken leve… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
73 …public void Run(ICommandInteraction writer, [Values(-1L, 0L, 1L, 2L, 3L)] DecimalIntegerToken leve… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
79 …public void Run(ICommandInteraction writer, [Values("Noisy", "Debug", "Info", "Warning", "Error")]… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
85 …public void Run(ICommandInteraction writer, [Values("Noisy", "Debug", "Info", "Warning", "Error")]… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
91 …public void Run(ICommandInteraction writer, [Values("Noisy", "Debug", "Info", "Warning", "Error")]… in Run() method in Antmicro.Renode.UserInterface.Commands.LogLevelCommand
[all …]
DSetCommand.cs50 public void Run(ICommandInteraction writer, LiteralToken variable) in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
56 public void Run(ICommandInteraction writer, VariableToken variable) in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
62 …public void Run(ICommandInteraction writer, LiteralToken variable, MultilineStringTerminatorToken … in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
68 …public void Run(ICommandInteraction writer, VariableToken variable, MultilineStringTerminatorToken… in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
74 public void Run(ICommandInteraction writer, LiteralToken variable, Token value) in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
83 public void Run(ICommandInteraction writer, VariableToken variable, Token value) in Run() method in Antmicro.Renode.UserInterface.Commands.SetCommand
DShowBackendAnalyzerCommand.cs33 …public void Run(ICommandInteraction writer, StringToken analyzerName, LiteralToken peripheral, Lit… in Run() method in Antmicro.Renode.UserInterface.Commands.ShowBackendAnalyzerCommand
55 … public void Run(ICommandInteraction writer, StringToken analyzerName, LiteralToken peripheral) in Run() method in Antmicro.Renode.UserInterface.Commands.ShowBackendAnalyzerCommand
61 public void Run(ICommandInteraction writer, LiteralToken peripheral) in Run() method in Antmicro.Renode.UserInterface.Commands.ShowBackendAnalyzerCommand
67 …public void Run(ICommandInteraction writer, LiteralToken peripheral, LiteralToken analyzerTypeName) in Run() method in Antmicro.Renode.UserInterface.Commands.ShowBackendAnalyzerCommand
DNetworkLoggerCommand.cs26 public void Run(DecimalIntegerToken port, BooleanToken plainMode) in Run() method in Antmicro.Renode.UserInterface.Commands.NetworkLoggerCommand
32 public void Run(DecimalIntegerToken port) in Run() method in Antmicro.Renode.UserInterface.Commands.NetworkLoggerCommand
41 private void Run(int port, bool plainMode = true) in Run() method in Antmicro.Renode.UserInterface.Commands.NetworkLoggerCommand
DResdCommand.cs45 …public void Run(ICommandInteraction writer, [Values("load")] LiteralToken action, LiteralToken int… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
66 …public void Run(ICommandInteraction writer, [Values("unload", "list-blocks")] LiteralToken action,… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
85 …public void Run(ICommandInteraction writer, [Values("get-prop")] LiteralToken action, LiteralToken… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
120 …public void Run(ICommandInteraction writer, [Values("get-samples")] LiteralToken action, LiteralTo… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
138 …public void Run(ICommandInteraction writer, [Values("get-samples-range")] LiteralToken action, Lit… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
168 …public void Run(ICommandInteraction writer, [Values("get-samples-range")] LiteralToken action, Lit… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
191 …public void Run(ICommandInteraction writer, [Values("describe-block")] LiteralToken action, Litera… in Run() method in Antmicro.Renode.UserInterface.Commands.ResdCommand
DDisplayImageCommand.cs35 public void Run(ICommandInteraction writer, StringToken pathToImage) in Run() method in Antmicro.Renode.UserInterface.Commands.DisplayImageCommand
41 …public void Run(ICommandInteraction writer, DecimalIntegerToken widthToken, DecimalIntegerToken he… in Run() method in Antmicro.Renode.UserInterface.Commands.DisplayImageCommand
65 private void Run(ICommandInteraction writer, ReadFilePath pathToImage) in Run() method in Antmicro.Renode.UserInterface.Commands.DisplayImageCommand
DMachCommand.cs54 …public void Run(ICommandInteraction writer, [Values("set")] LiteralToken action, DecimalIntegerTok… in Run() method in Antmicro.Renode.UserInterface.Commands.MachCommand
69 …public void Run(ICommandInteraction writer, [Values("set", "add", "rem", "create")] LiteralToken a… in Run() method in Antmicro.Renode.UserInterface.Commands.MachCommand
111 public void Run(ICommandInteraction writer, [Values("create", "clear")] LiteralToken action) in Run() method in Antmicro.Renode.UserInterface.Commands.MachCommand
DLogCommand.cs25 public void Run(ICommandInteraction writer, StringToken message) in Run() method in Antmicro.Renode.UserInterface.Commands.LogCommand
31 …public void Run(ICommandInteraction writer, StringToken message, [Values( -1L, 0L, 1L, 2L, 3L)] De… in Run() method in Antmicro.Renode.UserInterface.Commands.LogCommand
37 …public void Run(ICommandInteraction writer, StringToken message, [Values( "Noisy", "Debug", "Info"… in Run() method in Antmicro.Renode.UserInterface.Commands.LogCommand
DStartCommand.cs28 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.StartCommand
35 public void Run(ICommandInteraction writer, StringToken path) in Run() method in Antmicro.Renode.UserInterface.Commands.StartCommand
DAnalyzersCommand.cs31 public void Run(ICommandInteraction writer, LiteralToken peripheralName) in Run() method in Antmicro.Renode.UserInterface.Commands.AnalyzersCommand
61 …public void Run(ICommandInteraction writer, [Values("default")] LiteralToken @default, LiteralToke… in Run() method in Antmicro.Renode.UserInterface.Commands.AnalyzersCommand
DLoggerFileCommand.cs27 public void Run(StringToken path) in Run() method in Antmicro.Renode.UserInterface.Commands.LoggerFileCommand
33 public void Run(StringToken path, BooleanToken token) in Run() method in Antmicro.Renode.UserInterface.Commands.LoggerFileCommand
DLastLogCommand.cs28 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.LastLogCommand
34 public void Run(ICommandInteraction writer, DecimalIntegerToken numberOfEntries) in Run() method in Antmicro.Renode.UserInterface.Commands.LastLogCommand
DPythonExecuteCommand.cs25 public void Run(ICommandInteraction writer, VariableToken variable) in Run() method in Antmicro.Renode.UserInterface.Commands.PythonExecuteCommand
40 public void Run(ICommandInteraction writer, StringToken command) in Run() method in Antmicro.Renode.UserInterface.Commands.PythonExecuteCommand
DCreatePlatformCommand.cs39 public void Run(ICommandInteraction writer, LiteralToken type) in Run() method in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand
45 public void Run(ICommandInteraction writer, LiteralToken type, StringToken name) in Run() method in Antmicro.Renode.UserInterface.Commands.CreatePlatformCommand
DIncludeFileCommand.cs34 public bool Run(ICommandInteraction writer, StringToken path) in Run() method in Antmicro.Renode.UserInterface.Commands.IncludeFileCommand
39 private bool Run(ICommandInteraction writer, ReadFilePath path) in Run() method in Antmicro.Renode.UserInterface.Commands.IncludeFileCommand
DRequireVariableCommand.cs15 public void Run(Token token) in Run() method in Antmicro.Renode.UserInterface.Commands.RequireVariableCommand
DTimeCommand.cs17 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.TimeCommand
DVersionCommand.cs16 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.VersionCommand
DStringCommand.cs23 public void Run(ICommandInteraction writer, Token[] tokens) in Run() method in Antmicro.Renode.UserInterface.Commands.StringCommand
DQuitCommand.cs20 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.QuitCommand
DWatchCommand.cs25 public void Run(ICommandInteraction writer, StringToken command, DecimalIntegerToken delay) in Run() method in Antmicro.Renode.UserInterface.Commands.WatchCommand
DNumbersModeCommand.cs33 public void Run(ICommandInteraction writer, in Run() method in Antmicro.Renode.UserInterface.Commands.NumbersModeCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs57 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand, TraceDisableCommand)] Lite… in Run() method in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
72 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() method in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
78 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() method in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
84 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() method in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs32 public static void Run(Options options, Action<ObjectCreator.Context> beforeRun = null) in Run() method in Antmicro.Renode.UI.CommandLineInterface
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/SampleCommandPlugin/
DHelloCommand.cs27 public void Run(ICommandInteraction writer, StringToken name) in Run() method in Antmicro.Renode.Plugins.SampleCommandPlugin.HelloCommand

12