HomeSort by relevance Sort by last modified time
    Searched refs:nodelay (Results 1 - 25 of 27) sorted by null

1 2

  /external/curl/docs/cmdline-opts/
tcp-nodelay.d 1 Long: tcp-nodelay
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
delay.d 8 # immediatly following insn. See also nodelay.d.
nodelay.d 2 #name: MIPS nodelay
  /external/python/cpython2/Demo/curses/
rain.py 88 stdscr.nodelay(0)
90 stdscr.nodelay(1)
life.py 176 # Activate nodelay mode; getch() will return -1
178 stdscr.nodelay(1)
189 stdscr.nodelay(0) # Disable nodelay mode
tclock.py 74 stdscr.nodelay(1)
  /prebuilts/misc/windows/sdl2/test/
testoverlay2.c 217 SDL_Log(" -nodelay\n");
243 int nodelay = 0; local
277 } else if (strcmp(argv[1], "-nodelay") == 0) {
278 nodelay = 1;
381 if (nodelay) {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-or1k.c 86 static bfd_boolean nodelay = FALSE; variable
90 nodelay = TRUE;
102 { "nodelay", s_nodelay, 0 },
383 if (nodelay)
  /external/python/cpython3/Tools/demo/
life.py 207 # Activate nodelay mode; getch() will return -1
209 stdscr.nodelay(1)
220 stdscr.nodelay(0) # Disable nodelay mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
  /external/toybox/kconfig/lxdialog/
util.c 495 nodelay(win, TRUE);
502 nodelay(win, FALSE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 112 stdscr.nodelay(1)
  /external/fio/engines/
net.c 45 unsigned int nodelay; member in struct:netio_options
137 .name = "nodelay",
140 .off1 = offsetof(struct netio_options, nodelay),
748 if (o->nodelay && is_tcp(o)) {
752 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
863 if (o->nodelay && is_tcp(o)) {
867 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /external/libmicrohttpd/src/spdy2http/
proxy.c 69 bool nodelay; member in struct:global_options
1010 if(glob_opt.nodelay)
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 449 uint32_t nodelay = 1; local
450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
451 sizeof(nodelay))) {
    [all...]
  /system/extras/pagecache/
pagecache.py 304 stdscr.nodelay(True)
  /external/python/cpython2/Lib/test/
test_curses.py 151 stdscr.nodelay(1)
  /external/python/cpython3/Lib/test/
test_curses.py 155 stdscr.nodelay(1)
  /external/boringssl/src/ssl/test/
bssl_shim.cc 1112 int nodelay = 1; local
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c 332 Window_OneArgNoReturnVoidFunction(nodelay, int, "i;True(1) or False(0)")
334 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)")
887 /* getch() returns ERR in nodelay mode */
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 495 Window_OneArgNoReturnVoidFunction(nodelay, int, "i;True(1) or False(0)")
497 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)")
    [all...]

Completed in 982 milliseconds

1 2