HomeSort by relevance Sort by last modified time
    Searched full:revived (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/net/quic/congestion_control/
tcp_receiver.cc 30 bool revived) {
31 if (revived) {
inter_arrival_receiver.cc 41 bool revived) {
42 if (revived) {
receive_algorithm_interface.h 34 // revived: is set if the packet is lost and then recovered with help of FEC
39 bool revived) = 0;
inter_arrival_receiver.h 30 bool revived) OVERRIDE;
tcp_receiver.h 30 bool revived) OVERRIDE;
quic_congestion_manager.h 79 // revived: true if the packet was lost and then recovered with help of a
84 bool revived);
inter_arrival_receiver_test.cc 31 // Packet not received; but rather revived by FEC.
quic_congestion_manager.cc 146 bool revived) {
148 revived);
  /external/chromium_org/net/quic/
quic_fec_group.h 37 // Returns true if a packet can be revived from this FEC group.
41 // seen or revived
47 // written to |decrypted_payload|, or 0 if the packet could not be revived.
quic_connection.h 237 // the peer. If processing this packet permits a packet to be revived from
238 // its FEC group that packet will be revived and processed.
530 // If a packet can be revived from the current FEC group, then
571 bool last_packet_revived_; // True if the last packet was revived from FEC.
quic_framer.h 220 // Pass a data packet that was revived from FEC data into the framer
223 // the complete DECRYPTED payload of the revived packet.
quic_connection.cc 663 DLOG(INFO) << ENDPOINT << (last_packet_revived_ ? "Revived" : "Got")
    [all...]
quic_framer.cc 547 set_detailed_error("Revived packet too large.");
    [all...]
quic_framer_test.cc     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 38 // needs to be revived again.
  /external/chromium/base/memory/
singleton.h 55 // be cleaned up at exit, but can't be revived after destruction unless
108 // Signal the object was already deleted, so it is not revived.
  /external/chromium_org/base/memory/
singleton.h 85 // be cleaned up at exit, but can't be revived after destruction unless
131 // Signal the object was already deleted, so it is not revived.
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver-expected.txt 89 Ensure that a deleted value is revived if the reviver function returns a value
JSON-parse-reviver.js 110 debug("Ensure that a deleted value is revived if the reviver function returns a value");
  /system/core/libutils/
RefBase.cpp 458 // be revived.
484 // revived from a weak-reference only.
485 // Ask the object's implementation if it agrees to be revived
  /external/chromium_org/chromeos/dbus/ibus/
ibus_config_client_unittest.cc 616 // Fire NameOwnerChanged signal to emulate that ibus-daemon is revived.
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 523 // to be revived at the end of a short block. It might save a few instrs.
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 6767 bool revived = false; local
    [all...]

Completed in 540 milliseconds

1 2