Searched defs:title (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/ |
A D | menuconfig.py | 1701 def _input_dialog(title, initial_text, info_text=None): argument 1767 def _resize_input_dialog(win, title, info_lines): argument 1787 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument 1921 def _key_dialog(title, text, keys): argument 1983 def _draw_key_dialog(win, title, text): argument 1995 def _draw_frame(win, title): argument 2730 def sis(expr, val, title): argument 2950 def _msg(title, text): argument
|
A D | guiconfig.py | 2205 def sis(expr, val, title): argument
|
/scripts/release/ |
A D | list_backports.py | 190 def sanitize_title(title): argument
|
/scripts/gitlint/ |
A D | zephyr_commit_rules.py | 95 def validate(self, title, _commit): argument
|
/scripts/build/ |
A D | elf_parser.py | 269 def device_dependency_graph(self, title, comment): argument
|
/scripts/ci/ |
A D | check_compliance.py | 151 self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None argument 248 self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None argument
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 274 def title(self) -> Optional[str]: member in Binding 1122 def title(self) -> Optional[str]: member in Node
|
Completed in 30 milliseconds