Home
last modified time | relevance | path

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 Dlog_pane.py75 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 Dconsole_app.py87 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 Dwindow_manager.py40 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__.py24 to_checkbox_text,
H A Dcheckbox.py52 def to_checkbox_text(checked: bool, end=' '): function