Home
last modified time | relevance | path

Searched refs:nodelay (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Demo/curses/
Drain.py88 stdscr.nodelay(0)
90 stdscr.nodelay(1)
Dlife.py178 stdscr.nodelay(1)
189 stdscr.nodelay(0) # Disable nodelay mode
Dtclock.py74 stdscr.nodelay(1)
Dxmas.py695 stdscr.nodelay(1)
/external/curl/docs/cmdline-opts/
Dtcp-nodelay.d1 Long: tcp-nodelay
DMakefile.inc179 tcp-nodelay.d \
/external/openssh/contrib/
Dsshd.pam.generic2 auth required /lib/security/pam_unix.so shadow nodelay
/external/openssh/contrib/redhat/
Dsshd.pam.old2 auth required /lib/security/pam_pwdb.so shadow nodelay
/external/python/cpython3/Tools/demo/
Dlife.py209 stdscr.nodelay(1)
220 stdscr.nodelay(0) # Disable nodelay mode
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc449 uint32_t nodelay = 1; in OpenSctpSocket() local
450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in OpenSctpSocket()
451 sizeof(nodelay))) { in OpenSctpSocket()
/external/bcc/tools/
Dcachetop.py136 stdscr.nodelay(1)
/external/boringssl/src/ssl/test/
Dbssl_shim.cc109 int nodelay = 1; in Connect() local
111 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) { in Connect()
/external/toybox/kconfig/lxdialog/
Dutil.c495 nodelay(win, TRUE); in on_key_esc()
502 nodelay(win, FALSE); in on_key_esc()
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py864 self._command_window.nodelay(True)
881 self._command_window.nodelay(False)
/external/python/cpython2/Lib/test/
Dtest_curses.py169 stdscr.nodelay(1)
/external/python/cpython3/Lib/test/
Dtest_curses.py170 stdscr.nodelay(1)
/external/python/cpython2/Doc/howto/
Dcurses.rst369 It's possible to change this behavior with the method :meth:`nodelay`. After
370 ``nodelay(1)``, :meth:`getch` for the window becomes non-blocking and returns
/external/python/cpython3/Doc/howto/
Dcurses.rst451 :meth:`~curses.window.nodelay` window method. After ``nodelay(True)``,
/external/python/cpython2/Modules/
D_cursesmodule.c331 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython3/Modules/
D_cursesmodule.c501 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython2/Doc/library/
Dcurses.rst1033 .. method:: window.nodelay(yes)
/external/python/cpython3/Doc/library/
Dcurses.rst1078 .. method:: window.nodelay(flag)
/external/curl/
DCHANGES1626 --tcp-nodelay'[Use the TCP_NODELAY option]' \