| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | LogLevelCommand.cs | 37 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 …]
|
| D | SetCommand.cs | 50 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
|
| D | ShowBackendAnalyzerCommand.cs | 33 …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
|
| D | NetworkLoggerCommand.cs | 26 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
|
| D | ResdCommand.cs | 45 …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
|
| D | DisplayImageCommand.cs | 35 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
|
| D | MachCommand.cs | 54 …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
|
| D | LogCommand.cs | 25 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
|
| D | StartCommand.cs | 28 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
|
| D | AnalyzersCommand.cs | 31 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
|
| D | LoggerFileCommand.cs | 27 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
|
| D | LastLogCommand.cs | 28 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
|
| D | PythonExecuteCommand.cs | 25 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
|
| D | CreatePlatformCommand.cs | 39 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
|
| D | IncludeFileCommand.cs | 34 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
|
| D | RequireVariableCommand.cs | 15 public void Run(Token token) in Run() method in Antmicro.Renode.UserInterface.Commands.RequireVariableCommand
|
| D | TimeCommand.cs | 17 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.TimeCommand
|
| D | VersionCommand.cs | 16 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.VersionCommand
|
| D | StringCommand.cs | 23 public void Run(ICommandInteraction writer, Token[] tokens) in Run() method in Antmicro.Renode.UserInterface.Commands.StringCommand
|
| D | QuitCommand.cs | 20 public void Run(ICommandInteraction writer) in Run() method in Antmicro.Renode.UserInterface.Commands.QuitCommand
|
| D | WatchCommand.cs | 25 public void Run(ICommandInteraction writer, StringToken command, DecimalIntegerToken delay) in Run() method in Antmicro.Renode.UserInterface.Commands.WatchCommand
|
| D | NumbersModeCommand.cs | 33 public void Run(ICommandInteraction writer, in Run() method in Antmicro.Renode.UserInterface.Commands.NumbersModeCommand
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/ |
| D | TraceCommand.cs | 57 …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/ |
| D | CommandLineInterface.cs | 32 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/ |
| D | HelloCommand.cs | 27 public void Run(ICommandInteraction writer, StringToken name) in Run() method in Antmicro.Renode.Plugins.SampleCommandPlugin.HelloCommand
|