/external/python/cpython2/Lib/test/ |
D | test_curses.py | 82 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/ |
D | test_curses.py | 84 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/ |
D | display.c | 171 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/ |
D | util.c | 31 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/ |
D | xmas.py | 160 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 …]
|
D | rain.py | 20 color = color | curses.A_BOLD
|
D | ncurses.py | 44 win.bkgdset(ord(' '), curses.A_BOLD)
|
/external/syslinux/gpxe/src/hci/tui/ |
D | settings_ui.c | 303 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/ |
D | ansi_screen.c | 36 int bold = ( attrs & A_BOLD ); in ansiscr_putc()
|
/external/gptfdisk/ |
D | gptcurses.cc | 536 attron(A_BOLD); in ShowHelp() 538 attroff(A_BOLD); in ShowHelp()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 436 self._color_pairs["bold"] = curses.A_BOLD 543 self.CLI_PROMPT, curses.A_BOLD)
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 125 #define A_BOLD WA_BOLD macro
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 286 | :const:`A_BOLD` | Extra bright or bold text |
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 354 | :const:`A_BOLD` | Extra bright or bold text |
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2802 SetDictInt("A_BOLD", A_BOLD); in init_curses()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3377 SetDictInt("A_BOLD", A_BOLD); in PyInit__curses()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1246 | ``A_BOLD`` | Bold mode. |
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1283 | ``A_BOLD`` | Bold mode. |
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 1912 stdscr.chgat(0, 21, curses.A_BOLD)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 1916 stdscr.chgat(0, 21, curses.A_BOLD)
|