Home
last modified time | relevance | path

Searched refs:Prepend (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/
DTransmitter.cs124 return ProvideFastMessage().Nibbles.Prepend(statusNibble); in ConstructFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMonitorCommand.cs36 …ring.Join(string.Empty, Encoding.UTF8.GetBytes(result).Select(x => x.ToString("X2")).Prepend("O")); in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DNativeBinder.cs368 return string.Join("", paramNames.Prepend(baseName)).Replace("[]", "Array"); in ShortTypeNameFromParamsAndReturn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs700 foreach(var pathElement in monitorPath.PathElements.Prepend(String.Empty)) in TryGetFilenameFromAvailablePaths()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs544 public static IEnumerable<T> Prepend<T>(this IEnumerable<T> tail, params T[] head) in Prepend() method in Antmicro.Renode.Utilities.Misc