Home
last modified time | relevance | path

Searched defs:str (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs53 public void Append(string str) in Append()
61 public void Append(char str) in Append()
69 public void AppendFormat(string str, params object[] args) in AppendFormat()
77 public void AppendLine(string str) in AppendLine()
DMisc.cs1405 public static string SurroundWith(this string str, string surrounding) in SurroundWith()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs19 protected string ParseString(string str) in ParseString()
34 protected object ParseStringEnum(string str, Type enumType) in ParseStringEnum()
DAtCommandModem.cs199 protected void SendString(string str) in SendString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockExtension.cs12 public static string GetMockString(this Emulation str) in GetMockString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DNativeBinder.cs403 private static string FirstLetterUpper(string str) in FirstLetterUpper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/
DXLibHelper.cs184 private static void DebugPrint(string str, params object[] p) in DebugPrint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs188 … private static bool TryLeftDecode(byte[] data, int offset, out byte[] str, out int bytesUsed) in TryLeftDecode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1126 public string DecorateWithCPUNameAndPC(string str) in DecorateWithCPUNameAndPC()
1970 … private string EnterTag(string str, ulong address, out bool tagEntered, out ulong defaultValue) in EnterTag()
DIBusController.cs91 string DecorateWithCPUNameAndPC(string str); in DecorateWithCPUNameAndPC()
DBusControllerProxy.cs245 public virtual string DecorateWithCPUNameAndPC(string str) in DecorateWithCPUNameAndPC()