Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 13 of 13) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/
Ddemos.robot6 @{pattern}= *.resc
12 @{scripts}= List Files In Directory Recursively @{scripts_path} @{pattern} @{excludes}
Dplatform_descriptions.robot6 @{pattern}= *.repl
23 @{platforms}= List Files In Directory Recursively ${platforms_path} @{pattern}
Dsync_pc.robot131 …... *KeywordException: Expected pattern "block started: PC ${pc_in_loo…
Duart-tester.robot176 # Note that due to how the tester works (evaluating the pattern after every byte written)
Driscv-amocas.robot165 # Translate size mnemonic to corresponding bit pattern.
/Renode-v1.15.3-c57714d/tests/
Dhelper.py41 def list_files_in_directory_recursively(directory_name, pattern, excludes=None): argument
51 for filename in fnmatch.filter(filenames, pattern):
Drobot_tests_provider.py1033 for pattern in re_path_indices_patterns:
1034 match = pattern.search(path)
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLogTester.cs90 …public string WaitForEntry(string pattern, out IEnumerable<string> bufferedMessages, float? timeou… in WaitForEntry() argument
94 var regex = treatAsRegex ? new Regex(pattern) : null; in WaitForEntry()
95 … (Predicate<LogEntry>)(x => regex.IsMatch(x.FullMessage)) : (x => x.FullMessage.Contains(pattern)); in WaitForEntry()
DKeyword.cs83 var pattern = new Regex(@"^([a-zA-Z0-9_]+)=(.+)"); in TryParseArguments()
103 var m = pattern.Match(argument); in TryParseArguments()
DRenodeKeywords.cs316 …public string WaitForLogEntry(string pattern, float? timeout = null, bool keep = false, bool treat… in WaitForLogEntry() argument
321 …var result = logTester.WaitForEntry(pattern, out var bufferedMessages, timeout, keep, treatAsRegex… in WaitForLogEntry()
336 …public void ShouldNotBeInLog(String pattern, float? timeout = null, bool treatAsRegex = false, boo… in ShouldNotBeInLog() argument
342 …var result = logTester.WaitForEntry(pattern, out var _, timeout, true, treatAsRegex, pauseEmulatio… in ShouldNotBeInLog()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCFU.cs227 …connectedCpu.InstallCustomInstruction(pattern: opcodePattern, handler: opcode => HandleCustomInstr… in RegisterCFU()
/Renode-v1.15.3-c57714d/tests/platforms/
DSTM32L072.robot155 # Pages are 128 bytes long, so this pattern will cover 3 pages
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst140 * regression test for custom RISC-V instructions not following the length encoding pattern
1526 …olarFire SoC peripherals are now renamed from PSE_* to MPFS_*, to follow Microchip's naming pattern
1533 * the pattern for download links in scripts for binaries hosted by Antmicro has been changed