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

1 2 3 4 56 7 8 9

  /external/chromium_org/net/quic/
quic_connection_logger.cc 129 base::ListValue* received = new base::ListValue(); local
130 dict->Set("received_packets", received);
136 received->AppendString(value);
480 // There is a gap between the largest packet previously received and
602 // PingFrame has no contents to log, so just record that it was received.
691 // received. As a result, there are 64 possible sample-patterns.
790 // Bit pattern of consecutively received packets that is maintained as we scan
793 // Bit is 1 iff corresponding packet was received.
    [all...]
  /external/chromium_org/ppapi/tests/
test_post_message.cc 159 instance_->PostMessage(pp::Var("This isn't guaranteed to be received, but "
288 // received (which may be zero).
467 pp::VarArrayBuffer received(message_data_.back());
469 ASSERT_EQ(test_data.ByteLength(), received.ByteLength());
470 unsigned char* received_buff = static_cast<unsigned char*>(received.Map());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter_unittest.cc 469 size_t received; local
488 recv_stream_.GetSize(&received);
490 EXPECT_EQ(static_cast<size_t>(size), received); local
647 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
925 // Peer certificates haven't been received yet.
  /external/chromium_org/third_party/webrtc/base/
sslstreamadapter_unittest.cc 451 size_t received; local
470 recv_stream_.GetSize(&received);
472 EXPECT_EQ(static_cast<size_t>(size), received); local
629 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
907 // Peer certificates haven't been received yet.
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 738 StreamDataCounters& received) const {
747 &received.bytes,
748 &received.packets) != 0) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 51 * Tracks the previous description received.
136 * Delay in ms between when a text event is received and when it's spoken.
536 * Given a control received from the accessibility api, determine an
background.js 222 * Called when a TTS message is received from a page content script.
268 * Called when an earcon message is received from a page content script.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 177 * Notify callback for every frame received.
215 * @return {ArrayBuffer|Uint8Array} oldest received frame. Throw if none.
423 * Writes the command, and calls back when the command's reply is received.
  /external/bison/data/
glr.cc 17 # You should have received a copy of the GNU General Public License
glr.c 17 # You should have received a copy of the GNU General Public License
    [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 117 * @param {Object} message The received message.
152 * @param {Object} message The received message.
  /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/chrome/browser/resources/pdf/
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/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 5 // Class to track the progress events received by a particular plugin instance.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 187 * @param {VolumeManagerCommon.VolumeError} error Status string usually received
479 * mount/unmount received the request supposed failed.
564 * @param {MountCompletedEvent} event Received event.
794 * Called if no response received in |TIMEOUT|.
806 * @param {VolumeManagerCommon.VolumeError|'success'} status Status received
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-base.js 83 // what keyset to transit to after event received. The third optional
  /external/libpcap/msdos/
pkt_rx0.asm 146 SHOW_RX ; show that a packet is received
  /external/oprofile/events/i386/atom/
events 72 event:0xC8 counters:0,1 um:zero minimum:6000 name:HW_INT_RCV : Hardware interrupts received
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 53 * will wait this long after the last event was received before starting to
190 * The time when the last event was received.
218 * tracks whether we've received two or more key up's while pass through mode
285 * event was received.
    [all...]
  /art/build/
Android.gtest.mk 313 $$(error expected target or host for argument 1, received $(1))
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 107 * True after at least one keydown event has been received.
471 // least one keydown event has been received.

Completed in 550 milliseconds

1 2 3 4 56 7 8 9