Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DSamplesData.cs34 public bool Move(int count) in Move() method in Antmicro.Renode.Utilities.RESD.T
DDataBlock.cs118 if(!samplesData.Move((int)samplesDiff)) in TryGetSample()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DAntMouse.cs61 public void Move(int newx, int newy) in Move() method in Antmicro.Renode.Peripherals.Input.AntMouse
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs198 File.Move(path, newPath); in Validate()
DMisc.cs1426 File.Move(path, dstName); in AllocateFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs206 readContext.Move(size * 8); in ReadData()
211 readContext.Move(size); in ReadData()
371 writeContext.Move((uint)length); in WriteData()
862 public void Move(uint offset) in Move() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs118 …public void Move(IBusRegistered<IBusPeripheral> registeredPeripheral, BusRangeRegistration newRegi… in Move() method in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
DSystemBus.cs196 collection.Move(busRegistered, newRegistration); in MoveRegistrationWithinContext()