Home
last modified time | relevance | path

Searched defs:keep (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLogTester.cs90 …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()
DRenodeKeywords.cs316 …public string WaitForLogEntry(string pattern, float? timeout = null, bool keep = false, bool treat… in WaitForLogEntry()