Searched defs:keep (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | LogTester.cs | 90 …ttern, out IEnumerable<string> bufferedMessages, float? timeout = null, bool keep = false, bool tr… in WaitForEntry() 154 …FlushAndCheckLocked(Emulation emulation, Predicate<LogEntry> predicate, bool keep, out IEnumerable… in FlushAndCheckLocked() 170 private bool TryFind(Predicate<LogEntry> predicate, bool keep, out LogEntry result) in TryFind()
|
D | RenodeKeywords.cs | 316 …public string WaitForLogEntry(string pattern, float? timeout = null, bool keep = false, bool treat… in WaitForLogEntry()
|