Searched full:multiline (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 87 …assert all([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb]), 'No expect… 88 …assert not any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in unexpected_gdb]), 'Une… 89 …assert any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb_detach]), 'No… 92 …assert all([ex_re.search(app_output, re.MULTILINE) for ex_re in expected_app]), 'No expected Appli…
|
/Zephyr-latest/dts/bindings/dai/ |
D | nxp,dai-sai.yaml | 92 1) Check the TRM and see if your SAI instance is multiline. If not then 94 2) If your SAI is multiline then you need to check the datasheet and see 105 1) Check the TRM and see if your SAI instance is multiline. If not then 107 2) If your SAI is multiline then you need to check the datasheet and see
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 75 re.MULTILINE) 79 re.MULTILINE) 82 re.MULTILINE) 86 re.MULTILINE) 95 re.MULTILINE) 99 re.MULTILINE) 200 re.MULTILINE | re.VERBOSE) 203 re.MULTILINE) 227 re.MULTILINE) 237 search_end = re.compile(br"\);", re.MULTILINE) \ [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_platform.py | 250 pass_search = re.search(pass_regex, err, re.MULTILINE) 258 built_search = re.search(built_regex, err, re.MULTILINE) 324 select_search = re.search(select_regex, err, re.MULTILINE) 338 pass_search = re.search(pass_regex, err, re.MULTILINE) 354 case_search = re.search(case_regex, err, re.MULTILINE) 363 skip_search = re.search(skip_regex, err, re.MULTILINE) 369 built_search = re.search(built_regex, err, re.MULTILINE)
|
D | test_runner.py | 220 built_search = re.search(built_regex, err, re.MULTILINE) 298 select_search = re.search(select_regex, err, re.MULTILINE) 312 pass_search = re.search(pass_regex, err, re.MULTILINE) 326 case_search = re.search(case_regex, err, re.MULTILINE) 335 skip_search = re.search(skip_regex, err, re.MULTILINE) 340 built_search = re.search(built_regex, err, re.MULTILINE) 405 pass_search = re.search(pass_regex, err, re.MULTILINE) 413 built_search = re.search(built_regex, err, re.MULTILINE) 651 select_search = re.search(select_regex, err, re.MULTILINE) 655 pass_search = re.search(pass_regex, err, re.MULTILINE)
|
D | test_output.py | 138 c_pattern = re.compile(pattern, flags=re.MULTILINE) 182 debug_matches = re.search(regex_debug_line, err, re.MULTILINE)
|
D | test_outfile.py | 144 res_calling = re.search(pattern_calling_line, twister_log[res_running.end():], re.MULTILINE)
|
D | test_addon.py | 127 assert expect_asan == bool(re.search(asan_template, err, re.MULTILINE))
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 114 # check if it is a multiline value 165 flags=re.MULTILINE, 172 flags=re.MULTILINE, 179 flags=re.MULTILINE,
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 34 regex_flags = re.MULTILINE | re.VERBOSE
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 231 matches = re.findall(regex, output, re.MULTILINE) 673 names = re.findall(regex, grep_stdout, re.MULTILINE) 705 + re.findall(regex, grep_stdout, re.MULTILINE) 1153 f.read(), re.MULTILINE) 1165 if re.search(r"^\.\.\.", f.read(), re.MULTILINE):
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 347 # __west_to_alternatives transforms a multiline list of strings into a single line 357 # __west_to_extglob transforms a multiline list of options into an extglob pattern
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 29 * Support for editing multiline commands. 543 multiline text display and :kbd:`←`, :kbd:`→`, :kbd:`End`, :kbd:`Home` keys
|
/Zephyr-latest/doc/ |
D | conf.py | 52 re.MULTILINE,
|
/Zephyr-latest/drivers/spi/ |
D | spi_esp32_spim.c | 359 /* multiline for command and address not supported */ in spi_esp32_configure()
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 29 See https://yaml-multiline.info/ for formatting help.
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 713 # Get a multiline string for a PropertySpec table row.
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2172 # MULTILINE is needed for C++ comments and #line directives 2175 re.MULTILINE | re.ASCII)
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 377 .highlight .cm /* Comment.Multiline */,
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 3416 # multiline macros that define functions 6410 # check for multiline function definition with misplaced open brace
|