Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 16 of 16) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBlobManager.cs22 public void Load(Stream stream, string streamName) in Load()
56 public void Save(Stream stream) in Save()
DSafeBinaryReader.cs24 public SafeBinaryReader(Stream stream) : base(stream) in SafeBinaryReader()
160 private SafeBinaryReader(Stream stream, long length) : this(stream) in SafeBinaryReader()
DSocketServerProvider.cs102 private void WriterThreadBody(Stream stream) in WriterThreadBody()
134 private void ReaderThreadBody(Stream stream) in ReaderThreadBody()
DAssemblyHelper.cs96 private static string ExtractAssemblyToFile(Stream stream, string fileName) in ExtractAssemblyToFile()
DPtyUnixStream.cs238 private UnixStream stream; field in Antmicro.Renode.Utilities.PtyUnixStream
DMisc.cs146 … public static byte[] ReadBytes(this Stream stream, int count, bool throwIfEndOfStream = false) in ReadBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Common/
DRegisterEnumParser.cs13 public RegistersEnumParser(Stream stream) : this(stream, new string[0]) in RegistersEnumParser()
17 public RegistersEnumParser(Stream stream, IEnumerable<string> defines) in RegistersEnumParser()
65 private void Parse(Stream stream) in Parse()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DPlayer.cs23 public Player(FileStream stream, IMachine machine) in Player()
75 private readonly FileStream stream; field in Antmicro.Renode.EventRecording.Player
DRecorder.cs23 public Recorder(FileStream stream, IMachine machine, RecordingBehaviour recordingBehaviour) in Recorder()
101 private readonly FileStream stream; field in Antmicro.Renode.EventRecording.Recorder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceWriter.cs98 protected readonly Stream stream; field in Antmicro.Renode.Peripherals.CPU.TraceWriter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializationTests.cs174 private MemoryStream stream; field in Antmicro.Renode.UnitTests.SerializationTests
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs278 private UnixStream stream; field in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface
DWindowsTapInterface.cs304 private FileStream stream; field in Antmicro.Renode.HostInterfaces.Network.WindowsTapInterface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs31 …public SerializableStreamView(Stream stream, long? length = null, byte paddingByte = 0, long offse… in SerializableStreamView()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DAK0991x.cs150 private int GetSampleFromRESDStream(ref RESDStream<MagneticSample> stream, Direction d) in GetSampleFromRESDStream()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs652 private SerializableStreamView stream; field in Antmicro.Renode.Peripherals.MTD.CFIFlash