HomeSort by relevance Sort by last modified time
    Searched refs:A_BOLD (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesapp.h 141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 223 #define WA_BOLD A_BOLD
    [all...]
ncurses.h 223 #define WA_BOLD A_BOLD
    [all...]
  /external/autotest/client/profilers/powertop/src/
display.c 171 wattron(cstate_window, A_BOLD);
173 wattroff(cstate_window, A_BOLD);
182 wattron(cstate_window, A_BOLD);
184 wattroff(cstate_window, A_BOLD);
269 wattron(wakeup_window, A_BOLD);
285 wattron(timerstat_window, A_BOLD);
287 wattroff(timerstat_window, A_BOLD);
  /external/python/cpython2/Lib/test/
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/
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/syslinux/gpxe/src/hci/mucurses/
ansi_screen.c 36 int bold = ( attrs & A_BOLD );
  /external/toybox/kconfig/lxdialog/
util.c 31 dlg.title.atr = A_BOLD;
36 dlg.button_key_inactive.atr = A_BOLD;
42 dlg.searchbox_title.atr = A_BOLD;
44 dlg.position_indicator.atr = A_BOLD;
49 dlg.tag.atr = A_BOLD;
51 dlg.tag_key.atr = A_BOLD;
53 dlg.check.atr = A_BOLD;
55 dlg.uarrow.atr = A_BOLD;
56 dlg.darrow.atr = A_BOLD;
181 color->atr = A_BOLD | COLOR_PAIR(pair)
    [all...]
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 303 attron ( A_BOLD );
305 attroff ( A_BOLD );
315 attron ( A_BOLD );
317 attroff ( A_BOLD );
  /external/python/cpython2/Demo/curses/
rain.py 20 color = color | curses.A_BOLD
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...]
ncurses.py 44 win.bkgdset(ord(' '), curses.A_BOLD)
  /external/gptfdisk/
gptcurses.cc 536 attron(A_BOLD);
538 attroff(A_BOLD);
  /external/syslinux/gpxe/src/include/
curses.h 125 #define A_BOLD WA_BOLD
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui.py 434 # A_BOLD or A_BLINK is not really a "color". But place it here for
436 self._color_pairs["bold"] = curses.A_BOLD
543 self.CLI_PROMPT, curses.A_BOLD)
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 1782 milliseconds