HomeSort by relevance Sort by last modified time
    Searched defs:sent (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/google/cuttlefish_common/guest/hals/hwcomposer/common/
hwcomposer.cpp 39 int sent = 0; local
76 ++sent;
82 ALOGI("Sent %d syncs in %ds", sent - last_sent, log_interval);
84 last_sent = sent;
  /external/tensorflow/tensorflow/contrib/ignite/kernels/client/
ignite_ssl_wrapper.cc 135 int sent = 0; local
137 while (sent < length) {
138 int res = SSL_write(ssl_, buf, length - sent);
144 sent += res;
ignite_plain_client_unix.cc 107 int sent = 0; local
109 while (sent < length) {
110 int res = send(sock_, buf, length - sent, 0);
116 sent += res;
ignite_plain_client_windows.cc 126 int sent = 0; local
128 while (sent < length) {
129 int res = send(sock_, (char *)buf, length - sent, 0);
135 sent += res;
  /external/oj-libjdwp/src/share/back/
outStream.h 49 jboolean sent; member in struct:PacketOutputStream
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 26 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/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
Ping.java 28 private long sent = -1; field in class:Ping
35 if (sent != -1) throw new IllegalStateException();
36 sent = System.nanoTime();
40 if (received != -1 || sent == -1) throw new IllegalStateException();
46 if (received != -1 || sent == -1) throw new IllegalStateException();
47 received = sent - 1;
58 return received - sent;
68 return received - sent;
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 141 int sent; local
144 sent = send(mSocket, (void*)data, (size_t)toSend, 0);
145 if (sent > 0) {
146 toSend -= sent;
147 data += sent;
148 } else if (sent == 0) { // no more buffer?
151 LOGE("send returned %d, error %d", sent, errno);
  /external/libese/libese-hw/
ese_hw_fake.c 123 uint32_t sent = local
125 if (sent != tx_buf->len - offset) {
126 offset = tx_buf->len - sent;
127 processed += sent;
130 if (sent == 0) {
139 processed += sent;
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 262 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;
  /device/google/cuttlefish_common/guest/commands/usbforward/
usb_server.cpp 259 int32_t sent = 0; local
260 while (sent < actual_length) {
261 int packet_size = fd_->Write(&buffer[sent], actual_length - sent);
262 sent += packet_size;
263 ALOGV("Sending response, %d / %d bytes sent", sent, actual_length);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 94 int sent = 0; local
131 ++sent;
137 ALOGI("Sent %d syncs in %ds", sent - last_sent, log_interval);
139 last_sent = sent;
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
tcp-server.js 47 sent: null // Called when client sends data to server.
200 sent: null // Called when client sends data to server.
253 * @param {Function} callback The function to call when the message has sent
260 // Register sent callback.
261 this.callbacks.sent = callback;
282 * callback sent in its parameter.
331 // Call sent callback.
332 if (this.callbacks.sent) {
333 this.callbacks.sent(writeInfo);
46 recv: null, \/\/ Called when client receives data from server. property in class:TcpServer.callbacks
199 recv: null, \/\/ Called when client receives data from server. property in class:TcpConnection.callbacks
  /external/curl/tests/libtest/
stub_gssapi.c 59 enum { NONE, KRB5, NTLM1, NTLM3 } sent; member in struct:gss_ctx_id_t_desc_struct
127 switch(ctx->sent) {
148 switch(ctx->sent) {
150 /* We sent KRB5 and it failed, let's try NTLM */
152 ctx->sent = NTLM1;
160 ctx->sent = NTLM3;
186 ctx->sent = KRB5;
188 ctx->sent = NTLM1;
210 (char *) target_name, ctx->sent);
  /external/iperf3/src/
net.c 392 off_t sent; local
405 r = sendfile(fromfd, tofd, offset, nleft, NULL, &sent, 0);
406 nleft -= sent;
408 sent = nleft;
409 r = sendfile(fromfd, tofd, offset, &sent, NULL, 0);
410 nleft -= sent;
  /external/mesa3d/src/glx/
indirect_glx.c 139 Bool sent; local
148 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
155 return !sent;
  /external/scapy/scapy/
sendrecv.py 41 sent=[] variable in class:debug
169 be sent through pks
173 timeout: how much time to wait after the last packet has been sent
181 debug.sent = plist.PacketList([],"Sent")
225 debug.sent=plist.PacketList(remain[:], "Sent")
357 timeout: how much time to wait after the last packet has been sent
375 timeout: how much time to wait after the last packet has been sent
396 timeout: how much time to wait after the last packet has been sent
    [all...]
  /external/u-boot/drivers/input/
cros_ec_keyb.c 105 int irq_pending, sent; local
139 sent = input_send_keycodes(input, keycodes, num_keycodes);
147 } while (irq_pending && !sent);
  /bionic/tests/
signal_test.cpp 797 siginfo sent; local
798 memset(&sent, 0, sizeof(sent));
800 sent.si_code = SI_TKILL;
801 ASSERT_EQ(0, syscall(SYS_rt_tgsigqueueinfo, getpid(), gettid(), SIGUSR1, &sent))
803 ASSERT_EQ(sent.si_code, received.si_code) << "rt_tgsigqueueinfo modified si_code, expected "
804 << sent.si_code << ", received " << received.si_code
807 sent.si_code = SI_USER;
808 ASSERT_EQ(0, syscall(SYS_rt_tgsigqueueinfo, getpid(), gettid(), SIGUSR1, &sent))
810 ASSERT_EQ(sent.si_code, received.si_code) << "rt_tgsigqueueinfo modified si_code, expected
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MidiSoloTest.java 177 int sent = 0; local
178 while (sent < LOCAL_STORAGE_SIZE) {
180 sent += count;
188 // Does the data we sent match the data received by the MidiReceiver?
  /external/antlr/runtime/C/src/
antlr3debughandlers.c 167 int sent; local
170 sent = 0;
172 while (sent < len)
176 thisSend = send(sock, ptr, len - sent, 0);
188 sent += thisSend;
  /external/libchrome/dbus/
dbus_statistics.cc 175 int sent = 0, received = 0, sent_blocking = 0; local
182 sent += stat.sent_method_calls;
194 if (!sent && !received && !sent_blocking)
209 line += base::StringPrintf(" Sent (BLOCKING):");
218 if (sent) {
219 line += base::StringPrintf(" Sent:");
221 line += base::StringPrintf(" %d", sent);
223 line += base::StringPrintf(" %d/min", sent / dminutes);
225 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes)
    [all...]
  /external/libchrome/ipc/
ipc_message_utils.h 77 int64_t sent; // Time that the message was sent (i.e. at Send()). variable
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
tls.c 194 size_t sent = 0; local
197 while (sent++ < sends) {
  /external/u-boot/drivers/tpm/
tpm2_tis_sandbox.c 264 const u8 *sent = sendbuf; local
281 tag = get_unaligned_be16(sent);
282 sent += sizeof(tag);
284 length = get_unaligned_be32(sent);
285 sent += sizeof(length);
294 command = get_unaligned_be32(sent);
295 sent += sizeof(command);
302 rc = sandbox_tpm2_check_session(dev, command, tag, &sent, &hierarchy);
310 mode = get_unaligned_be16(sent);
311 sent += sizeof(mode)
    [all...]

Completed in 843 milliseconds

1 2 3