Home
last modified time | relevance | path

Searched full:multiline (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py87 …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/
Dnxp,dai-sai.yaml92 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/
Dtestsuite.py75 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/
Dtest_platform.py250 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)
Dtest_runner.py220 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)
Dtest_output.py138 c_pattern = re.compile(pattern, flags=re.MULTILINE)
182 debug_matches = re.search(regex_debug_line, err, re.MULTILINE)
Dtest_outfile.py144 res_calling = re.search(pattern_calling_line, twister_log[res_running.end():], re.MULTILINE)
Dtest_addon.py127 assert expect_asan == bool(re.search(asan_template, err, re.MULTILINE))
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py114 # check if it is a multiline value
165 flags=re.MULTILINE,
172 flags=re.MULTILINE,
179 flags=re.MULTILINE,
/Zephyr-latest/scripts/build/
Dparse_syscalls.py34 regex_flags = re.MULTILINE | re.VERBOSE
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py231 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/
Dwest-completion.bash347 # __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/
Dindex.rst29 * Support for editing multiline commands.
543 multiline text display and :kbd:`←`, :kbd:`→`, :kbd:`End`, :kbd:`Home` keys
/Zephyr-latest/doc/
Dconf.py52 re.MULTILINE,
/Zephyr-latest/drivers/spi/
Dspi_esp32_spim.c359 /* multiline for command and address not supported */ in spi_esp32_configure()
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst29 See https://yaml-multiline.info/ for formatting help.
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py713 # Get a multiline string for a PropertySpec table row.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2172 # MULTILINE is needed for C++ comments and #line directives
2175 re.MULTILINE | re.ASCII)
/Zephyr-latest/doc/_static/css/
Dcustom.css377 .highlight .cm /* Comment.Multiline */,
/Zephyr-latest/scripts/
Dcheckpatch.pl3416 # multiline macros that define functions
6410 # check for multiline function definition with misplaced open brace