Home
last modified time | relevance | path

Searched refs:setraw (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A Dpty.py16 from tty import setraw, tcgetattr, tcsetattr namespace
205 setraw(STDIN_FILENO)
H A Dtty.py7 __all__ = ["setraw", "setcbreak"]
18 def setraw(fd, when=TCSAFLUSH): function
/third_party/python/Lib/test/
H A Dtest_pty.py309 self.orig_pty_setraw = pty.setraw
326 pty.setraw = self.orig_pty_setraw
410 pty.setraw = lambda _: None
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py384 tty.setraw(fd)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py384 tty.setraw(fd)
H A Ddpp-nfc.py745 tty.setraw(fd)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1582 tty.setraw(read_slave)

Completed in 8 milliseconds