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

  /external/chromium_org/net/quic/test_tools/
quic_test_packet_maker.cc 37 header.entropy_flag = false;
60 header.entropy_flag = false;
100 header.entropy_flag = false;
121 header.entropy_flag = false;
244 header_.entropy_flag = false;
quic_test_utils.cc 448 header.entropy_flag = false;
525 header.entropy_flag = false;
  /external/chromium_org/net/quic/
quic_fec_group_test.cc 77 header.entropy_flag = kEntropyFlag[packet];
92 header.entropy_flag = kEntropyFlag[packet];
118 EXPECT_FALSE(header.entropy_flag);
quic_framer_test.cc 679 EXPECT_FALSE(visitor_.header_->entropy_flag);
732 EXPECT_FALSE(visitor_.header_->entropy_flag);
788 EXPECT_FALSE(visitor_.header_->entropy_flag);
843 EXPECT_FALSE(visitor_.header_->entropy_flag);
900 EXPECT_FALSE(visitor_.header_->entropy_flag);
    [all...]
quic_fec_group.cc 119 header->entropy_flag = false; // Unknown entropy.
quic_connection_test.cc 694 bool entropy_flag) {
695 return ProcessDataPacketAtLevel(number, fec_group, entropy_flag,
701 bool entropy_flag,
704 entropy_flag));
720 bool expect_revival, bool entropy_flag) {
726 return ProcessDataPacket(number, 1, entropy_flag);
734 bool entropy_flag,
756 header_.entropy_flag = entropy_flag;
829 bool entropy_flag) {
3310 bool entropy_flag = (i & (i - 1)) != 0; local
3335 bool entropy_flag = (i & (i - 1)) != 0; local
    [all...]
quic_protocol.cc 77 entropy_flag(false),
87 entropy_flag(false),
236 << ", entropy_flag: " << header.entropy_flag
quic_packet_creator.cc 444 header->entropy_flag = random_bool_source_->RandBool();
quic_framer.cc 332 return header.entropy_flag << (header.packet_sequence_number % 8);
793 if (header.entropy_flag) {
    [all...]
quic_protocol.h 562 bool entropy_flag; member in struct:net::QuicPacketHeader
    [all...]
quic_connection_logger.cc 86 dict->SetInteger("entropy_flag", header->entropy_flag);
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 144 header.entropy_flag = false;

Completed in 225 milliseconds