Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 1218) sorted by relevance

12345678910>>...49

/external/curl/tests/data/
Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
Dtest108625 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
34 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
/external/u-boot/drivers/tpm/
Dtpm2_tis_sandbox.c264 const u8 *sent = sendbuf; in sandbox_tpm2_xfer() local
281 tag = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
282 sent += sizeof(tag); in sandbox_tpm2_xfer()
284 length = get_unaligned_be32(sent); in sandbox_tpm2_xfer()
285 sent += sizeof(length); in sandbox_tpm2_xfer()
294 command = get_unaligned_be32(sent); in sandbox_tpm2_xfer()
295 sent += sizeof(command); in sandbox_tpm2_xfer()
302 rc = sandbox_tpm2_check_session(dev, command, tag, &sent, &hierarchy); in sandbox_tpm2_xfer()
310 mode = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
311 sent += sizeof(mode); in sandbox_tpm2_xfer()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DPing.java26 private long sent = -1; field in Ping
33 if (sent != -1) throw new IllegalStateException(); in send()
34 sent = System.nanoTime(); in send()
38 if (received != -1 || sent == -1) throw new IllegalStateException(); in receive()
44 if (received != -1 || sent == -1) throw new IllegalStateException(); in cancel()
45 received = sent - 1; in cancel()
56 return received - sent; in roundTripTime()
66 return received - sent; in roundTripTime()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DPing.java28 private long sent = -1; field in Ping
35 if (sent != -1) throw new IllegalStateException(); in send()
36 sent = System.nanoTime(); in send()
40 if (received != -1 || sent == -1) throw new IllegalStateException(); in receive()
46 if (received != -1 || sent == -1) throw new IllegalStateException(); in cancel()
47 received = sent - 1; in cancel()
58 return received - sent; in roundTripTime()
68 return received - sent; in roundTripTime()
/external/grpc-grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto33 // Any sort of metadata that may be sent in either direction during a call
35 // Cryptographically unique identifier, generated on the client and sent
41 // The actual metadata that is being sent
44 // Initial metadata sent by the client to initiate a request
54 // Arbitrary key/value pairs specified by the user that are not sent over
59 // Initial metadata response sent by the server after accepting the request
63 // Status sent by the server when closing the call on the server side
79 // A message that is sent during a call
81 // Cryptographically unique identifier, generated on the client and sent
84 // The sequence number of the message. Messages sent by the client and by the
/external/libchrome/dbus/
Ddbus_statistics.cc175 int sent = 0, received = 0, sent_blocking = 0; in GetAsString() local
182 sent += stat.sent_method_calls; in GetAsString()
194 if (!sent && !received && !sent_blocking) in GetAsString()
218 if (sent) { in GetAsString()
221 line += base::StringPrintf(" %d", sent); in GetAsString()
223 line += base::StringPrintf(" %d/min", sent / dminutes); in GetAsString()
225 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes); in GetAsString()
238 sent = 0; in GetAsString()
250 int* sent, in GetCalls() argument
259 *sent = stat->sent_method_calls; in GetCalls()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp_unittest.cc288 int sent; in WriteData() local
294 sent = local_.Send(block, tosend); in WriteData()
296 if (sent != -1) { in WriteData()
297 send_stream_.SetPosition(position + sent); in WriteData()
298 LOG(LS_VERBOSE) << "Sent: " << position + sent; in WriteData()
304 sent = static_cast<int>(tosend = 0); in WriteData()
306 } while (sent > 0); in WriteData()
407 int sent; in WriteData() local
414 sent = sender_->Send(block, tosend); in WriteData()
416 if (sent != -1) { in WriteData()
[all …]
/external/autotest/client/common_lib/cros/network/
Dping_runner.py121 sent = _regex_int_from_string('([0-9]+) packets transmitted', loss_line)
126 if None in (sent, received, loss):
131 return PingResult(sent, received, loss,
139 return PingResult(sent, received, loss)
217 sent = _regex_int_from_string('([0-9]+) packets transmitted', loss_line)
221 if None in (sent, received, loss):
227 return PingResult(sent, received, loss,
235 return PingResult(sent, received, loss)
266 def __init__(self, sent, received, loss, argument
281 self.sent = sent
/external/libese/libese-hw/
Dese_hw_fake.c123 uint32_t sent = in fake_transceive() local
125 if (sent != tx_buf->len - offset) { in fake_transceive()
126 offset = tx_buf->len - sent; in fake_transceive()
127 processed += sent; in fake_transceive()
130 if (sent == 0) { in fake_transceive()
139 processed += sent; in fake_transceive()
/external/curl/lib/vquic/
Dquiche.c333 ssize_t sent; in flush_egress() local
338 sent = quiche_conn_send(qs->conn, out, sizeof(out)); in flush_egress()
339 if(sent == QUICHE_ERR_DONE) in flush_egress()
342 if(sent < 0) { in flush_egress()
344 sent); in flush_egress()
348 sent = send(sockfd, out, sent, 0); in flush_egress()
349 if(sent < 0) { in flush_egress()
350 failf(conn->data, "send() returned %zd\n", sent); in flush_egress()
491 ssize_t sent; in h3_stream_send() local
502 sent = len; in h3_stream_send()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto25 // First request sent specifies the ServerConfig followed by ServerStatus
26 // response. After that, a "Mark" can be sent anytime to request the latest
28 // and once the shutdown has finished, the OK status is sent to terminate
33 // First request sent specifies the ClientConfig followed by ClientStatus
34 // response. After that, a "Mark" can be sent anytime to request the latest
36 // and once the shutdown has finished, the OK status is sent to terminate
/external/toybox/toys/net/
Dping.c55 unsigned long sent, recv, fugit, min, max;
61 if (!FLAG(q) && TT.sent && TT.sa) {
64 TT.sent, TT.recv, ((TT.sent-TT.recv)*100)/(TT.sent?TT.sent:1));
197 if (0>=(waitms = tW-tnow) || !(TT.sent-TT.recv)) break; in ping_main()
217 TT.sent++; in ping_main()
/external/grpc-grpc/doc/
Dkeepalive.md3 …nel is currently working by sending HTTP2 pings over the transport. It is sent periodically, and i…
9 …gument controls the period (in milliseconds) after which a keepalive ping is sent on the transport.
15 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
17 …the maximum number of pings that can be sent when there is no other data (data frame or header fra…
19 …* If there is no data being sent on the transport, this channel argument controls the minimum time…
21 …* If there is no data being sent on the transport, this channel argument on the server side contro…
44 …* the number of pings already sent on the transport without any data has already exceeded GRPC_ARG…
46 …* If a keepalive ping is not blocked and is sent on the transport, then the keepalive watchdog tim…
/external/curl/tests/libtest/
Dstub_gssapi.c59 enum { NONE, KRB5, NTLM1, NTLM3 } sent; member
127 switch(ctx->sent) { in gss_init_sec_context()
148 switch(ctx->sent) { in gss_init_sec_context()
152 ctx->sent = NTLM1; in gss_init_sec_context()
160 ctx->sent = NTLM3; in gss_init_sec_context()
186 ctx->sent = KRB5; in gss_init_sec_context()
188 ctx->sent = NTLM1; in gss_init_sec_context()
210 (char *) target_name, ctx->sent); in gss_init_sec_context()
/external/curl/docs/cmdline-opts/
Dproxy-header.d10 separate header sent to the proxy to what is sent to the actual remote host.
12 curl will make sure that each header you add/replace is sent with the proper
18 knows will not be sent to a proxy.
/external/grpc-grpc-java/services/src/main/proto/io/grpc/reflection/v1alpha/
Dreflection.proto31 // The message sent by the client when calling ServerReflectionInfo method.
66 // The type name and extension number sent by the client when requesting
74 // The message sent by the server to answer ServerReflectionInfo method.
86 // that were previously sent in response to earlier requests in the stream.
100 // Serialized FileDescriptorProto messages sent by the server answering
110 // A list of extension numbers sent by the server answering
119 // A list of ServiceResponse sent by the server answering list_services request.
134 // The error code and error message sent by the server when an error occurs.
/external/grpc-grpc/src/proto/grpc/reflection/v1alpha/
Dreflection.proto28 // The message sent by the client when calling ServerReflectionInfo method.
63 // The type name and extension number sent by the client when requesting
71 // The message sent by the server to answer ServerReflectionInfo method.
83 // that were previously sent in response to earlier requests in the stream.
97 // Serialized FileDescriptorProto messages sent by the server answering
107 // A list of extension numbers sent by the server answering
116 // A list of ServiceResponse sent by the server answering list_services request.
131 // The error code and error message sent by the server when an error occurs.
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto51 // First request sent specifies the ServerConfig followed by ServerStatus
52 // response. After that, a "Mark" can be sent anytime to request the latest
54 // and once the shutdown has finished, the OK status is sent to terminate
59 // First request sent specifies the ClientConfig followed by ClientStatus
60 // response. After that, a "Mark" can be sent anytime to request the latest
62 // and once the shutdown has finished, the OK status is sent to terminate
/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c66 n = min_t(unsigned int, urb->actual_length - endpoint->sent, in udc_write_urb()
76 endpoint->sent, endpoint->tx_packetSize, endpoint->last); in udc_write_urb()
83 udc_dump_buffer("urb write", data8 + endpoint->sent, n); in udc_write_urb()
90 writel(data32[endpoint->sent / 4 + i], UDCDN(ep_num)); in udc_write_urb()
93 writeb(data8[endpoint->sent + w * 4 + i], UDCDN(ep_num)); in udc_write_urb()
114 endpoint->sent += n; in udc_write_urb()
118 if (endpoint->sent >= urb->actual_length) { in udc_write_urb()
120 endpoint->sent = 0; in udc_write_urb()
124 if ((endpoint->sent >= urb->actual_length) && (!ep_num)) { in udc_write_urb()
293 endpoint->sent = 0; in udc_handle_ep0()
/external/bcc/tools/
Dkillsnoop_example.txt4 This traces signals sent via the kill() syscall. For example:
12 The first line showed a SIGKILL (9) sent from PID 13967 (a bash shell) to
15 The second line showed the same signal sent, this time resulting in a -3
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js47 sent: null // Called when client sends data to server. property
200 sent: null // Called when client sends data to server. property
261 this.callbacks.sent = callback;
332 if (this.callbacks.sent) {
333 this.callbacks.sent(writeInfo);
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
18 Tests that commands sent to ModemManager are reflected in flimflam.
22 if the commands are sent to the modem manager instead of flimflam.
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy157 … * Assert that the specified reply code and message containing text was sent through the session.
166 … * Assert that the specified reply code and message containing text was sent through the session.
185 * Assert that the specified reply codes were sent through the session.
186 * @param replyCodes - the List of expected sent reply codes
196 * Assert that the specified data was sent through the session.
201 assert actual != null, "No data for index [0] sent for $session"
206 * Assert that the specified data was sent through the session, terminated by an end-of-line.
214 * Assert that the data sent through the session terminated with an end-of-line.
222 * assert that the standard SEND DATA replies were sent through the session.
233 * assert that the standard SEND DATA replies were sent through the session.
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy157 … * Assert that the specified reply code and message containing text was sent through the session.
167 … * Assert that the specified reply code and message containing text was sent through the session.
186 * Assert that the specified reply codes were sent through the session.
187 * @param replyCodes - the List of expected sent reply codes
197 * Assert that the specified data was sent through the session.
202 assert actual != null, "No data for index [0] sent for $session"
207 * Assert that the specified data was sent through the session, terminated by an end-of-line.
215 * Assert that the data sent through the session terminated with an end-of-line.
223 * assert that the standard SEND DATA replies were sent through the session.
234 * assert that the standard SEND DATA replies were sent through the session.

12345678910>>...49