/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/ |
D | Response.cs | 17 public static Response CommandFailed(Command command, string reason) in CommandFailed() 27 public static Response InvalidCommand(Command command) in InvalidCommand() 32 public static Response Success(Command command) in Success() 37 public static Response Success(Command command, IEnumerable<byte> data) in Success() 42 public static Response Success(Command command, string text) in Success() 52 public static Response Event(Command command, int eventDescriptor, IEnumerable<byte> data) in Event() 67 private Response(ReturnCode returnCode, Command? command, string text) in Response() 73 private Response(ReturnCode returnCode, Command? command, IEnumerable<byte> data) in Response() 78 …private Response(ReturnCode returnCode, Command? command, int? eventDescriptor = null, byte[] data… in Response() 147 private readonly Command? command; field in Antmicro.Renode.Network.ExternalControl.Response
|
D | IInstanceBasedCommand.cs | 76 …public static bool TryGetName(Command command, List<byte> data, int offset, out string name, out R… in TryGetName() 110 …private static bool TryDecodeNameLength(Command command, List<byte> data, int offset, out int leng… in TryDecodeNameLength() 132 …private static bool TryDecodeName(Command command, List<byte> data, int offset, int length, out st… in TryDecodeName()
|
D | ExternalControlServer.cs | 259 private bool TryHandleCommand(out Response response, Command command, List<byte> data) in TryHandleCommand() 372 public Command command; field 396 public void Register(ICommand command) in Register()
|
D | ADC.cs | 68 private int GetExpectedPayloadCount(ADCCommand command) in GetExpectedPayloadCount()
|
D | GPIOPort.cs | 107 private int GetExpectedPayloadCount(GPIOPortCommand command) in GetExpectedPayloadCount()
|
/Renode-v1.15.3-c57714d/.vscode/ |
D | tasks.json | 10 "command": "./build.sh -d", string 21 "command": "./build.sh", string
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | echo-i2c-peripheral.py | 24 def unknown_command(self, command): argument
|
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | RenodeKeywords.cs | 53 public string ExecuteCommand(string command, string machine = null) in ExecuteCommand() 74 public object ExecutePython(string command, string machine = null) in ExecutePython()
|
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/ |
D | renode_api.c | 327 api_command_t command; member 371 uint8_t command = 0; in renode_receive_event() local 395 static renode_error_t *renode_receive_response(renode_t *renode, api_command_t *command, void **dat… in renode_receive_response() 579 api_command_t command; in renode_run_for() local 655 int8_t command; member 751 int8_t command; member 811 int8_t command; member
|
/Renode-v1.15.3-c57714d/tools/gdb_compare/ |
D | gdb_compare.py | 150 def command(self, input: str, expected_log: str = "") -> None: member in Renode
|
/Renode-v1.15.3-c57714d/tools/sel4_extensions/ |
D | gdbscript.py | 165 def _sel4_break_invoke_helper(command, arg): argument
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/ |
D | renode_bridge.cpp | 210 tlm::tlm_command command = tlm::TLM_IGNORE_COMMAND; in initialize_payload() local
|