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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /external/python/cpython2/Lib/test/
test_curses.py 168 stdscr.syncok(1)
  /external/python/cpython3/Lib/test/
test_curses.py 172 stdscr.syncok(1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 1273 int syncok(bool bf) { return ::syncok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 750 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]
ncurses.h 750 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c 339 Window_OneArgNoReturnFunction(syncok, int, "i;True(1) or False(0)")
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 502 Window_OneArgNoReturnFunction(syncok, int, "i;True(1) or False(0)")
    [all...]

Completed in 418 milliseconds