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

  /external/chromium_org/net/quic/
quic_packet_creator.cc 251 bool entropy_flag; local
256 entropy_flag = 0;
260 entropy_flag = fec_entropy_flag;
262 entropy_flag = random_generator_->RandBool();
264 header->entropy_flag = entropy_flag;
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_framer_test.cc 590 EXPECT_FALSE(visitor_.header_->entropy_flag);
643 EXPECT_FALSE(visitor_.header_->entropy_flag);
698 EXPECT_FALSE(visitor_.header_->entropy_flag);
751 EXPECT_FALSE(visitor_.header_->entropy_flag);
809 EXPECT_FALSE(visitor_.header_->entropy_flag);
864 EXPECT_FALSE(visitor_.header_->entropy_flag);
    [all...]
quic_connection_test.cc 522 bool entropy_flag) {
523 return ProcessDataPacketAtLevel(number, fec_group, entropy_flag,
529 bool entropy_flag,
532 entropy_flag));
548 bool expect_revival, bool entropy_flag) {
555 return ProcessDataPacket(number, 1, entropy_flag);
562 bool entropy_flag) {
576 header_.entropy_flag = entropy_flag;
644 bool entropy_flag) {
2099 bool entropy_flag = (i & (i - 1)) != 0; local
2125 bool entropy_flag = (i & (i - 1)) != 0; local
    [all...]
quic_protocol.cc 88 entropy_flag(false),
98 entropy_flag(false),
196 << ", entropy_flag: " << header.entropy_flag
quic_stream_factory_test.cc 48 header.entropy_flag = false;
65 header.entropy_flag = false;
93 header.entropy_flag = false;
quic_network_transaction_unittest.cc 96 header.entropy_flag = false;
112 header.entropy_flag = false;
133 header.entropy_flag = false;
212 header_.entropy_flag = false;
quic_connection_logger.cc 55 dict->SetInteger("entropy_flag", header->entropy_flag);
quic_framer.cc 235 if (!header.entropy_flag) {
632 if (header.entropy_flag) {
836 header->entropy_flag = (private_flags & PACKET_PRIVATE_FLAGS_ENTROPY) != 0;
    [all...]
quic_protocol.h 413 bool entropy_flag; member in struct:net::QuicPacketHeader
quic_connection_helper_test.cc 203 header_.entropy_flag = false;
quic_http_stream_test.cc 282 header_.entropy_flag = false;
quic_connection.cc 618 last_header_.entropy_flag, fec);
    [all...]
  /external/chromium_org/net/tools/quic/
quic_epoll_connection_helper_test.cc 98 header_.entropy_flag = false;
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 382 header.entropy_flag = false;

Completed in 659 milliseconds