Searched refs:sent (Results 51 - 75 of 80) sorted by relevance

1234

/external/python/cpython2/Lib/test/
H A Dtest_smtplib.py33 sent = conn.send(buf)
34 buf = buf[sent:]
511 # sees the credential sent by smtplib's login method as an unknown command,
H A Dtest_logging.py955 # The log message sent to the SocketHandler is properly received.
1876 sent = sock.send(s[sentsofar:])
1877 sentsofar += sent
1878 left -= sent
H A Dtest_socket.py1238 """A wrapper to keep track of sent data, needed to examine write behaviour"""
1241 self.sent = []
1245 self.sent.append(data[:n])
1250 self.sent.append(data)
1256 return [e.tobytes() if isinstance(e, memoryview) else e for e in self.sent]
H A Dtest_io.py3011 sent = []
3030 sent.append(msg)
3036 sent[-1] = sent[-1][:e.characters_written]
3040 sent.append(msg)
3053 sent, received = b''.join(sent), b''.join(received)
3054 self.assertEqual(sent, received)
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m141 (delayskip_ix:length(s.decode))')); % ... and are sent after delayskip seconds
/external/iputils/
H A Darping.c95 int sent, brd_sent; variable
306 sent++;
316 printf("Sent %d probes (%d broadcast(s))\n", sent, brd_sent);
/external/python/cpython2/Lib/logging/
H A Dhandlers.py437 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
602 a datagram socket. The pickle which is sent is that of the LogRecord's
841 The record is formatted, and then sent to the syslog server. If
842 exception information is present, it is NOT sent to the server.
1071 that is sent as the CGI data. Overwrite in your class.
/external/syslinux/core/lwip/src/core/
H A Dtcp.c123 * For tcp_close(), a RST is sent if the application didn't receive all data
224 /* To ensure all data has been sent when tcp_close returns, we have
226 Since we don't really have to ensure all data has been sent when tcp_close
227 returns (unsent data is sent from tcp timer functions, also), we don't care
230 If SOF_LINGER is set, the data should be sent and acked before close returns.
315 * @param reset boolean to indicate whether a reset should be sent
540 * Returns how much extra window would be advertised if we sent an
591 * Otherwise wait for a packet to be sent in the normal course of
645 * ERR_OK if connect request has been sent
646 * other err_t values if connect request couldn't be sent
1304 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) argument
[all...]
/external/boringssl/src/ssl/
H A Dt1_lib.cc574 * returns zero then a fatal alert with value |*out_alert| will be sent. If
575 * |*out_alert| isn't set, then a |decode_error| alert will be sent. */
1010 /* If |SSL_OP_NO_TICKET| is set then no extension will have been sent and
1199 /* If any of these are false then we should never have sent the NPN
1330 /* If this is false then we should never have sent the SCT extension in the
1340 * should not be sent on resumption, but RFC 6962 did not make it a
1370 /* The extension shouldn't be sent when resuming sessions. */
2642 sizeof(((SSL_HANDSHAKE *)NULL)->extensions.sent) * 8,
2643 "too many extensions for sent bitset");
2681 hs->extensions.sent
[all...]
H A Dinternal.h1058 /* sent is a bitset where the bits correspond to elements of kExtensions
1059 * in t1_lib.c. Each bit is set if that extension was sent in a
1061 uint32_t sent; member in union:ssl_handshake_st::__anon735
1062 /* received is a bitset, like |sent|, but is used by servers to record
1068 /* sent is a bitset where the bits correspond to elements of
1070 * extension was sent in a ClientHello. It's not used by servers. */
1071 uint16_t sent; member in union:ssl_handshake_st::__anon736
1072 /* received is a bitset, like |sent|, but is used by servers to record
1092 /* key_share_bytes is the value of the previously sent KeyShare extension by
1097 /* ecdh_public_key, for servers, is the key share to be sent t
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex398 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
H A Dip-cref.tex413 i.e.\ packets send through it are encapsulated and sent via the ``master''
417 the maximal size of data which can be sent as a single packet over this interface.
422 mode i.e.\ all packets sent to it are immediately discarded.
434 hosts. All packets sent through it will be returned
441 attached to each end. All packets sent to this link will reach the peer
1039 \item\verb|delay| --- a packet has been sent to the stale neighbour and the kernel is waiting
1205 The packets are sent as link broadcasts.
1316 all packets will be sent without the DF bit in IPv4 case
1705 These error codes are translated into ICMP error codes, sent to remote
1882 actually sent
[all...]
H A Dapi-ip6-flowlabels.tex42 \item To assign flow labels to packets sent by user.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy
/external/libmojo/ipc/
H A Dipc_message_utils.cc335 sent(0),
1051 GetParamSize(sizer, p.sent);
1063 WriteParam(m, p.sent);
1078 ReadParam(m, iter, &r->sent) &&
H A Dipc_message_utils.h65 int64_t sent; // Time that the message was sent (i.e. at Send()). member in struct:IPC::LogData
1130 // with the outgoing reply message when it's sent.
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h249 extern void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport,
H A DDNSCommon.c2539 mDNSexport void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport, argument
2548 if (!status) tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), sent ? "Sent" : "Received" )] = 0;
2549 else tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), "ERROR %d %sing", status, sent ? "Send" : "Receiv")] = 0;
2550 if (sent) sbuffer[mDNS_snprintf(sbuffer, sizeof(sbuffer), "port " )] = 0;
/external/robolectric/v3/
H A Dshadows-support-v4-3.1-SNAPSHOT.jar ... Iterator i$ android.content.Intent intent boolean sent java.util.List copy public java.util ...
/external/libmtp/src/
H A Dlibmtp.h.in465 * is easy to calculate by dividing <code>sent</code> by
467 * @param sent the number of bytes sent so far
473 typedef int (* LIBMTP_progressfunc_t) (uint64_t const sent, uint64_t const total,
/external/webrtc/webrtc/p2p/base/
H A Dturnport.cc167 // Signal sent when TurnEntry is destroyed.
312 // For TCP and TLS AllcateRequest will be sent by OnSocketConnect.
525 int sent = entry->Send(data, size, payload, options); local
526 if (sent <= 0) {
665 // Signal needs both resolved and unresolved address. After signal is sent
717 // We will send SignalPortError asynchronously as this can be sent during
1043 LOG_J(LS_INFO, port_) << "TURN allocate request sent"
1123 // If we failed to authenticate even after we sent our credentials, fail hard.
1216 LOG_J(LS_INFO, port_) << "TURN refresh request sent"
1284 LOG_J(LS_INFO, port_) << "TURN create permission request sent"
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc641 // Without abs-send-time a media packet must be sent before padding so
646 // Only change change the timestamp of padding packets sent over RTX.
647 // Padding only packets over RTP has to be sent as part of a media
760 "RTPSender::SendPacketToNetwork", "size", size, "sent",
762 // TODO(pwestin): Add a separate bitrate for sent bitrate after pacer.
1076 bool sent = SendPacketToNetwork(buffer, length, PacketOptions()); local
1078 // Mark the packet as sent in the history even if send failed. Dropping a
1083 if (!sent)
/external/blktrace/doc/
H A Dblktrace.tex525 queue or in the io scheduler has been sent to the driver.
527 \item[I -- inserted] A request is being sent to the io scheduler for
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2342 milliseconds

1234