Home
last modified time | relevance | path

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

12345678910>>...28

/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/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/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 …]
Dtcpport.cc220 int sent = socket->Send(data, size, options); in SendTo() local
221 if (sent < 0) { in SendTo()
229 return sent; in SendTo()
355 int sent = socket_->Send(data, size, options); in Send() local
356 if (sent < 0) { in Send()
360 send_rate_tracker_.AddSamples(sent); in Send()
362 return sent; in Send()
/external/libchrome/dbus/
Ddbus_statistics.cc194 int sent = 0, received = 0, sent_blocking = 0; in GetAsString() local
200 sent += stat->sent_method_calls; in GetAsString()
211 if (!sent && !received && !sent_blocking) in GetAsString()
235 if (sent) { in GetAsString()
238 line += base::StringPrintf(" %d", sent); in GetAsString()
240 line += base::StringPrintf(" %d/min", sent / dminutes); in GetAsString()
242 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes); in GetAsString()
255 sent = 0; in GetAsString()
267 int* sent, in GetCalls() argument
275 *sent = stat->sent_method_calls; in GetCalls()
/external/autotest/client/common_lib/cros/network/
Dping_runner.py104 sent = _regex_int_from_string('([0-9]+) packets transmitted', loss_line)
109 if None in (sent, received, loss):
115 return PingResult(sent, received, loss,
123 return PingResult(sent, received, loss)
199 sent = _regex_int_from_string('([0-9]+) packets transmitted', loss_line)
202 if None in (sent, received, loss):
208 return PingResult(sent, received, loss,
216 return PingResult(sent, received, loss)
246 def __init__(self, sent, received, loss, argument
261 self.sent = sent
/external/libvncserver/webclients/novnc/include/chrome-app/
Dtcp-client.js42 sent: null // Called when client sends data to server. property
93 this.callbacks.sent = callback;
114 this.callbacks.sent = callback;
268 if (this.callbacks.sent) {
269 this.callbacks.sent(writeInfo);
/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/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.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.
/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.
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.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.
/external/mockftpserver/tags/2.0.2/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.
/external/mockftpserver/tags/2.5/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/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.4/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.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.
/external/mockftpserver/tags/2.0.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.
/external/autotest/client/site_tests/network_3GModemControl/
Dcontrol7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
17 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
21 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.gobi3k7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.altair-messi_v7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.icera-y33007 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.huawei-mu7367 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.gobi2k7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
Dcontrol.huawei-me9367 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
19 Tests that commands sent to ModemManager or cromo are reflected in flimflam.
23 if the commands are sent to the modem manager instead of flimflam.
/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 or cromo are reflected in flimflam.
22 if the commands are sent to the modem manager instead of flimflam.

12345678910>>...28