Searched defs:groups (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ | ||
| D | TerminalTester.cs | 821 public TerminalTesterResult(string content, double timestamp, string[] groups = null) in TerminalTesterResult() |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/ | ||
| D | DevicesConfig.cs | 32 …private readonly Dictionary<string, List<DeviceInfo>> groups = new Dictionary<string, List<DeviceI… field in Antmicro.Renode.Config.Devices.DevicesConfig |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ | ||
| D | Machine.cs | 1966 private readonly List<PeripheralsGroup> groups; field in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ | ||
| D | ARM_GenericInterruptController.cs | 2057 private readonly ReadOnlyDictionary<GroupType, InterruptGroup> groups; field |