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

  /external/chromium_org/net/quic/
quic_fec_group.cc 43 if (!UpdateParity(decrypted_payload, header.entropy_flag)) {
112 header->entropy_flag = entropy_parity_;
quic_fec_group_test.cc 78 header.entropy_flag = kEntropyFlag[packet];
92 header.entropy_flag = kEntropyFlag[packet];
115 EXPECT_EQ(kEntropyFlag[lost_packet], header.entropy_flag);
quic_protocol.cc 79 entropy_flag(false),
89 entropy_flag(false),
204 << ", entropy_flag: " << header.entropy_flag
quic_packet_creator.cc 403 bool entropy_flag; local
407 entropy_flag = fec_entropy_flag;
409 entropy_flag = random_bool_source_->RandBool();
411 header->entropy_flag = entropy_flag;
quic_framer_test.cc 628 EXPECT_FALSE(visitor_.header_->entropy_flag);
681 EXPECT_FALSE(visitor_.header_->entropy_flag);
736 EXPECT_FALSE(visitor_.header_->entropy_flag);
789 EXPECT_FALSE(visitor_.header_->entropy_flag);
844 EXPECT_FALSE(visitor_.header_->entropy_flag);
899 EXPECT_FALSE(visitor_.header_->entropy_flag);
    [all...]
quic_connection_test.cc 600 bool entropy_flag) {
601 return ProcessDataPacketAtLevel(number, fec_group, entropy_flag,
607 bool entropy_flag,
610 entropy_flag));
626 bool expect_revival, bool entropy_flag) {
632 return ProcessDataPacket(number, 1, entropy_flag);
640 bool entropy_flag,
659 header_.entropy_flag = entropy_flag;
729 bool entropy_flag) {
2784 bool entropy_flag = (i & (i - 1)) != 0; local
2810 bool entropy_flag = (i & (i - 1)) != 0; local
    [all...]
quic_stream_factory_test.cc 89 header.entropy_flag = false;
106 header.entropy_flag = false;
134 header.entropy_flag = false;
quic_connection_logger.cc 71 dict->SetInteger("entropy_flag", header->entropy_flag);
quic_network_transaction_unittest.cc 99 header.entropy_flag = false;
116 header.entropy_flag = false;
136 header.entropy_flag = false;
217 header_.entropy_flag = false;
quic_framer.cc 264 return header.entropy_flag << (header.packet_sequence_number % 8);
653 if (header.entropy_flag) {
935 header->entropy_flag = (private_flags & PACKET_PRIVATE_FLAGS_ENTROPY) != 0;
    [all...]
quic_http_stream_test.cc 333 header_.entropy_flag = false;
quic_protocol.h 488 bool entropy_flag; member in struct:net::QuicPacketHeader
    [all...]
quic_connection.cc 604 last_header_.entropy_flag, fec);
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 443 header.entropy_flag = false;
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 120 header.entropy_flag = false;

Completed in 609 milliseconds