Home
last modified time | relevance | path

Searched defs:error (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DCommandInteractionEater.cs68 private readonly StringBuilder error; field in Antmicro.Renode.UserInterface.CommandInteractionWrapper
84 public void WriteError(string error) in WriteError()
116 private readonly StringBuilder error = new StringBuilder(); field in Antmicro.Renode.UserInterface.CommandInteractionEater
139 public void WriteError(string error) in WriteError()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DOptions.cs58 public bool Validate(out string error) in Validate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DShifter.cs72 …tatic Shifter BuildShifter(IResourceBlockOwner owner, int index, Interrupt status, Interrupt error, in BuildShifter()
144 Interrupt status, Interrupt error, in Shifter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCachingFileFetcher.cs197 private bool TryDownloadInner(Uri uri, string fileName, out Exception error) in TryDownloadInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs276 private void ThrowError(CoreError error, bool stopExecution = true) in ThrowError()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_OneTimeProgrammableMemoryController.cs386 private void RaisePartitionError(Error error, OtpPartition partition) in RaisePartitionError()