Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 102) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DTokenizationResult.cs10 using System.Text;
12 using System.Text.RegularExpressions;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DDynamicModuleSpawner_NET.cs10 using System.Text;
11 using System.Text.Json;
17 using Microsoft.CodeAnalysis.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DConsoleIOSource.cs220 public System.Text.UTF8Encoding UTF8Encoder => encoder;
224 private readonly System.Text.UTF8Encoding encoder = new System.Text.UTF8Encoding();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DSupportedQueryCommand.cs7 using System.Text;
DReadGeneralRegistersCommand.cs9 using System.Text;
DReadRegisterCommand.cs9 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ACPI/
DMultipleAPICDescriptionTable.cs8 using System.Text;
DFixedACPIDescriptionTable.cs8 using System.Text;
DRootSystemDescriptionPointer.cs8 using System.Text;
DRootSystemDescriptionTable.cs8 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacket.cs7 using System.Text;
DPacketThreadId.cs9 using System.Text;
DPacketBuilder.cs8 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs8 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DTextBackend.cs9 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPropertyTagParser.cs10 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommand.cs11 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/
DPythonCommands.cs16 using System.Text;
20 using System.Text.RegularExpressions;
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs175 … += (w, h, f) => ApplicationExtensions.InvokeInUIThread(() => resolutionL.Text = string.Format("{0… in EnsureAnalyserWidget()
180 …+= (x, y) => ApplicationExtensions.InvokeInUIThread(() => cursorPositionL.Text = (x == -1 && y == … in EnsureAnalyserWidget()
231 framerateL.Text = string.Format("{0} fps", framerate); in RefreshFramerate()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/Progress/
DProgressWidget.cs53 widget.text.Text = description; in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BG96.cs168 sendDataFormat = args[0] != 0 ? DataFormat.Hex : DataFormat.Text; in Qicfg()
169 receiveDataFormat = args[1] != 0 ? DataFormat.Hex : DataFormat.Text; in Qicfg()
DQuectel_BC66.cs199 sendDataFormat = args[0] != 0 ? DataFormat.Hex : DataFormat.Text; in Qicfg()
200 receiveDataFormat = args[1] != 0 ? DataFormat.Hex : DataFormat.Text; in Qicfg()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEchoService.cs10 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBString.cs9 using System.Text;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs345 Length = (byte)(2 + System.Text.ASCIIEncoding.Unicode.GetByteCount(value)); in StringUSBDescriptor()
365 var bytes = System.Text.ASCIIEncoding.Unicode.GetBytes(StringValue); in ToArray()

12345