Home
last modified time | relevance | path

Searched refs:Unload (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs42 public string Unload(int? count = null) in Unload() method in Antmicro.Renode.Utilities.SafeStringBuilder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs105 var line = currentLineBuffer.Unload(); in WriteChar()
276 report.Unload(); in ClearReport()
295 generatedReport = report.Unload(); in GetReport()
550 var sgr = sgrDecodingBuffer.Unload(); in FinishSGRDecoding()
650 content = currentLineBuffer.Unload(matchEnd).Substring(matchStart); in HandleSuccess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DResdCommand.cs76 Unload(writer, internalName.Value); in Run()
237 private void Unload(ICommandInteraction writer, string internalName) in Unload() method in Antmicro.Renode.UserInterface.Commands.ResdCommand