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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
curses_tests.py 11 from curses import textpad
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
27 box = textpad.Textbox(win, insert_mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
curses_tests.py 11 from curses import textpad
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
27 box = textpad.Textbox(win, insert_mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
curses_tests.py 11 from curses import textpad
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
27 box = textpad.Textbox(win, insert_mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 11 from curses import textpad
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
27 box = textpad.Textbox(win, insert_mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 11 from curses import textpad
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
27 box = textpad.Textbox(win, insert_mode)

Completed in 570 milliseconds