Searched defs:sent (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/dbus/
H A Ddbus_statistics_unittest.cc64 int sent = 0, received = 0, block = 0; local
66 // Add a sent call
69 "service1", "service1.interface1", "method1", &sent, &received, &block));
70 EXPECT_EQ(1, sent);
77 "service1", "service1.interface1", "method1", &sent, &received, &block));
78 EXPECT_EQ(1, sent);
86 "service1", "service1.interface1", "method1", &sent, &received, &block));
87 EXPECT_EQ(1, sent);
93 int sent = 0, received = 0, block = 0; local
101 "service1", "service1.interface1", "method1", &sent,
[all...]
H A Ddbus_statistics.cc193 int sent = 0, received = 0, sent_blocking = 0; local
199 sent += stat->sent_method_calls;
210 if (!sent && !received && !sent_blocking)
234 if (sent) {
237 line += base::StringPrintf(" %d", sent);
239 line += base::StringPrintf(" %d/min", sent / dminutes);
241 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes);
254 sent = 0;
266 int* sent,
263 GetCalls(const std::string& service, const std::string& interface, const std::string& method, int* sent, int* received, int* blocking) argument
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dnetload.py14 sent = 0 variable
26 global sent
32 sent += tmp;
35 global sent
43 sent_now = sent
/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/chromium_org/net/third_party/nss/ssl/
H A Dssldef.c82 int sent = 0; local
94 int rv = lower->methods->send(lower, (const void *)(buf + sent),
95 len - sent, flags, ss->wTimeout);
100 return sent ? sent : SECFailure;
107 sent += rv;
109 if (IS_DTLS(ss) && (len > sent)) {
111 return sent;
113 } while (len > sent);
115 return sent;
134 int sent = 0; local
[all...]
/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/smack/src/com/kenai/jbosh/
H A DApacheHTTPResponse.java78 * The HTTP POST request is sent to the server.
85 private boolean sent; field in class:ApacheHTTPResponse
126 this.sent = false;
186 if (!sent) {
208 if (!sent) {
243 sent = true;
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbon.java36 * <b>smack.properties</b> file for the elements <b>sent</b> and
53 * get the direction (sent or received) of the carbon.
97 sent enum constant in enum:Carbon.Direction
116 throw new Exception("sent/received must contain exactly one <forwarded> tag");
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.cc242 uint64 sent = local
243 reinterpret_cast<const mcs_proto::DataMessageStanza*>(&protobuf)->sent();
244 DCHECK(sent);
248 (sent + ttl) * base::Time::kMicrosecondsPerSecond);
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator_impl.cc42 base::TimeTicks sent, base::TimeTicks received) {
43 base::TimeDelta delta = received - sent;
41 UpdateBound( base::TimeTicks sent, base::TimeTicks received) argument
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo.cc164 bool sent = message_reader_->Send(make_scoped_ptr(pending_messages_[i])); local
166 if (!sent) {
/external/chromium_org/net/socket/
H A Dstream_listen_socket.cc133 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); local
134 if (sent == len_left) { // A shortcut to avoid extraneous checks.
137 if (sent == kSocketError) {
150 // sent != len_left according to the shortcut above.
152 send_buf += sent;
153 len_left -= sent;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtcpport.cc161 int sent = socket->Send(data, size, options); local
162 if (sent < 0) {
167 return sent;
288 int sent = socket_->Send(data, size, options); local
289 if (sent < 0) {
292 send_rate_tracker_.Update(sent);
294 return sent;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h209 // FEC packets are sent together with the usual media packets, hence
219 // FEC packets are sent together with the usual media packets, hence will
281 // will be sent over a longer period of time instead of sending them
365 // The function gets statistics from the sent and received RTP streams.
367 StreamDataCounters& sent,
377 StreamDataCounters sent; local
379 int ret_code = GetRtpStatistics(video_channel, sent, received);
380 bytes_sent = sent.bytes;
381 packets_sent = sent.packets;
400 // Gets sent an
[all...]
/external/qemu/android/
H A Dadb-server.c71 /* Contains data that are pending to be sent to the host. */
73 /* Number of bytes that are pending to be sent to the host. */
270 const int sent = socket_send(adb_host->host_so, local
273 if (sent < 0) {
286 } else if (sent == 0) {
294 } else if (sent == adb_host->pending_send_data_size) {
300 adb_host->pending_send_data_size -= sent;
302 adb_host->pending_send_buffer + sent,
523 /* There are no data that are pending to be sent to the host. Do the
525 const int sent local
[all...]
/external/smack/src/org/xbill/DNS/
H A DExtendedResolver.java21 int [] sent; field in class:ExtendedResolver.Resolution
54 sent = new int[resolvers.length];
63 sent[n]++;
92 sent[0]++;
99 * This will either cause more queries to be sent
184 if (sent[n] == 1 && n < resolvers.length - 1)
188 if (sent[n] < retries)
349 * and queries are sent multiple times until either a successful response
413 /** Sets the number of retries sent to each server per query */
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c1094 ** Description Find next command in queue and sent to server
1096 ** Returns TRUE if command sent, otherwise FALSE.
1102 BOOLEAN sent = FALSE; local
1107 while (!sent &&
1115 sent = TRUE;
1130 sent = FALSE;
1139 GATT_TRACE_ERROR("gatt_cl_send_next_cmd_inq: L2CAP sent error");
1147 return sent;
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c114 BOOLEAN sent = FALSE; local
125 sent = TRUE;
133 if (!sent)
137 return sent;
/external/chromium_org/google_apis/gcm/engine/
H A Dmcs_client_unittest.cc47 uint64 sent,
59 data_message.set_sent(sent);
242 DVLOG(1) << "Message sent callback invoked, killing loop.";
322 // Message sent callback should be invoked, but no message should actually
323 // be sent.
758 // Rebuild the client. Nothing should be sent on login.
780 // No messages should be sent, but the callback should still be invoked.
41 BuildDataMessage(const std::string& from, const std::string& category, const std::string& message_id, int last_stream_id_received, const std::string& persistent_id, int ttl, uint64 sent, int queued, const std::string& token, const uint64& user_id) argument
/external/chromium_org/ipc/
H A Dipc_message_utils.h75 int64 sent; // Time that the message was sent (i.e. at Send()). member in struct:IPC::LogData
843 // with the outgoing reply message when it's sent.
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc58 // Some flags are local to the current process and cannot be sent over a Unix
66 // descriptor was originally opened with O_CLOEXEC as a flag. And it is sent
239 // cannot be sent over a Unix socket in a special way.
354 // We reply on the file descriptor sent to us via the IPC channel.
400 ssize_t sent = UnixDomainSocket::SendMsg(reply_ipc, write_pickle.data(), local
410 if (sent <= 0) {
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_both.c365 * message got sent. but why would this happen? */
379 * is being sent in single fragment */
1029 pqueue sent = s->d1->sent_messages; local
1035 iter = pqueue_iterator(sent);
1171 /* restore state in which the message was originally sent */
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc256 size_t sent = socket->Send(onconnect_data_.c_str(), onconnect_data_.length()); local
257 ASSERT(sent == onconnect_data_.length());
258 RTC_UNUSED(sent);
267 int sent = socket->Send(buffer, len); local
268 ASSERT(sent == len);
269 RTC_UNUSED2(sent, len);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc508 int sent = channel_->SendPacket(buffer, len, packet_options); local
509 if (sent > 0) {
510 //LOG_F(LS_VERBOSE) << "(" << sent << ") Sent";
/external/chromium_org/third_party/webrtc/base/
H A Dmacasyncsocket.cc157 int sent = ::send(native_socket_, buffer, length, 0); local
159 if (sent == SOCKET_ERROR) {
168 return sent;
180 int sent = ::sendto(native_socket_, buffer, length, 0, local
183 if (sent == SOCKET_ERROR) {
187 return sent;

Completed in 2659 milliseconds

123