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

1 2 3

  /external/chromium_org/components/invalidation/
sync_system_resources_unittest.cc 66 invalidation::Scheduler::NoDelay(), should_not_run);
74 invalidation::Scheduler::NoDelay(), should_not_run);
137 invalidation::Scheduler::NoDelay(), mock_closure.CreateClosure());
146 invalidation::Scheduler::NoDelay(), mock_closure.CreateClosure());
sync_system_resources.cc 235 invalidation::Scheduler::NoDelay(),
  /external/fio/engines/
net.c 40 unsigned int nodelay; member in struct:netio_options
123 .name = "nodelay",
125 .off1 = offsetof(struct netio_options, nodelay),
594 if (o->nodelay && is_tcp(o)) {
598 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
700 if (o->nodelay && is_tcp(o)) {
704 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /external/chromium_org/extensions/common/api/
sockets_tcp.idl 198 // |noDelay| : If true, disables Nagle's algorithm.
201 boolean noDelay,
socket.idl 270 // |noDelay| : If true, disables Nagle's algorithm.
273 boolean noDelay,
  /external/qemu/docs/
CHAR-DEVICES.TXT 93 "tcp:[<host>]:<port>[,server][,nowait][,nodelay]"
99 The 'nodelay' is used to disable the TCP Nagle algorithm to
  /external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java 72 public static final String TCP_NODELAY = "http.tcp.nodelay";
  /external/netperf/
nettest_bsd.h 402 loc_nodelay, /* don't/do use NODELAY locally */
403 rem_nodelay, /* don't/do use NODELAY remotely */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
curses.h 395 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
674 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/chromium_org/chromecast/media/cma/filters/
demuxer_stream_adapter_unittest.cc 280 TEST_F(DemuxerStreamAdapterTest, NoDelay) {
  /external/qemu/ui/
curses.c 295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 374 uint32_t nodelay = 1; local
375 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
376 sizeof(nodelay))) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 100 socket.NoDelay = true;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 107 socket.NoDelay = true;
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc 522 // The NODELAY option cannot be set in PPAPI before the socket
  /external/chromium_org/remoting/test/
protocol_perftest.cc 373 NoDelay,
  /external/chromium_org/third_party/webrtc/video_engine/
stream_synchronization_unittest.cc 350 TEST_F(StreamSynchronizationTest, NoDelay) {
  /external/deqp/framework/delibs/deutil/
deSocket.c 389 /* Nodelay. */
  /external/qemu/android/
help.c 426 " tcp:[<host>]:<port>[,server][,nowait][,nodelay]\n"
430 " 'nodelay' option disables the TCP Nagle algorithm\n\n"
432 " telnet:[<host>]:<port>[,server][,nowait][,nodelay]\n"
    [all...]
  /external/chromium_org/net/socket/
tcp_socket_libevent.cc 345 // tcp_socket_win.cc after searching for "NODELAY".
  /external/kernel-headers/original/uapi/linux/
sctp.h 67 #define SCTP_NODELAY 3 /* Get/set nodelay option. */

Completed in 1929 milliseconds

1 2 3