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

1 2

  /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_stats.cc 66 << ", packets revived: " << s.packets_revived
quic_fec_group_test.cc 117 // Revived packets have an unknown entropy.
quic_framer.h 55 // Size in bytes reserved for the number of revived packets in ack frames.
57 // Maximum number of revived packets that can fit within an ack frame.
252 // Pass a data packet that was revived from FEC data into the framer
255 // the complete DECRYPTED payload of the revived packet.
quic_framer_test.cc     [all...]
quic_connection.h 316 // the peer. If processing this packet permits a packet to be revived from
317 // its FEC group that packet will be revived and processed.
617 // If a packet can be revived from the current FEC group, then
681 bool last_packet_revived_; // True if the last packet was revived from FEC.
    [all...]
quic_connection_logger.cc 123 base::ListValue* revived = new base::ListValue(); local
124 dict->Set("revived_packets", revived);
128 revived->AppendString(base::Uint64ToString(*it));
    [all...]
quic_sent_packet_manager.cc 303 // Discard any retransmittable frames associated with revived packets.
447 // This packet has been revived at the receiver. If we were going to
451 // The AckNotifierManager needs to be notified for revived packets,
    [all...]
quic_framer.cc 692 set_detailed_error("Revived packet too large.");
    [all...]
quic_sent_packet_manager.h 309 // Marks |sequence_number| as having been revived by the peer, but not
quic_connection_test.cc 588 // Used for testing packets revived from FEC packets.
    [all...]
quic_connection.cc 685 << "Peer specified revived packet which was not missing.";
791 DVLOG(1) << ENDPOINT << (last_packet_revived_ ? "Revived" : "Got")
811 // Record received or revived packet to populate ack info correctly before
    [all...]
quic_protocol.h 702 // Packets which have been revived via FEC.
    [all...]
quic_sent_packet_manager_test.cc 520 // Ack 2 and 3, and mark 1 as revived.
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 38 // needs to be revived again.
  /external/chromium_org/content/browser/
push_messaging_router.cc 50 // receive it right away. If not, it will be revived from storage.
  /external/chromium_org/base/memory/
singleton.h 89 // be cleaned up at exit, but can't be revived after destruction unless
135 // 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 462 // be revived.
488 // revived from a weak-reference only.
489 // Ask the object's implementation if it agrees to be revived
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
  /external/chromium_org/net/base/
net_log_event_type_list.h     [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 524 // to be revived at the end of a short block. It might save a few instrs.
    [all...]

Completed in 633 milliseconds

1 2