Searched refs:sent (Results 1 - 25 of 32) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java26 private long sent = -1; field in class:Ping
33 if (sent != -1) throw new IllegalStateException();
34 sent = System.nanoTime();
38 if (received != -1 || sent == -1) throw new IllegalStateException();
44 if (received != -1 || sent == -1) throw new IllegalStateException();
45 received = sent - 1;
56 return received - sent;
66 return received - sent;
/external/openssh/
H A Droaming_dummy.c45 roam_set_bytes(u_int64_t sent, u_int64_t recvd) argument
H A Droaming_common.c109 roam_set_bytes(u_int64_t sent, u_int64_t recvd) argument
112 write_bytes = sent;
H A Dsshconnect2.c378 debug("SSH2_MSG_SERVICE_REQUEST sent");
455 debug2("we sent a %s packet, wait for reply", method->name);
562 int pktype, sent = 0; local
612 sent = sign_and_send_pubkey(authctxt, id);
623 if (sent == 0)
1322 int sent = 0; local
1343 sent = send_pubkey_test(authctxt, id);
1357 sent = sign_and_send_pubkey(
1364 if (sent)
1365 return (sent);
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultHttpRequestRetryHandler.java61 /** Whether or not methods that have successfully sent their request will be retried */
115 boolean sent = (b != null && b.booleanValue());
116 if (!sent || this.requestSentRetryEnabled) {
117 // Retry if the request has not been sent fully or
118 // if it's OK to retry methods that have been sent
127 * successfully sent their request, <code>false</code> otherwise
/external/libvpx/
H A Dconfig.x86.mk15 # X86 asm files are processed by the system and sent to yasm
H A Dconfig.x86_64.mk16 # X86_64 asm files are processed by the system and sent to yasm
/external/libmtp/examples/
H A Dpathutils.c116 int progress (const uint64_t sent, const uint64_t total, void const * const data) argument
118 int percent = (sent*100)/total;
120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent);
122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java262 final Buffer sent = new Buffer(); field in class:BufferPerformanceBench.BufferState
268 sent.clear();
284 * Expects process and sent buffers to be empty. Leaves the process buffer empty and
285 * sent buffer full.
288 writeChunked(process, bytes, maxChunkSize).readAll(sent);
289 return sent;
/external/jetty/src/java/org/eclipse/jetty/client/
H A DAsyncHttpConnection.java264 boolean sent=super.send(ex);
265 if (sent)
267 return sent;
H A DBlockingHttpConnection.java304 boolean sent=super.send(ex);
305 if (sent)
312 return sent;
/external/dhcpcd/
H A Ddhcpcd.h67 struct dhcp_message *sent; member in struct:if_state
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk44 sent.txt sent_el.txt title.txt word.txt word_POSIX.txt
/external/libvncserver/x11vnc/
H A Dpointer.c664 int sent = 0, buffer_it = 0; local
865 int sent = 0; local
882 sent = 1;
886 sent = 1;
889 if (sent) {
924 sent = 1;
932 sent = 1;
937 } else if (nofb && sent) {
/external/lldb/test/pexpect-2.4/examples/
H A Dbd_serv.py246 sent = conn.send('\n'.join(response))
248 if sent < len (response):
H A Dcgishell.cgi113 sent = conn.send('\n'.join(response))
114 if sent < len (response):
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c167 int sent; local
170 sent = 0;
172 while (sent < len)
176 thisSend = send(sock, ptr, len - sent, 0);
188 sent += thisSend;
/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/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
/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/libvncserver/x11vnc/misc/
H A Dultravnc_repeater.pl32 The string "RFB 000.000\n" is sent to the client (the client
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h249 extern void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport,
/external/boringssl/src/ssl/
H A Dd1_both.c359 /* bad if this assert fails, only part of the handshake message got sent.
764 pqueue sent = s->d1->sent_messages; local
765 piterator iter = pqueue_iterator(sent);
/external/libmtp/src/
H A Dlibmtp.h419 * is easy to calculate by dividing <code>sent</code> by
421 * @param sent the number of bytes sent so far
427 typedef int (* LIBMTP_progressfunc_t) (uint64_t const sent, uint64_t const total,
H A Dlibmtp.h.in417 * is easy to calculate by dividing <code>sent</code> by
419 * @param sent the number of bytes sent so far
425 typedef int (* LIBMTP_progressfunc_t) (uint64_t const sent, uint64_t const total,

Completed in 1302 milliseconds

12