Home
last modified time | relevance | path

Searched refs:SetLength (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs94 public override void SetLength(long value) in SetLength() method in Antmicro.Renode.UserInterface.StreamToEventConverter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs38 SetLength(length ?? stream.Length - offset); in SerializableStreamView()
118 public override void SetLength(long value) in SetLength() method in Antmicro.Renode.Storage.SerializableStreamView
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DPtyUnixStream.cs69 public override void SetLength(long value) in SetLength() method in Antmicro.Renode.Utilities.PtyUnixStream
71 Stream.SetLength(value); in SetLength()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DCDROM.cs34 dataBackend.SetLength(dataBackend.Length + (blockSize - sizeMisalignment)); in CDROM()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs54 dataBackend.SetLength(dataBackend.Length + (blockSize - sizeMisalignment)); in USBPendrive()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMXIC_MX66UM1G45G.cs198 internalBackingFile.SetLength(underlyingMemory.Size);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs984 dataBuffer.SetLength(0); in ExitDataMode()