Home
last modified time | relevance | path

Searched refs:content (Results 1 – 10 of 10) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DUartKeywords.cs81 …public TerminalTesterResult WaitForLineOnUart(string content, float? timeout = null, int? testerId… in WaitForLineOnUart() argument
86 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLineOnUart()
92 …public TerminalTesterResult WaitForLinesOnUart(string[] content, float? timeout = null, int? teste… in WaitForLinesOnUart() argument
97 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLinesOnUart()
103 …public BinaryTerminalTesterResult WaitForBytesOnUart(string content, float? timeout = null, int? t… in WaitForBytesOnUart() argument
108 … var result = tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine: true, in WaitForBytesOnUart()
116 …public void ShouldNotBeOnUart(string content, float? timeout = null, int? testerId = null, bool tr… in ShouldNotBeOnUart() argument
126 … var result = tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, false); in ShouldNotBeOnUart()
156 public TerminalTesterResult WriteToUart(string content, int? testerId = null) in WriteToUart() argument
158 GetTesterOrThrowException(testerId).Write(content); in WriteToUart()
[all …]
/Renode-v1.15.3-c57714d/tools/analyzers/
DRenodeCopyrightAnalyzer.cs51 var content = comment.ToString(); in CheckCopyrights()
84 if(content != CopyrightTemplate[templateIdx]) in CheckCopyrights()
96 var content = commentNode.ToString(); in CheckAntmicroCopyrights()
98 var match = regex.Match(content); in CheckAntmicroCopyrights()
116 var content = commentNode.ToString(); in CheckAdditionalCopyrights()
118 var match = regex.Match(content); in CheckAdditionalCopyrights()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs140 from content in QuotedStringElement.Many().Text()
142 select content).Token().Named("quoted string");
146 … from content in MultiQuotedStringElement.Many().Select(x => string.Join(String.Empty, x))
148 select content).Token().Named("multiline quoted string");
223 from content in QuotedStringElement.Many().Text()
225 … select openingQuote + content + closingQuote).Named("quoted monitor statement element");
/Renode-v1.15.3-c57714d/tests/unit-tests/
Duart-tester.robot159 Should Be Equal ${m.content} ${bytes}
174 Should Be Equal ${m.content} ${bytes}
180 Should Be Equal ${m.content} ${bytes}
184 Should Be Equal ${m.content} ${{$bytes[0x11:-2]}}
Dexecution-tracing.robot313 ${content}= Get File ${FILE}
314 @{pcs}= Split To Lines ${content}
377 ${content}= Get File ${FILE}
378 @{pcs}= Split To Lines ${content}
Dbig-endian-watchpoint.robot23 …# For example, after `sysbus WriteDoubleWord 0x00000000 0x03100000`, the memory content as a byte …
/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Ddwarf.py31 def __init__(self, content: str, number: int, filename: str, is_exec: bool):
32 self.content = content
/Renode-v1.15.3-c57714d/tests/platforms/
DLeon3.robot41 …# For example, after `sysbus WriteDoubleWord 0x00000000 0x03100000`, the memory content as a byte …
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/
DLICENSE142 origin of the Work and reproducing the content of the NOTICE file.
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst977 * nightly “sources” package with the whole content required for building Renode offline