HomeSort by relevance Sort by last modified time
    Searched refs:received (Results 126 - 150 of 229) sorted by null

1 2 3 4 56 7 8 910

  /external/iproute2/doc/
ip-tunnels.tex 312 \item In 2.0 all tunneled packets were received promiscuously
314 tunnel device and packet looks as received on this. F.e.\ if host
315 received \verb|ipip| packet from host \verb|D| destined to our
338 which kernel output, via tunnel \verb|Cisco| and the packets received on it
  /external/bison/data/
lalr1.cc 15 # You should have received a copy of the GNU General Public License
    [all...]
lalr1.java 15 # You should have received a copy of the GNU General Public License
glr.cc 17 # You should have received a copy of the GNU General Public License
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 293 * @param {Object} receivedConstants The map of received constants.
325 * @param {Object} receivedConstants The received map of constants.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 17 * You should have received a copy of the GNU Library General Public License
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 1021 int received = recv(rs->fd, buf, size, 0); local
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 560 int received = ki_recv(sock_, inbuf + bytes_received, local
562 if (received < 0)
565 bytes_received += received;
  /external/chromium_org/net/quic/
quic_connection_logger.cc 131 base::ListValue* received = new base::ListValue(); local
132 dict->Set("received_packet_times", received);
138 info->SetInteger("received", it->second.ToDebuggingValue());
139 received->Append(info);
541 // There is a gap between the largest packet previously received and
663 // PingFrame has no contents to log, so just record that it was received.
759 // received. As a result, there are 64 possible sample-patterns.
    [all...]
  /external/chromium_org/ppapi/tests/
test_post_message.cc 159 instance_->PostMessage(pp::Var("This isn't guaranteed to be received, but "
296 // received (which may be zero).
475 pp::VarArrayBuffer received(message_data_.back());
477 ASSERT_EQ(test_data.ByteLength(), received.ByteLength());
478 unsigned char* received_buff = static_cast<unsigned char*>(received.Map());
    [all...]
  /external/chromium_org/third_party/webrtc/base/
sslstreamadapter_unittest.cc 452 size_t received; local
471 recv_stream_.GetSize(&received);
473 EXPECT_EQ(static_cast<size_t>(size), received); local
630 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
908 // Peer certificates haven't been received yet.
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 747 StreamDataCounters& received) const {
756 &received.bytes,
757 &received.packets) != 0) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /external/chromium_org/remoting/webapp/
client_plugin_impl.js 44 * @param {string} iq The Iq stanza received from the host.
66 * @param {string} tokenUrl Token-request URL, received from the host.
298 console.error('Received invalid message from the plugin:', rawMessage);
836 * @param {string} token The token received from the token URL.
837 * @param {string} sharedSecret Shared secret received from the token URL.
912 * If we haven't yet received a "hello" message from the plugin, change its
host_daemon_facade.js 143 * @param {Object} message The received message.
178 * @param {Object} message The received message.
xmpp_login_handler.js 67 * Following messages are sent/received in each state:
201 'Received unexpected response to bind: ' +
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 50 * Tracks the previous description received.
135 * Delay in ms between when a text event is received and when it's spoken.
484 * Given a control received from the accessibility api, determine an
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 175 * Notify callback for every frame received.
213 * @return {ArrayBuffer|Uint8Array} oldest received frame. Throw if none.
432 * Writes the command, and calls back when the command's reply is received.
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 287 * message being received from the plugin.
330 * An event handler for handling message events received from the plugin.
339 // If we received the document dimensions, the password was good so we
pdf_scripting_api.js 16 console.error('Received message that was not from the extension: ' +
65 * when a 'readyToReceive' message is received from the PDF viewer or it can
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_custom_call.cc 89 std::cout << "Received FR: " << framerate
1556 webrtc::StreamDataCounters received; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 12 * replies. When a reply is received, it will automatically contain the ID of
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 167 * Called when a Braille message is received from a page content script.
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 61 * Messages received from the page used to indicate voice search state.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 5 // Class to track the progress events received by a particular plugin instance.

Completed in 5708 milliseconds

1 2 3 4 56 7 8 910