Searched refs:addstr (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | curses_tests.py | 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode) 22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.") 29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n") 30 stdscr.addstr(repr(contents)) 31 stdscr.addstr('\n') 32 stdscr.addstr('Press any key')
|
H A D | test_curses.py | 283 # addstr()/insstr() 284 for func in [stdscr.addstr, stdscr.insstr]: 319 self.assertRaises(ValueError, stdscr.addstr, arg) 326 stdscr.addstr(0, 1, 'ABCD', curses.A_BOLD) 466 win.addstr(2, 0, 'Lorem ipsum') 467 win.addstr(3, 0, 'dolor sit amet') 496 win.addstr(0, 0, 'Lorem ipsum') 532 dstwin.addstr(i, 0, '_'*17) 584 win.addstr(2, 1, 'Lorem ipsum') 1320 win.addstr( [all...] |
/third_party/python/Tools/demo/ |
H A D | life.py | 55 self.scr.addstr(0, 0, border_line) 56 self.scr.addstr(self.Y + 1, 0, border_line) 58 self.scr.addstr(1 + y, 0, '|') 59 self.scr.addstr(1 + y, self.X + 1, '|') 159 stdscr.addstr(menu_y, 4, 161 stdscr.addstr(menu_y + 1, 4, 204 stdscr.addstr(menu_y, 6, ' Hit any key to stop continuously ' 214 stdscr.addstr(0, 0, '/') 217 stdscr.addstr(0, 0, '+')
|
/third_party/python/Lib/curses/ |
H A D | textpad.py | 194 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 558 #define addstr(str) \ in _eglCreateAPIsString() macro 570 addstr("OpenGL"); in _eglCreateAPIsString() 575 addstr("OpenGL_ES"); in _eglCreateAPIsString() 579 addstr("OpenVG"); in _eglCreateAPIsString() 581 #undef addstr in _eglCreateAPIsString() macro
|
Completed in 6 milliseconds