/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_packet_creator.cc | 102 #define ENDPOINT \ macro 159 QUICHE_DCHECK(CanSetMaxPacketLength()) << ENDPOINT; in SetMaxPacketLength() 166 QUIC_DVLOG(1) << ENDPOINT << "Updating packet creator max packet length from " in SetMaxPacketLength() 175 << ENDPOINT << "Attempted to set max packet length too small"; in SetMaxPacketLength() 194 QUICHE_DCHECK(CanSetMaxPacketLength()) << ENDPOINT; in SetSoftMaxPacketLength() 197 << ENDPOINT in SetSoftMaxPacketLength() 207 QUIC_DLOG(INFO) << ENDPOINT << length in SetSoftMaxPacketLength() 212 QUIC_DVLOG(1) << ENDPOINT << "Setting soft max packet length to: " << length; in SetSoftMaxPacketLength() 222 QUICHE_DCHECK(send_version_in_packet_) << ENDPOINT; in StopSendingVersion() 223 QUICHE_DCHECK(!version().HasIetfInvariantHeader()) << ENDPOINT; in StopSendingVersion() [all …]
|
D | quic_flow_controller.cc | 21 #define ENDPOINT \ macro 58 QUIC_DVLOG(1) << ENDPOINT << "Created flow controller for " << LogLabel() in QuicFlowController() 69 QUIC_DVLOG(1) << ENDPOINT << LogLabel() << " consumed " << bytes_consumed_ in AddBytesConsumed() 82 QUIC_DVLOG(1) << ENDPOINT << LogLabel() in UpdateHighestReceivedOffset() 92 << ENDPOINT << LogLabel() << " Trying to send an extra " << bytes_sent in AddBytesSent() 107 QUIC_DVLOG(1) << ENDPOINT << LogLabel() << " sent " << bytes_sent_ in AddBytesSent() 113 QUIC_DLOG(INFO) << ENDPOINT << "Flow control violation on " << LogLabel() in FlowControlViolation() 136 QUIC_DVLOG(1) << ENDPOINT << "first window update for " << LogLabel(); in MaybeIncreaseMaxWindowSize() 148 QUIC_DVLOG(1) << ENDPOINT << "rtt zero for " << LogLabel(); in MaybeIncreaseMaxWindowSize() 165 QUIC_DVLOG(1) << ENDPOINT << "New max window increase for " << LogLabel() in MaybeIncreaseMaxWindowSize() [all …]
|
D | quic_session.cc | 60 #define ENDPOINT \ macro 278 QUIC_DVLOG(1) << ENDPOINT in OnStopSendingFrame() 291 QUIC_DVLOG(1) << ENDPOINT in OnStopSendingFrame() 406 QUIC_DVLOG(1) << ENDPOINT << "Received message of length " in OnMessageReceived() 408 QUIC_DVLOG(2) << ENDPOINT << "Contents of message of length " in OnMessageReceived() 414 QUIC_DVLOG(1) << ENDPOINT << "OnHandshakeDoneReceived"; in OnHandshakeDoneReceived() 460 << ENDPOINT << "Non-zombie stream " << id in OnConnectionClosed() 510 QUIC_DVLOG(1) << ENDPOINT in OnWindowUpdateFrame() 544 QUIC_DLOG(INFO) << ENDPOINT << "Received BLOCKED frame with stream id: " in OnBlockedFrame() 559 QUIC_DVLOG(1) << ENDPOINT << "Suspected busy loop on stream id " in CheckStreamNotBusyLooping() [all …]
|
D | quic_stream.cc | 30 #define ENDPOINT \ macro 388 << ENDPOINT << "Stream " << id_ in ~QuicStream() 454 << ENDPOINT << "Stream " << frame.stream_id in OnStreamFrame() 471 << ENDPOINT << "OnStreamFrame called on stream without flow control"; in OnStreamFrame() 487 QUIC_DVLOG(1) << ENDPOINT in OnStopSending() 494 QUIC_DVLOG(1) << ENDPOINT in OnStopSending() 539 << ENDPOINT << "OnStreamReset called on stream without flow control"; in OnStreamReset() 648 << ENDPOINT in WriteOrBufferData() 670 QUIC_DLOG(ERROR) << ENDPOINT in WriteOrBufferDataAtLevel() 716 << ENDPOINT << "Stream " << id() in OnCanWrite() [all …]
|
D | quic_connection.cc | 247 #define ENDPOINT \ macro 346 QUIC_DLOG(INFO) << ENDPOINT << "Created connection with server connection ID " in QuicConnection() 676 QUICHE_DLOG(INFO) << ENDPOINT << "Received server preferred address: " in SetFromConfig() 850 QUIC_DLOG(INFO) << ENDPOINT << error_details; in OnPublicResetPacket() 858 QUIC_DLOG(INFO) << ENDPOINT << "Received packet with mismatched version " in OnProtocolVersionMismatch() 862 QUIC_BUG(quic_bug_10511_3) << ENDPOINT << error_details; in OnProtocolVersionMismatch() 1014 QUIC_DLOG(INFO) << ENDPOINT << "Accepting packet with new connection ID " in ValidateServerConnectionId() 1059 QUIC_DLOG(INFO) << ENDPOINT in OnUnauthenticatedPublicHeader() 1087 QUIC_DLOG(INFO) << ENDPOINT in OnUnauthenticatedPublicHeader() 1102 QUIC_DLOG(INFO) << ENDPOINT in OnUnauthenticatedPublicHeader() [all …]
|
D | quic_crypto_handshaker.cc | 11 #define ENDPOINT \ macro 24 QUIC_DVLOG(1) << ENDPOINT << "Sending " << message.DebugString(); in SendHandshakeMessage() 39 QUIC_DVLOG(1) << ENDPOINT << "Received " << message.DebugString(); in OnHandshakeMessage() 51 #undef ENDPOINT // undef for jumbo builds
|
D | quic_framer.cc | 63 #define ENDPOINT \ macro 847 QUIC_DLOG(INFO) << ENDPOINT in GetSerializedFrameLength() 1478 QUICHE_DCHECK(!is_processing_packet_) << ENDPOINT << "Nested ProcessPacket"; in ProcessPacket() 1496 QUIC_DVLOG(1) << ENDPOINT << "Processing IETF QUIC packet."; in ProcessPacketInternal() 1504 QUIC_DVLOG(1) << ENDPOINT << "Unable to process public header. Error: " in ProcessPacketInternal() 1597 QUIC_DLOG(INFO) << ENDPOINT << "parsed version negotiation: " in ProcessVersionNegotiationPacket() 1698 QUIC_DLOG(INFO) << ENDPOINT in MaybeProcessCoalescedPacket() 1711 QUIC_DLOG(INFO) << ENDPOINT << "Received mismatched coalesced header " in MaybeProcessCoalescedPacket() 1960 QUIC_DLOG(WARNING) << ENDPOINT << "Unable to process frame data. Error: " in ProcessIetfDataPacket() 1971 QUIC_DLOG(WARNING) << ENDPOINT << "Unable to process frame data. Error: " in ProcessIetfDataPacket() [all …]
|
D | tls_handshaker.cc | 18 #define ENDPOINT (SSL_is_server(ssl()) ? "TlsServer: " : "TlsClient: ") macro 100 QUIC_VLOG(1) << ENDPOINT << "Continuing handshake"; in AdvanceHandshake() 121 QUIC_VLOG(1) << ENDPOINT in AdvanceHandshake() 264 QUIC_DVLOG(1) << ENDPOINT << "SetWriteSecret level=" << level; in SetWriteSecret() 290 QUIC_DVLOG(1) << ENDPOINT << "SetReadSecret level=" << level; in SetReadSecret()
|
D | quic_stream_id_manager.cc | 21 #define ENDPOINT \ macro 185 QUIC_DLOG(INFO) << ENDPOINT in MaybeIncreaseLargestPeerStreamId()
|
D | quic_data_reader.cc | 86 #undef ENDPOINT // undef for jumbo builds
|
D | quic_crypto_stream.cc | 25 #define ENDPOINT \ macro 355 QUIC_DVLOG(1) << ENDPOINT << "stream " << id() in RetransmitStreamDataAtLevel() 517 #undef ENDPOINT // undef for jumbo builds
|
D | quic_sent_packet_manager.cc | 63 #define ENDPOINT \ macro 706 QUIC_DVLOG(1) << ENDPOINT << "PTO mode"; in OnRetransmissionTimeout() 815 QUIC_DVLOG(1) << ENDPOINT << "Marking " << retransmission in MaybeSendProbePacket() 1262 QUIC_DVLOG(1) << ENDPOINT << "Got an " << ack_decrypted_level in OnAckFrameEnd() 1467 #undef ENDPOINT // undef for jumbo builds
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ObjectCountLinkedHashMap.java | 52 private static final int ENDPOINT = -2; field in ObjectCountLinkedHashMap 98 firstEntry = ENDPOINT; in init() 99 lastEntry = ENDPOINT; in init() 106 return (firstEntry == ENDPOINT) ? -1 : firstEntry; in firstIndex() 112 return (result == ENDPOINT) ? -1 : result; in nextIndex() 139 if (pred == ENDPOINT) { in setSucceeds() 144 if (succ == ENDPOINT) { in setSucceeds() 155 setSucceeds(entryIndex, ENDPOINT); in insertEntry() 180 this.firstEntry = ENDPOINT; in clear() 181 this.lastEntry = ENDPOINT; in clear()
|
D | CompactLinkedHashMap.java | 76 private static final int ENDPOINT = -2; field in CompactLinkedHashMap 113 this.firstEntry = ENDPOINT; in init() 114 this.lastEntry = ENDPOINT; in init() 163 if (pred == ENDPOINT) { in setSucceeds() 169 if (succ == ENDPOINT) { in setSucceeds() 181 setSucceeds(entryIndex, ENDPOINT); in insertEntry() 191 setSucceeds(index, ENDPOINT); in accessEntry() 230 this.firstEntry = ENDPOINT; in clear() 231 this.lastEntry = ENDPOINT; in clear()
|
D | CompactLinkedHashSet.java | 102 private static final int ENDPOINT = -2; field in CompactLinkedHashSet 137 this.firstEntry = ENDPOINT; in init() 138 this.lastEntry = ENDPOINT; in init() 182 if (pred == ENDPOINT) { in setSucceeds() 188 if (succ == ENDPOINT) { in setSucceeds() 199 setSucceeds(entryIndex, ENDPOINT); in insertEntry() 249 this.firstEntry = ENDPOINT; in clear() 250 this.lastEntry = ENDPOINT; in clear()
|
D | HashBiMap.java | 88 private static final int ENDPOINT = -2; field in HashBiMap 132 firstInInsertionOrder = ENDPOINT; in init() 133 lastInInsertionOrder = ENDPOINT; in init() 313 setSucceeds(size, ENDPOINT); in put() 365 (predecessor == ENDPOINT) ? firstInInsertionOrder : nextInInsertionOrder[predecessor]; in putInverse() 379 if (prev == ENDPOINT) { in setSucceeds() 384 if (next == ENDPOINT) { in setSucceeds() 504 int newSuccessor = ENDPOINT; in replaceKeyInEntry() 673 firstInInsertionOrder = ENDPOINT; in clear() 674 lastInInsertionOrder = ENDPOINT; in clear() [all …]
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
D | quic_spdy_stream.cc | 163 #define ENDPOINT \ macro 325 QUIC_DLOG(INFO) << ENDPOINT << "Stream " << id() in WriteOrBufferBody() 346 QUIC_DLOG(INFO) << ENDPOINT << "Inserting trailer: (" in WriteTrailers() 401 QUIC_DLOG(INFO) << ENDPOINT << "Stream " << id() in WriteDataFrameHeader() 427 QUIC_DLOG(INFO) << ENDPOINT << "Stream " << id() in WriteBodySlices() 680 QUIC_DLOG(INFO) << ENDPOINT in OnTrailingHeadersComplete() 688 QUIC_DLOG(INFO) << ENDPOINT in OnTrailingHeadersComplete() 699 QUIC_DLOG(ERROR) << ENDPOINT << "Trailers for stream " << id() in OnTrailingHeadersComplete() 749 QUIC_DVLOG(1) << ENDPOINT in OnStreamReset() 884 QUIC_DLOG(WARNING) << ENDPOINT << "WebTransport stream " << id() in OnClose() [all …]
|
D | web_transport_http3.cc | 26 #define ENDPOINT \ macro 167 QUIC_DVLOG(1) << ENDPOINT in HeadersReceived() 175 QUIC_DVLOG(1) << ENDPOINT in HeadersReceived() 187 QUIC_DVLOG(1) << ENDPOINT in HeadersReceived() 195 QUIC_DVLOG(1) << ENDPOINT in HeadersReceived() 206 QUIC_DVLOG(1) << ENDPOINT << "WebTransport session " << id_ << " ready."; in HeadersReceived() 335 << ENDPOINT << "Sending preamble on stream ID " << id() in WritePreamble() 352 QUIC_DVLOG(1) << ENDPOINT << "Sent stream type and session ID (" in WritePreamble() 371 << ENDPOINT << "Failed to associate WebTransport stream " << id() in ReadSessionId() 405 QUIC_DLOG(WARNING) << ENDPOINT << "WebTransport stream " << id() in OnClose()
|
D | quic_spdy_session.cc | 65 #define ENDPOINT \ macro 599 QUIC_DVLOG(1) << ENDPOINT in OnStreamHeaderList() 1046 QUIC_PEER_BUG(bad received setting) << ENDPOINT << error_details; in VerifySettingIsZeroOrOne() 1059 << ENDPOINT in OnSetting() 1084 QUIC_DVLOG(1) << ENDPOINT in OnSetting() 1105 QUIC_DVLOG(1) << ENDPOINT in OnSetting() 1124 QUIC_DVLOG(1) << ENDPOINT in OnSetting() 1155 QUIC_DVLOG(1) << ENDPOINT in OnSetting() 1180 QUIC_DVLOG(1) << ENDPOINT << "SETTINGS_H3_DATAGRAM received with value " in OnSetting() 1197 QUIC_DVLOG(1) << ENDPOINT in OnSetting() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | CompactLinkedHashMap.java | 81 private static final int ENDPOINT = -2; field in CompactLinkedHashMap 118 this.firstEntry = ENDPOINT; in init() 119 this.lastEntry = ENDPOINT; in init() 168 if (pred == ENDPOINT) { in setSucceeds() 174 if (succ == ENDPOINT) { in setSucceeds() 186 setSucceeds(entryIndex, ENDPOINT); in insertEntry() 196 setSucceeds(index, ENDPOINT); in accessEntry() 293 this.firstEntry = ENDPOINT; in clear() 294 this.lastEntry = ENDPOINT; in clear()
|
D | CompactLinkedHashSet.java | 104 private static final int ENDPOINT = -2; field in CompactLinkedHashSet 139 this.firstEntry = ENDPOINT; in init() 140 this.lastEntry = ENDPOINT; in init() 184 if (pred == ENDPOINT) { in setSucceeds() 190 if (succ == ENDPOINT) { in setSucceeds() 201 setSucceeds(entryIndex, ENDPOINT); in insertEntry() 256 this.firstEntry = ENDPOINT; in clear() 257 this.lastEntry = ENDPOINT; in clear()
|
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/ |
D | OkHttpContributors.java | 15 private static final String ENDPOINT = "https://api.github.com/repos/square/okhttp/contributors"; field in OkHttpContributors 31 .url(ENDPOINT) in main()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/ |
D | qbone_session_base.cc | 31 #define ENDPOINT \ macro
|
/external/cronet/net/third_party/quiche/src/quiche/common/ |
D | quiche_data_reader.cc | 320 #undef ENDPOINT // undef for jumbo builds
|