HomeSort by relevance Sort by last modified time
    Searched refs:sent (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 59 * Next message ID to be used. Incremented with each sent message.
169 * @param {string} command Command name to be sent.
170 * @param {!Object} message JSONable message to be sent.
234 window.console.warn('liblouis Native Client module sent message with no ID',
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llgnubby.js 104 * Queue command to be sent.
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 84 // The test completes after the sync config is sent out.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 49 * @param {!MessageSender} sender Info about the script context that sent
  /external/chromium_org/net/websockets/
websocket_job_test.cc 689 // We assume request is sent in one data chunk (from WebKit)
742 bool sent = websocket_->SendData(kHandshakeRequestWithCookie, local
744 EXPECT_TRUE(sent);
777 bool sent = websocket_->SendData(kHandshakeRequestWithCookie, local
779 EXPECT_TRUE(sent);
821 bool sent = websocket_->SendData(kHandshakeRequestWithCookie, local
823 EXPECT_TRUE(sent);
871 // We assume request is sent in one data chunk (from WebKit)
881 bool sent = websocket_->SendData(kHandshakeRequestWithoutCookie, local
883 EXPECT_FALSE(sent);
    [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 58 // 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/libjingle/source/talk/base/
physicalsocketserver.cc 281 int sent = ::send(s_, reinterpret_cast<const char *>(pv), (int)cb, local
296 ASSERT(sent <= static_cast<int>(cb));
297 if ((sent < 0) && IsBlockingError(GetError())) {
300 return sent;
306 int sent = ::sendto( local
318 ASSERT(sent <= static_cast<int>(length));
319 if ((sent < 0) && IsBlockingError(GetError())) {
322 return sent;
    [all...]
sslstreamadapter_unittest.cc 498 size_t sent; local
509 rv = client_ssl_->Write(block, tosend, &sent, 0);
512 send_stream_.SetPosition(position + sent);
513 LOG(LS_VERBOSE) << "Sent: " << position + sent; local
582 size_t sent; local
583 int rv = client_ssl_->Write(packet, packet_size_, &sent, 0);
585 LOG(LS_VERBOSE) << "Sent: " << sent_;
647 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
schanneladapter.cc 449 int sent = AsyncSocketAdapter::Send(&outbuf[pos], outbuf.size() - pos); local
450 if (sent > 0) {
451 pos += sent;
socket_unittest.cc 741 int sent = accepted->Send(send_buffer.get() + send_pos, tosend); local
745 EXPECT_GT(sent, 0);
748 if (sent >= 0) {
749 EXPECT_LE(sent, tosend);
750 send_pos += sent;
751 data_in_flight += sent;
758 // Read all the sent data.
789 // Once all that we've sent has been rcvd, expect to be able to send again.
798 // The received data matches the sent data.
    [all...]
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.cc 264 int sent = ::send(s_, reinterpret_cast<const char *>(pv), (int)cb, local
279 ASSERT(sent <= static_cast<int>(cb));
280 if ((sent < 0) && IsBlockingError(GetError())) {
283 return sent;
289 int sent = ::sendto( local
301 ASSERT(sent <= static_cast<int>(length));
302 if ((sent < 0) && IsBlockingError(GetError())) {
305 return sent;
    [all...]
sslstreamadapter_unittest.cc 480 size_t sent; local
491 rv = client_ssl_->Write(block, tosend, &sent, 0);
494 send_stream_.SetPosition(position + sent);
495 LOG(LS_VERBOSE) << "Sent: " << position + sent; local
564 size_t sent; local
565 int rv = client_ssl_->Write(packet, packet_size_, &sent, 0);
567 LOG(LS_VERBOSE) << "Sent: " << sent_;
629 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
schanneladapter.cc 432 int sent = AsyncSocketAdapter::Send(&outbuf[pos], outbuf.size() - pos); local
433 if (sent > 0) {
434 pos += sent;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 288 webrtc::RtcpStatistics sent; local
302 tbChannel.videoChannel, sent, sentRttMs));
303 got_send_channel_frac_lost |= sent.fraction_lost > 0;
325 tbChannel.videoChannel, sent, sentRttMs));
326 EXPECT_GT(sent.cumulative_lost, 0u);
327 EXPECT_GT(sent.extended_max_sequence_number, startSequenceNumber);
328 EXPECT_GT(sent.jitter, 0u);
362 // Check that rec stats extended max is greater than what we've sent.
364 sent.extended_max_sequence_number);
547 // Simulate lost reception and verify that nothing is sent during that time
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 98 0x01 Command sent
99 0x02 Data sent
100 0x04 Buffer release sent
101 0x08 NOP sent
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 131 * Called on events sent from VolumeManager. This has responsibility to
133 * @param {Event} event Event object sent from VolumeManager.
152 * @param {Event} event Event object sent from VolumeInfoList.
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 41 /* This list is sent back to the client when the client-hello message
524 int sent; local
542 sent = (*ss->sec.send)(ss, msg, 1 + sizeof(ss->sec.ci.connectionID), 0);
543 rv = (sent >= 0) ? SECSuccess : (SECStatus)sent;
560 int sent; local
578 sent = (*ss->sec.send)(ss, msg, sendLen, 0);
580 rv = (sent >= 0) ? SECSuccess : (SECStatus)sent;
595 int sendLen, sent; local
656 int sent; local
701 int sent; local
3320 int sent; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 260 * sent, false otherwise.
274 * whether the target is found and mousedown and click events are sent.
335 * @param {Event} event Event to be sent.
337 * @return {boolean} True if the event is sent to the target, false otherwise.
361 * @return {boolean} True if the event is sent to the target, false otherwise.
385 * @return {boolean} True if the event is sent to the target, false otherwise.
405 * @return {boolean} True if the all events are sent to the target, false
432 * @return {boolean} True if the event is sent to the target, false
450 * @return {boolean} True if the event is sent to the target, false otherwise.
484 * @return {boolean} True if the event is sent to the target, false otherwise
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c     [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 228 0x80 Read requests sent to the DCT while write requests are pending in the DCQ
230 0x01 Command DWORD sent
231 0x02 Data DWORD sent
232 0x04 Buffer release DWORD sent
233 0x08 Nop DW sent (idle)
234 0x10 Address DWORD sent
235 0x20 Per packet CRC sent
  /external/antlr/antlr-3.4/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/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 1102 BOOLEAN sent = FALSE; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel_unittest.cc 237 size_t sent = 0;
241 memset(packet.get(), sent & 0xff, size);
244 static_cast<uint32>(sent));
253 ++sent;
254 } while (sent < count);
  /frameworks/native/cmds/atrace/
atrace.cpp 722 ssize_t sent = 0; local
723 while ((sent = sendfile(STDOUT_FILENO, traceFD, NULL, 64*1024*1024)) > 0);
724 if (sent == -1) {
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 111 * Sends the report; after the report is sent, we need to be redirected to
114 * @return {boolean} True if the report was sent.
154 // sent with the feedback request event.

Completed in 929 milliseconds

1 2 34 5 6 7 8 910