Home
last modified time | relevance | path

Searched defs:line (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Common/
DRegisterEnumParser.cs103 private void ScanForEnumHandler(string line) in ScanForEnumHandler()
111 private void InsideEnumHandler(string line) in InsideEnumHandler()
177 private void IncludeLinesHandler(string line) in IncludeLinesHandler()
194 private void SkipLinesHandler(string line) in SkipLinesHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs592 public static bool TryDeserializeObject(string json, out object @object, ref int line) in TryDeserializeObject()
725 …IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool success, ref int line) in ParseObject()
791 … protected static JsonArray ParseArray(char[] json, ref int index, ref bool success, ref int line) in ParseArray()
839 … protected static object ParseValue(char[] json, ref int index, ref bool success, ref int line) in ParseValue()
868 … protected static string ParseString(char[] json, ref int index, ref bool success, ref int line) in ParseString()
1008 … protected static object ParseNumber(char[] json, ref int index, ref bool success, ref int line) in ParseNumber()
1078 protected static void EatWhitespace(char[] json, ref int index, ref int line) in EatWhitespace()
1093 protected static void EatComment(char[] json, ref int index, ref int line) in EatComment()
1111 protected static int LookAhead (char[] json, int index, int line) in LookAhead()
1118 protected static int NextToken(char[] json, ref int index, ref int line) in NextToken()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DFormattedTextBackend.cs56 protected abstract void WriteLine(string line); in WriteLine()
DConsoleBackend.cs76 protected override void WriteLine(string line) in WriteLine()
DNetworkBackend.cs41 protected override void WriteLine(string line) in WriteLine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs85 public void WriteLine(string line = "") in WriteLine()
776 public bool FeedLine(Line line) in FeedLine()
800 public bool CheckUnfinishedLine(string line) in CheckUnfinishedLine()
828 public string line { get; } property in Antmicro.Renode.Testing.TerminalTesterResult
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs157 private readonly StringBuilder line; field in Antmicro.Renode.Analyzers.LoggingUartAnalyzer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs144 private static string RemoveComments(string line) in RemoveComments()