Home
last modified time | relevance | path

Searched refs:fullmatch (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/scripts/west_commands/zspdx/
Dwriter.py101 if re.fullmatch(CPE23TYPE_REGEX, ref):
103 elif re.fullmatch(PURL_REGEX, ref):
Dwalker.py83 match = re.fullmatch(COMMON_GIT_URL_REGEX, url)
255 version = re.fullmatch(r'^v(?P<version>\d+\.\d+\.\d+)$', tag)
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py120 assert re.fullmatch(err_matches, actual_err), \
2135 assert re.fullmatch(r"DT\(filename='.*', include_path=.'foo', 'bar'.\)",
2137 assert re.fullmatch("<Property 'x' at '/' in '.*'>",
2139 assert re.fullmatch("<Node /sub in '.*'>",
2144 assert re.fullmatch(r"DT\(filename='.*', include_path=.'foo', 'bar'.\)",
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py146 return any(pattern.fullmatch(element) for pattern in list_of_elements)
Dtestplan.py154 adds.extend(list(filter(r.fullmatch, self.scenarios)))
/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py17 from re import escape, fullmatch
190 snrs = [snr for snr in self.get_boards() if fullmatch(re_glob, snr)]
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_output.py153 match = re.fullmatch(regex_line[i], column)
/Zephyr-latest/scripts/
Dsnippets.py312 if not SNIPPET_NAME_RE.fullmatch(name):