Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs328 public void SetVariable(string var, Token val, Dictionary<string, Token> collection) in SetVariable()
747 private Token ExpandVariable(VariableToken token, Dictionary<string, Token> collection) in ExpandVariable()
757 …private bool TryExpandVariable(VariableToken token, Dictionary<string, Token> collection, out Toke… in TryExpandVariable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1289 …public static string PrettyPrintCollection<T>(IEnumerable<T> collection, Func<T, string> formatter… in PrettyPrintCollection()
1296 public static string PrettyPrintCollectionHex<T>(IEnumerable<T> collection) in PrettyPrintCollectionHex()
1301 public static LazyHexString<T> ToLazyHexString<T>(this IEnumerable<T> collection) in ToLazyHexString()
1801 public static void AddIf<T>(this ICollection<T> collection, bool condition, T item) in AddIf()
1891 public LazyHexString(IEnumerable<T> collection) in LazyHexString()
1901 private readonly IEnumerable<T> collection; field in Antmicro.Renode.Utilities.LazyHexString
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs437 …private static void RegisterGroup(Dictionary<long, DoubleWordRegister> collection, long initialAdd… in RegisterGroup()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs502 …te XElement GetDerivedElementFromTheScope(XElement element, IEnumerable<XElement> collection, Nest… in GetDerivedElementFromTheScope()