Searched refs:to_checkbox_text (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | log_pane.py | 75 to_checkbox_text, 813 check=to_checkbox_text(self.wrap_lines, end='') 819 check=to_checkbox_text(self._table_view, end='') 825 check=to_checkbox_text(self.log_view.follow, end='') 831 check=to_checkbox_text(
|
H A D | console_app.py | 87 to_checkbox_text, 738 check=to_checkbox_text( 753 check=to_checkbox_text( 767 check=to_checkbox_text( 781 check=to_checkbox_text( 947 check=to_checkbox_text(pane.show_pane, end='')
|
H A D | window_manager.py | 40 to_checkbox_text, 1057 check=to_checkbox_text( 1079 check=to_checkbox_text(pane.show_pane, end='')
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/widgets/ |
H A D | __init__.py | 24 to_checkbox_text,
|
H A D | checkbox.py | 52 def to_checkbox_text(checked: bool, end=' '): function
|