Home
last modified time | relevance | path

Searched refs:A_BOLD (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py82 for args in [('a'), ('a', curses.A_BOLD),
83 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
98 stdscr.addnstr('1234', 3, curses.A_BOLD)
100 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
102 stdscr.attron(curses.A_BOLD)
103 stdscr.attroff(curses.A_BOLD)
104 stdscr.attrset(curses.A_BOLD)
126 stdscr.echochar('a', curses.A_BOLD)
128 stdscr.hline('-', 5, curses.A_BOLD)
130 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
[all …]
/external/python/cpython3/Lib/test/
Dtest_curses.py84 for args in [('a'), ('a', curses.A_BOLD),
85 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
102 stdscr.addnstr('1234', 3, curses.A_BOLD)
104 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
106 stdscr.attron(curses.A_BOLD)
107 stdscr.attroff(curses.A_BOLD)
108 stdscr.attrset(curses.A_BOLD)
130 stdscr.echochar('a', curses.A_BOLD)
132 stdscr.hline('-', 5, curses.A_BOLD)
134 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
[all …]
/external/autotest/client/profilers/powertop/src/
Ddisplay.c171 wattron(cstate_window, A_BOLD); in show_cstates()
173 wattroff(cstate_window, A_BOLD); in show_cstates()
182 wattron(cstate_window, A_BOLD); in show_cstates()
184 wattroff(cstate_window, A_BOLD); in show_cstates()
269 wattron(wakeup_window, A_BOLD); in show_wakeups()
285 wattron(timerstat_window, A_BOLD); in show_timerstats()
287 wattroff(timerstat_window, A_BOLD); in show_timerstats()
/external/toybox/kconfig/lxdialog/
Dutil.c31 dlg.title.atr = A_BOLD; in set_mono_theme()
36 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme()
42 dlg.searchbox_title.atr = A_BOLD; in set_mono_theme()
44 dlg.position_indicator.atr = A_BOLD; in set_mono_theme()
49 dlg.tag.atr = A_BOLD; in set_mono_theme()
51 dlg.tag_key.atr = A_BOLD; in set_mono_theme()
53 dlg.check.atr = A_BOLD; in set_mono_theme()
55 dlg.uarrow.atr = A_BOLD; in set_mono_theme()
56 dlg.darrow.atr = A_BOLD; in set_mono_theme()
181 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color()
/external/python/cpython2/Demo/curses/
Dxmas.py160 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
172 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
179 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
187 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
197 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
205 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
217 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
225 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
242 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
250 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
[all …]
Drain.py20 color = color | curses.A_BOLD
Dncurses.py44 win.bkgdset(ord(' '), curses.A_BOLD)
/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c303 attron ( A_BOLD ); in draw_title_row()
305 attroff ( A_BOLD ); in draw_title_row()
315 attron ( A_BOLD ); in draw_info_row()
317 attroff ( A_BOLD ); in draw_info_row()
/external/syslinux/gpxe/src/hci/mucurses/
Dansi_screen.c36 int bold = ( attrs & A_BOLD ); in ansiscr_putc()
/external/gptfdisk/
Dgptcurses.cc536 attron(A_BOLD); in ShowHelp()
538 attroff(A_BOLD); in ShowHelp()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py436 self._color_pairs["bold"] = curses.A_BOLD
543 self.CLI_PROMPT, curses.A_BOLD)
/external/syslinux/gpxe/src/include/
Dcurses.h125 #define A_BOLD WA_BOLD macro
/external/python/cpython2/Doc/howto/
Dcurses.rst286 | :const:`A_BOLD` | Extra bright or bold text |
/external/python/cpython3/Doc/howto/
Dcurses.rst354 | :const:`A_BOLD` | Extra bright or bold text |
/external/python/cpython2/Modules/
D_cursesmodule.c2802 SetDictInt("A_BOLD", A_BOLD); in init_curses()
/external/python/cpython3/Modules/
D_cursesmodule.c3377 SetDictInt("A_BOLD", A_BOLD); in PyInit__curses()
/external/python/cpython2/Doc/library/
Dcurses.rst1246 | ``A_BOLD`` | Bold mode. |
/external/python/cpython3/Doc/library/
Dcurses.rst1283 | ``A_BOLD`` | Bold mode. |
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1912 stdscr.chgat(0, 21, curses.A_BOLD)
/external/python/cpython3/Doc/whatsnew/
D2.6.rst1916 stdscr.chgat(0, 21, curses.A_BOLD)