Home
last modified time | relevance | path

Searched defs:text (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DUartExtensions.cs32 public static void WriteLine(this IUART uart, string text, bool appendCarriageReturn = true) in WriteLine()
37 … public static void WriteLine(this IUART uart, string text, LineEnding lineEnding = LineEnding.CR) in WriteLine()
DMachineExtensions.cs36 public static void LoadPeripheralsFromJSONString(this IMachine machine, String text) in LoadPeripheralsFromJSONString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBKeyboard.cs35 public static void KeyboardType(this USBIPServer usbController, string text) in KeyboardType()
46 public static void TypeText(this USBKeyboard keyboard, string text) in TypeText()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DRegisterEnumParserTests.cs149 private static Stream GetStreamWitString(string text) in GetStreamWitString()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/Progress/
DProgressWidget.cs30 private readonly Label text; field in Antmicro.Renode.UI.Progress.ProgressWidget
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs444 public DevicesConfig(string text, IMachine machine) in DevicesConfig()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCV32E40P.cs389 private void LogUnsupported(string text) in LogUnsupported()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs42 public int DisassembleBlock(ulong pc, byte[] memory, uint flags, out string text) in DisassembleBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs59 public void Write(string text) in Write()