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

  /external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
manpage.css 184 .bttndrkblue-bkgd-top {
188 .bttndrkblue-bkgd-left {
192 .bttndrkblue-bkgd {
202 .bttndrkblue-bkgd-right {
206 .bttndrkblue-bkgd-bottom {
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
manpage.css 184 .bttndrkblue-bkgd-top {
188 .bttndrkblue-bkgd-left {
192 .bttndrkblue-bkgd {
202 .bttndrkblue-bkgd-right {
206 .bttndrkblue-bkgd-bottom {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 95 #ifdef bkgd
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
97 #undef bkgd macro
98 #define bkgd UNDEF(bkgd) macro
1132 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 565 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1176 #define bkgd macro
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1176 #define bkgd macro
    [all...]
  /external/python/cpython2/Lib/test/
test_curses.py 105 stdscr.bkgd(' ')
106 stdscr.bkgd(' ', curses.A_REVERSE)
  /external/python/cpython3/Lib/test/
test_curses.py 109 stdscr.bkgd(' ')
110 stdscr.bkgd(' ', curses.A_REVERSE)
  /external/python/cpython2/Modules/
_cursesmodule.c 522 chtype bkgd; local
537 PyErr_SetString(PyExc_TypeError, "bkgd requires 1 or 2 arguments");
541 if (!PyCurses_ConvertToChtype(temp, &bkgd)) {
546 return PyCursesCheckERR(wbkgd(self->win, bkgd | attr), "bkgd");
580 chtype bkgd; local
599 if (!PyCurses_ConvertToChtype(temp, &bkgd)) {
604 wbkgdset(self->win, bkgd | attr);
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 795 chtype bkgd; local
810 PyErr_SetString(PyExc_TypeError, "bkgd requires 1 or 2 arguments");
814 if (!PyCurses_ConvertToChtype(self, temp, &bkgd))
817 return PyCursesCheckERR(wbkgd(self->win, bkgd | attr), "bkgd");
851 chtype bkgd; local
870 if (!PyCurses_ConvertToChtype(self, temp, &bkgd))
873 wbkgdset(self->win, bkgd | attr);
    [all...]

Completed in 671 milliseconds