Home
last modified time | relevance | path

Searched refs:getkey (Results 1 – 19 of 19) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py106 def getkey(self): member in Console
133 def getkey(self): member in Console
291 b = console.getkey()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer-machine.rl99 getkey info[p].khmer_category();
Dhb-ot-shape-complex-myanmar-machine.rl113 getkey info[p].myanmar_category();
Dhb-ot-shape-complex-indic-machine.rl112 getkey info[p].indic_category();
Dhb-ot-shape-complex-use-machine.rl181 getkey info[p].use_category();
/external/python/cpython2/Lib/test/
Dtest_curses.py98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
357 self.stdscr.getkey()
/external/python/cpython3/Lib/test/
Dtest_curses.py98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
372 self.stdscr.getkey()
/external/python/cpython3/Doc/howto/
Dcurses.rst152 stdscr.getkey()
445 * :meth:`~curses.window.getkey` does the same thing but converts the
452 :meth:`getch` and :meth:`getkey` for the window become
454 ``curses.ERR`` (a value of -1) and :meth:`getkey` raises an exception.
/external/smali/dexlib2/src/main/ragel/
DSyntheticAccessorFSM.rl95 getkey opcodes.getOpcodeValue(instructions.get(p).getOpcode());
/external/libpng/contrib/gregbook/
Dwpng.c119 # define getch() getkey() /* GRR: need getche() */
/external/python/cffi/demo/
D_curses.py405 def getkey(self, *args): member in Window
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst660 Added a workaround for getkey() in curses for ncurses 5.7 and earlier.
D3.7.0a3.rst1145 Added a workaround for getkey() in curses for ncurses 5.7 and earlier.
/external/scapy/scapy/layers/
Dinet.py1172 k = visual.scene.kb.getkey()
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst706 Fixed curses cleanup when getkey is interrupted by a signal.
/external/python/cpython2/Doc/library/
Dcurses.rst872 .. method:: window.getkey([y, x])
/external/python/cpython3/Doc/library/
Dcurses.rst946 .. method:: window.getkey([y, x])
/external/libevent/
DChangeLog566 o test/ssl: export getkey()/getcert()/get_ssl_ctx()/init_ssl() for https (0c4c387 Azat Khuzhin)
/external/python/cpython3/Misc/
DHISTORY5210 - Issue #8862: Fixed curses cleanup when getkey is interrupted by a signal.