Searched refs:ENDPOINT (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc14 #define ENDPOINT (is_server_ ? "Server: " : " Client: ") macro
33 DVLOG(1) << ENDPOINT << "Created flow controller for stream " << id_
40 DVLOG(1) << ENDPOINT << "Disabling QuicFlowController for stream " << id_
52 DVLOG(1) << ENDPOINT << "Stream " << id_ << " consumed: " << bytes_consumed_;
67 DVLOG(1) << ENDPOINT << "Stream " << id_
80 LOG(DFATAL) << ENDPOINT << "Stream " << id_ << " Trying to send an extra "
91 DVLOG(1) << ENDPOINT << "Stream " << id_ << " sent: " << bytes_sent_;
100 LOG(ERROR) << ENDPOINT << "Flow control violation on stream "
126 DVLOG(1) << ENDPOINT << "Sending WindowUpdate frame for stream " << id_
145 DVLOG(1) << ENDPOINT << "Strea
[all...]
H A Dquic_crypto_stream.cc21 #define ENDPOINT (session()->is_server() ? "Server: " : " Client: ") macro
44 DVLOG(1) << ENDPOINT << "Received " << message.DebugString();
69 DVLOG(1) << ENDPOINT << "Sending " << message.DebugString();
H A Dquic_connection.cc182 #define ENDPOINT (is_server_ ? "Server: " : " Client: ") macro
247 DVLOG(1) << ENDPOINT << "Created connection with connection_id: "
321 DVLOG(1) << ENDPOINT << "Connection " << connection_id()
326 DVLOG(1) << ENDPOINT << "Received packet with mismatched version "
330 LOG(DFATAL) << ENDPOINT << "Framer called OnProtocolVersionMismatch. "
371 DVLOG(1) << ENDPOINT << "version negotiated " << received_version;
386 LOG(DFATAL) << ENDPOINT << "Framer parsed VersionNegotiationPacket."
403 DLOG(WARNING) << ENDPOINT << "The server already supports our version. "
416 DVLOG(1) << ENDPOINT
452 DVLOG(1) << ENDPOINT << "Ignorin
[all...]
H A Dreliable_quic_stream.cc18 #define ENDPOINT (is_server_ ? "Server: " : " Client: ") macro
171 DVLOG(1) << ENDPOINT << "Ignoring frame " << frame.stream_id;
356 DLOG(ERROR) << ENDPOINT << "Attempt to write when the write side is closed";
427 DVLOG(1) << ENDPOINT << "Done reading from stream " << id();
431 DVLOG(1) << ENDPOINT << "Closing stream: " << id();
440 DVLOG(1) << ENDPOINT << "Done writing to stream " << id();
444 DVLOG(1) << ENDPOINT << "Closing stream: " << id();
461 DVLOG(1) << ENDPOINT << "Sending RST in OnClose: " << id();
H A Dquic_session.cc23 #define ENDPOINT (is_server() ? "Server: " : " Client: ") macro
243 LOG(DFATAL) << ENDPOINT
260 DVLOG(1) << ENDPOINT
294 DVLOG(1) << ENDPOINT << "Received BLOCKED frame with stream id: "
408 DVLOG(1) << ENDPOINT << "Closing stream " << stream_id;
412 DVLOG(1) << ENDPOINT << "Stream is already closed: " << stream_id;
445 DVLOG(1) << ENDPOINT << "Received final byte offset " << final_byte_offset
564 LOG_IF(DFATAL, !config_.negotiated()) << ENDPOINT
576 LOG(ERROR) << ENDPOINT << "Got unknown handshake event: " << event;
593 DVLOG(1) << ENDPOINT << "num_stream
[all...]
H A Dquic_data_stream.cc17 #define ENDPOINT (session()->is_server() ? "Server: " : " Client: ") macro
H A Dquic_sent_packet_manager.cc62 #define ENDPOINT (is_server_ ? "Server: " : " Client: ") macro
294 DVLOG(1) << ENDPOINT << "Got an ack for packet " << sequence_number;
699 DVLOG(1) << ENDPOINT << "Lost packet " << sequence_number;
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
H A DOkHttpContributors.java15 private static final String ENDPOINT = "https://api.github.com/repos/square/okhttp/contributors"; field in class:OkHttpContributors
30 HttpURLConnection connection = client.open(new URL(ENDPOINT));
/external/chromium_org/tools/usb_gadget/
H A Dusb_constants.py18 ENDPOINT = 5 variable in class:DescriptorType
127 ENDPOINT = 2 variable in class:Recipient
H A Dusb_descriptors.py336 usb_constants.DescriptorType.ENDPOINT)
/external/chromium_org/device/usb/
H A Dusb_device_handle.h41 enum TransferRecipient { DEVICE, INTERFACE, ENDPOINT, OTHER }; enumerator in enum:device::UsbDeviceHandle::TransferRecipient
H A Dusb_device_handle_impl.cc72 case UsbDeviceHandle::ENDPOINT:
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc156 *output = UsbDeviceHandle::ENDPOINT;

Completed in 226 milliseconds