/scripts/ |
A D | dump_bugs_pickle.py | 46 title = bug.title.strip()
|
/scripts/gitlint/ |
A D | zephyr_commit_rules.py | 95 def validate(self, title, _commit): argument 99 if not pattern.search(title): 100 return [RuleViolation(self.id, violation_message, title)]
|
/scripts/release/ |
A D | list_backports.py | 190 def sanitize_title(title): argument 193 return title 197 title = Backport.sanitize_title(i.title) 206 obj['title'] = Backport.sanitize_title(i.title)
|
A D | bug_bash.py | 180 issues[i].number, pulls[i].user.login, pulls[i].title))
|
/scripts/kconfig/ |
A D | menuconfig.py | 1778 len(title) + 4, 1801 _draw_frame(win, title) 1921 def _key_dialog(title, text, keys): argument 1990 _draw_frame(win, title) 1995 def _draw_frame(win, title): argument 2011 _safe_addstr(win, 0, max((win_width - len(title))//2, 0), title) 2542 title) 2730 def sis(expr, val, title): argument 2736 res = title 2950 def _msg(title, text): argument [all …]
|
A D | guiconfig.py | 403 _root.title(_kconf.mainmenu_text) 1203 dialog.title("Enter {} value".format(TYPE_TO_STR[sym.type])) 1363 title="Save configuration as", 1387 title="Save minimal configuration as", 1419 title="Open configuration", 1791 dialog.title("Jump to symbol/choice/menu/comment") 2205 def sis(expr, val, title): argument 2211 res = title
|
/scripts/dts/python-devicetree/tests/test-bindings/ |
A D | defaults.yaml | 3 title: Test binding
|
/scripts/build/ |
A D | elf_parser.py | 269 def device_dependency_graph(self, title, comment): argument 274 dot = graphviz.Digraph(title, comment=comment)
|
/scripts/ci/stats/ |
A D | merged_prs.py | 111 prj['title'] = pr.title
|
/scripts/pylib/twister/twisterlib/ |
A D | environment.py | 92 title="Test plan reporting", 113 title="Memory footprint", 117 title="Code coverage",
|
/scripts/ci/ |
A D | check_compliance.py | 151 self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None argument 154 self.title = title 162 msg_body = desc or title 248 self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None argument 255 fail = FmtdFailure(severity, title, file, line, col, desc, end_line, end_col)
|
/scripts/dts/python-devicetree/tests/ |
A D | test_edtlib.py | 568 title = binding.title 572 assert title == "Test binding"
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 274 def title(self) -> Optional[str]: member in Binding 407 title = raw["title"] 408 if not isinstance(title, str) or not title: 1122 def title(self) -> Optional[str]: member in Node 1125 return self._binding.title
|
/scripts/west_commands/ |
A D | patch.py | 509 filename = "-".join(filter(None, re.split("[^a-zA-Z0-9]+", pr.title))) + ".patch"
|