HomeSort by relevance Sort by last modified time
    Searched refs:sent (Results 126 - 150 of 234) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 339 It should return data that will be encoded and sent to server.
341 be sent instead.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 339 It should return data that will be encoded and sent to server.
341 be sent instead.
    [all...]
  /external/chromium_org/ipc/
ipc_message_utils.cc 244 sent(0),
693 WriteParam(m, p.sent);
708 ReadParam(m, iter, &r->sent) &&
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 244 // Try to receive the previously sent packet
292 // Try to receive the previously sent packet
542 int sent = ki_send(sock_, outbuf + bytes_sent, local
544 if (sent < 0)
547 bytes_sent += sent;
828 // Attempt to recv() all the sent data. None should be lost.
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 325 /* last time in seconds I sent to it */
487 int32_t sent; /* the send status */ member in struct:sctp_tmit_chunk
488 uint16_t snd_count; /* number of times I sent */
541 * fit every chunk we pull to the send/sent
650 uint8_t sent; /* has this been sent yet? */ member in struct:sctp_asconf_addr
681 uint32_t sent; member in struct:sctp_fs_spec_log
902 /* queue of chunks waiting to be sent into the local stack */
    [all...]
sctp_input.c 197 * the app did accept()'s by the time the COOKIE was sent. But
254 * has been sent but left at top of stream queue.
669 SCTPDBG(SCTP_DEBUG_INPUT1, "Huh? I can't find the address I sent it to, discard\n");
894 * been sent.
984 * SHUTDOWN-ACK-SENT.
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 737 StreamDataCounters& sent,
745 if (vie_channel->GetRtpStatistics(&sent.bytes,
746 &sent.packets,
    [all...]
  /external/iputils/
arping.c 95 int sent, brd_sent; variable
306 sent++;
316 printf("Sent %d probes (%d broadcast(s))\n", sent, brd_sent);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 437 The pickle which is sent is that of the LogRecord's attribute dictionary
525 sent = self.sock.send(s[sentsofar:])
526 sentsofar = sentsofar + sent
527 left = left - sent
601 a datagram socket. The pickle which is sent is that of the LogRecord's
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 437 The pickle which is sent is that of the LogRecord's attribute dictionary
525 sent = self.sock.send(s[sentsofar:])
526 sentsofar = sentsofar + sent
527 left = left - sent
601 a datagram socket. The pickle which is sent is that of the LogRecord's
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 2571 PRInt32 sent = 0; local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 398 sent to multicast group 224.66.66.66. By default such tunnel starts
412 In this case packets sent to 10.0.0.2 will be encapsulated in GRE
413 and sent to 128.6.190.2. It is possible to facilitate address resolution
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 827 sent = p.send(data)
828 if sent is None:
830 data = buffer(data, sent)
    [all...]