HomeSort by relevance Sort by last modified time
    Searched refs:IsValidEntropy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_sent_entropy_manager_test.cc 41 TEST_F(QuicSentEntropyManagerTest, IsValidEntropy) {
61 EXPECT_TRUE(entropy_manager_.IsValidEntropy(10, missing_packets,
73 // Discard the first 5 entropies and ensure IsValidEntropy and EntropyHash
87 EXPECT_TRUE(entropy_manager_.IsValidEntropy(10, missing_packets,
quic_sent_entropy_manager.h 44 bool IsValidEntropy(QuicPacketSequenceNumber largest_observed,
78 // Cache the cumulative entropy for IsValidEntropy.
quic_sent_entropy_manager.cc 67 bool QuicSentEntropyManager::IsValidEntropy(
98 // calculate EntropyHash and IsValidEntropy.
quic_connection.cc 672 if (!sent_entropy_manager_.IsValidEntropy(
    [all...]

Completed in 87 milliseconds