Searched refs:pattern (Results 1 – 13 of 13) sorted by relevance
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | demos.robot | 6 @{pattern}= *.resc 12 @{scripts}= List Files In Directory Recursively @{scripts_path} @{pattern} @{excludes}
|
D | platform_descriptions.robot | 6 @{pattern}= *.repl 23 @{platforms}= List Files In Directory Recursively ${platforms_path} @{pattern}
|
D | sync_pc.robot | 131 …... *KeywordException: Expected pattern "block started: PC ${pc_in_loo…
|
D | uart-tester.robot | 176 # Note that due to how the tester works (evaluating the pattern after every byte written)
|
D | riscv-amocas.robot | 165 # Translate size mnemonic to corresponding bit pattern.
|
/Renode-v1.15.3-c57714d/tests/ |
D | helper.py | 41 def list_files_in_directory_recursively(directory_name, pattern, excludes=None): argument 51 for filename in fnmatch.filter(filenames, pattern):
|
D | robot_tests_provider.py | 1033 for pattern in re_path_indices_patterns: 1034 match = pattern.search(path)
|
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | LogTester.cs | 90 …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()
|
D | Keyword.cs | 83 var pattern = new Regex(@"^([a-zA-Z0-9_]+)=(.+)"); in TryParseArguments() 103 var m = pattern.Match(argument); in TryParseArguments()
|
D | RenodeKeywords.cs | 316 …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/ |
D | CoSimulatedCFU.cs | 227 …connectedCpu.InstallCustomInstruction(pattern: opcodePattern, handler: opcode => HandleCustomInstr… in RegisterCFU()
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | STM32L072.robot | 155 # Pages are 128 bytes long, so this pattern will cover 3 pages
|
/Renode-v1.15.3-c57714d/ |
D | CHANGELOG.rst | 140 * 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
|