Home
last modified time | relevance | path

Searched refs:title (Results 1 – 14 of 14) sorted by relevance

/scripts/
A Ddump_bugs_pickle.py46 title = bug.title.strip()
/scripts/gitlint/
A Dzephyr_commit_rules.py95 def validate(self, title, _commit): argument
99 if not pattern.search(title):
100 return [RuleViolation(self.id, violation_message, title)]
/scripts/release/
A Dlist_backports.py190 def sanitize_title(title): argument
193 return title
197 title = Backport.sanitize_title(i.title)
206 obj['title'] = Backport.sanitize_title(i.title)
A Dbug_bash.py180 issues[i].number, pulls[i].user.login, pulls[i].title))
/scripts/kconfig/
A Dmenuconfig.py1778 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 Dguiconfig.py403 _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 Ddefaults.yaml3 title: Test binding
/scripts/build/
A Delf_parser.py269 def device_dependency_graph(self, title, comment): argument
274 dot = graphviz.Digraph(title, comment=comment)
/scripts/ci/stats/
A Dmerged_prs.py111 prj['title'] = pr.title
/scripts/pylib/twister/twisterlib/
A Denvironment.py92 title="Test plan reporting",
113 title="Memory footprint",
117 title="Code coverage",
/scripts/ci/
A Dcheck_compliance.py151 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 Dtest_edtlib.py568 title = binding.title
572 assert title == "Test binding"
/scripts/dts/python-devicetree/src/devicetree/
A Dedtlib.py274 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 Dpatch.py509 filename = "-".join(filter(None, re.split("[^a-zA-Z0-9]+", pr.title))) + ".patch"

Completed in 27 milliseconds