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

123

/external/webkit/Source/WebCore/platform/network/curl/
H A DFormDataStreamCurl.cpp62 size_t sent; local
76 sent = fread(ptr, blockSize, numberOfBlocks, m_file);
91 sent = elementSize > toSend ? toSend : elementSize;
92 memcpy(ptr, element.m_data.data() + m_formDataElementDataOffset, sent);
93 if (elementSize > sent)
94 m_formDataElementDataOffset += sent;
101 return sent;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dudpport.cc84 int sent = socket_->SendTo(data, size, addr); local
85 if (sent < 0) {
90 return sent;
H A Dtcpport.cc124 int sent = socket->Send(data, size); local
125 if (sent < 0) {
130 return sent;
228 int sent = socket_->Send(data, size); local
229 if (sent < 0) {
232 send_rate_tracker_.Update(sent);
234 return sent;
H A Drelayport.cc336 int sent = entry->SendTo(data, size, addr); local
337 if (sent <= 0) {
338 ASSERT(sent < 0);
402 int sent = socket_->SendTo(data, size, GetAddress()); local
403 if (sent <= 0) {
406 ASSERT(sent < 0);
656 // If the magic cookie is not present, then this is an unwrapped packet sent
716 int sent = 0; local
720 sent = current_connection_->Send(data, size);
722 return sent;
[all...]
H A Dstunport.cc43 // Handles a binding request sent to the STUN server.
187 int sent = socket_->SendTo(data, size, addr); local
188 if (sent < 0) {
193 return sent;
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannelClientWrapper.h66 bool sent() const function in class:WebCore::ThreadableWebSocketChannelClientWrapper
70 void setSent(bool sent) argument
72 m_sent = sent;
H A DWorkerThreadableWebSocketChannel.cpp135 static void workerContextDidSend(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, bool sent) argument
138 workerClientWrapper->setSent(sent);
146 bool sent = m_mainWebSocketChannel->send(message);
147 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidSend, m_workerClientWrapper, sent), m_taskMode);
306 return clientWrapper && clientWrapper->sent();
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultHttpRequestRetryHandler.java56 /** Whether or not methods that have successfully sent their request will be retried */
110 boolean sent = (b != null && b.booleanValue());
111 if (!sent || this.requestSentRetryEnabled) {
112 // Retry if the request has not been sent fully or
113 // if it's OK to retry methods that have been sent
122 * successfully sent their request, <code>false</code> otherwise
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket.cc233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); local
234 if (sent == len_left) { // A shortcut to avoid extraneous checks.
237 if (sent == kSocketError) {
250 // sent != len_left according to the shortcut above.
252 send_buf += sent;
253 len_left -= sent;
/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/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php4 // This script detects requests that could not be sent before cross-site XMLHttpRequest appeared.
60 setState("FAIL. Custom header sent with a simple request.", $stateFile);
/external/chromium/net/base/
H A Dlisten_socket.cc147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); local
148 if (sent == len_left) { // A shortcut to avoid extraneous checks.
151 if (sent == kSocketError) {
164 // sent != len_left according to the shortcut above.
166 send_buf += sent;
167 len_left -= sent;
/external/chromium/net/websockets/
H A Dwebsocket_job_unittest.cc248 bool sent = websocket_->SendData(kHandshakeRequestMessage, local
250 EXPECT_TRUE(sent);
293 bool sent = websocket_->SendData(kHandshakeRequestMessage, local
295 EXPECT_TRUE(sent);
296 // We assume request is sent in one data chunk (from WebKit)
375 bool sent = websocket_->SendData(kHandshakeRequestMessage, local
377 EXPECT_TRUE(sent);
462 bool sent = websocket_->SendData(kHandshakeRequestMessage, local
464 EXPECT_TRUE(sent);
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf16 only if the message is sent by the owner of FooService -->
/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/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c606 accept_rs->app_fd = -1; //the fd is closed after sent to app
627 APPL_TRACE_DEBUG3("on_rfc_connect_ind, connect signal sent, slot id:%d, rfc scn:%d, server:%d",
819 int sent = send(fd, (UINT8 *)(p_buf + 1) + p_buf->offset, p_buf->len, MSG_DONTWAIT); local
820 if(sent == p_buf->len)
823 if(sent > 0 && sent < p_buf->len)
825 //sent partial
826 APPL_TRACE_ERROR2("send partial, sent:%d, p_buf->len:%d", sent, p_buf->len);
827 p_buf->offset += sent;
846 int sent = send_data_to_app(rs->fd, p_buf); local
927 int sent = send_data_to_app(rs->fd, p_buf); local
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dabout_ipc_dialog.cc307 base::Time sent = base::Time::FromInternalValue(data.sent);
309 sent.LocalExplode(&exploded);
331 sent).InMilliseconds();
/external/oprofile/events/mips/sb1/
H A Devents58 event:0x13 counters:1,2,3 um:zero minimum:500 name:READ_RQ_SENT_TO_ABUS :Requests sent to ZB Abus
59 event:0x14 counters:1,2,3 um:zero minimum:500 name:READ_RQ_NOPS_SENT_TO_ABUS :Read requests and NOPs sent to ZB Abus
60 event:0x15 counters:1,2,3 um:zero minimum:500 name:READ_RQ_SENT_TO_ABUS :Read requests sent to ZB Abus
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks215 0x01 Command DWORD sent
216 0x02 Address DWORD sent
217 0x04 Data DWORD sent
218 0x08 Buffer release DWORD sent
219 0x10 Nop DW sent (idle)
220 0x20 Per packet CRC sent
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c113 BOOLEAN sent = FALSE; local
124 sent = TRUE;
132 if (!sent)
136 return sent;
/external/chromium/chrome/browser/chromeos/
H A Dboot_times_loader.cc60 static const FilePath::CharType kLoginTimes[] = FPL("login-times-sent");
63 static const char kLogoutTimes[] = "logout-times-sent";
137 FPL("/tmp/boot-times-sent");
138 FilePath sent(kBootTimesSent);
139 if (file_util::PathExists(sent))
168 file_util::WriteFile(sent, boot_times_text.data(), boot_times_text.size());
169 DCHECK(file_util::PathExists(sent));
/external/dhcpcd/
H A Ddhcpcd.h67 struct dhcp_message *sent; member in struct:if_state
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c221 int sent; local
237 if ((sent = send(fd, p, len, MSG_NOSIGNAL)) == -1)
243 return sent;
441 int sent; local
479 sent = skt_write(out->audio_fd, buffer, bytes);
481 if (sent == -1)
488 DEBUG("wrote %d bytes out of %d bytes", sent, bytes);
489 return sent;
/external/chromium/chrome/browser/extensions/
H A Dextension_rlz_module.cc165 // not sent false is returned, but this is not an error, so we should not
169 bool sent = rlz_lib::SendFinancialPing(product, access_points.get(), local
173 result_.reset(Value::CreateBooleanValue(sent));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.cc272 int sent = ::send(s_, reinterpret_cast<const char *>(pv), (int)cb, local
286 ASSERT(sent <= static_cast<int>(cb));
287 if ((sent < 0) && IsBlockingError(error_)) {
290 return sent;
296 int sent = ::sendto( local
307 ASSERT(sent <= static_cast<int>(cb));
308 if ((sent < 0) && IsBlockingError(error_)) {
311 return sent;

Completed in 2073 milliseconds

123