Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs821 public TerminalTesterResult(string content, double timestamp, string[] groups = null) in TerminalTesterResult()
830 public string[] groups { get; set; } property in Antmicro.Renode.Testing.TerminalTesterResult
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs32 …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/
DMachine.cs1966 private readonly List<PeripheralsGroup> groups; field in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2057 private readonly ReadOnlyDictionary<GroupType, InterruptGroup> groups; field