Home
last modified time | relevance | path

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

12

/Renode-v1.15.3-c57714d/tests/
Drobot_output_formatter_verbose.py4 def start_suite(name, attrs): argument
7 def end_suite(name, attrs): argument
10 def start_test(name, attrs): argument
13 def end_test(name, attrs): argument
16 def end_keyword(name, attrs): argument
Dhelper.py8 def network_interface_should_exist(name): argument
12 def network_interface_should_be_up(name): argument
24 def network_interface_should_have_address(name, address): argument
Drun_tests.py10 name = "requirements.txt" variable
Dretry_and_timeout_listener.py22 def __getattr__(self, name): argument
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DINetworkLogExtensions.cs21 public static void CreateWiresharkForBLE(this Emulation emulation, string name) in CreateWiresharkForBLE()
26 public static void CreateWiresharkForIEEE802_15_4(this Emulation emulation, string name) in CreateWiresharkForIEEE802_15_4()
31 public static void CreateWiresharkForCAN(this Emulation emulation, string name) in CreateWiresharkForCAN()
36 public static void CreateWiresharkForEthernet(this Emulation emulation, string name) in CreateWiresharkForEthernet()
164 private static Wireshark CreateBLEConfiguredWireshark(Emulation emulation, string name) in CreateBLEConfiguredWireshark()
176 … private static Wireshark CreateIEEE802_15_4ConfiguredWireshark(Emulation emulation, string name) in CreateIEEE802_15_4ConfiguredWireshark()
188 private static Wireshark CreateEthernetConfiguredWireshark(Emulation emulation, string name) in CreateEthernetConfiguredWireshark()
200 private static Wireshark CreateCANConfiguredWireshark(Emulation emulation, string name) in CreateCANConfiguredWireshark()
212 … private static Wireshark CreateWireshark(this Emulation emulation, string name, LinkLayer layer) in CreateWireshark()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariableStore.cs23 public void AddBuiltinOrAlreadyRegisteredVariable(string name, object value) in AddBuiltinOrAlreadyRegisteredVariable()
29 … public Variable DeclareVariable(string name, Type type, Position position, bool local = false) in DeclareVariable()
41 public bool TryGetVariableInLocalScope(string name, out Variable variable) in TryGetVariableInLocalScope()
46 public Variable GetVariableInLocalScope(string name) in GetVariableInLocalScope()
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRecorder.cs20 … public void RecordEvent(string name, object[] args, Replay replayMode = Replay.InReexecutionMode) in RecordEvent()
25 public void SaveCurrentState(string name) in SaveCurrentState()
31 public bool TryGetState(string name, out List<Event> events) in TryGetState()
DRobotFrameworkEngine.cs44 public void ExecuteKeyword(string name, object[] arguments) in ExecuteKeyword()
DRobotFrameworkKeywordAttribute.cs13 …public RobotFrameworkKeywordAttribute(string name = null, Replay replayMode = Replay.InReexecution… in RobotFrameworkKeywordAttribute()
DCpuKeywords.cs130 private ICPU GetCPU(IMachine machine, string name = null) in GetCPU()
/Renode-v1.15.3-c57714d/.vscode/
Dlaunch.json8 "name": "Launch - Debug", string
16 "name": "Launch - Release", string
24 "name": "Attach", string
32 "name": "(gdb) Tlib Attach", string
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/
DNetworkServer.cs28 … public static void CreateNetworkServer(this Emulation emulation, string name, string ipAddress) in CreateNetworkServer()
71 public IServerModule TryGetByName(string name, out bool success) in TryGetByName()
83 public bool RegisterModule(IServerModule module, int port, string name) in RegisterModule()
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
Dsystemrdl.json15 "name": "FIRST", string
22 "name": "SECOND", string
29 "name": "THIRD", string
36 "name": "FOURTH", string
59 "name": "FIRST", string
66 "name": "SECOND", string
89 "name": "COOL_FIELD", string
104 "name": "UNCOOL_FIELD", string
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DConstructorOrPropertyAttribute.cs15 public ConstructorOrPropertyAttribute(string name, Value value) in ConstructorOrPropertyAttribute()
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DAsciinemaRecorder.cs66 …public AsciinemaRecorder(string filePath, IMachine machine, string name, bool useVirtualTimeStamps… in AsciinemaRecorder()
161 private readonly string name; field in Antmicro.Renode.Integrations.AsciinemaRecorder
DArduinoLoader.cs27 …erver server, CortexM cpu, ulong binaryLoadAddress = 0x10000, int? port = null, string name = null) in CreateArduinoLoader()
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs28 public static void StartTFTP(this NetworkServer server, int port, string name = "tftp") in StartTFTP()
59 public void ServeFile(string path, string name = null) in ServeFile()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DIInstanceBasedCommand.cs76 …public static bool TryGetName(Command command, List<byte> data, int offset, out string name, out R… in TryGetName()
132 …DecodeName(Command command, List<byte> data, int offset, int length, out string name, out Response… in TryDecodeName()
/Renode-v1.15.3-c57714d/src/Renode/Backends/Terminals/
DUartPtyTerminal.cs23 …public static void CreateUartPtyTerminal(this Emulation emulation, string name, string fileName, b… in CreateUartPtyTerminal()
/Renode-v1.15.3-c57714d/tools/packaging/linux_portable/
Dadditional.c64 void *__wrap_mono_dl_lookup_symbol(void **module_handle, const char *name) { in __wrap_mono_dl_lookup_symbol()
70 void *__wrap_mono_dl_open_file(const char *name, int flags) { in __wrap_mono_dl_open_file()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs27 string name = null, in ConnectToCoSimulation()
59 string name, in CoSimulationConnection()
469 private void RegisterInHostMachine(string name) in RegisterInHostMachine()
/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs20 public static void CreateGPIOConnector(this Emulation emulation, string name) in CreateGPIOConnector()
/Renode-v1.15.3-c57714d/tools/guest_cache/src/
Drenode_cache_interface.py164 def create_cache(name, args): argument
/Renode-v1.15.3-c57714d/scripts/pydev/
Dnuvoton_npcx9_bootrom.py93 def create_hook(name, return_value=NCL_STATUS_OK): argument
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c506 renode_error_t *renode_get_machine(renode_t *renode, const char *name, renode_machine_t **machine) in renode_get_machine()
528 …ce_descriptor(renode_machine_t *machine, api_command_t api_command, const char *name, int32_t *ins… in renode_get_instance_descriptor()
634 renode_error_t *renode_get_adc(renode_machine_t *machine, const char *name, renode_adc_t **adc) in renode_get_adc()
730 renode_error_t *renode_get_gpio(renode_machine_t *machine, const char *name, renode_gpio_t **gpio) in renode_get_gpio()

12