| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ | 
| D | quic_dispatcher_test.cc | 498     QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in VerifyVersionSupported()  local 517     QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in VerifyVersionNotSupported()  local 579   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 609   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 637   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TestTlsMultiPacketClientHello()  local 716   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 759   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 785   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 801   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local 815   QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1);  in TEST_P()  local [all …] 
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ | 
| D | fake_proof_source.cc | 25     const QuicSocketAddress& client_address, std::string hostname,  in GetProofOp() 49     const QuicSocketAddress& client_address, std::string hostname,  in ComputeSignatureOp() 72     const QuicSocketAddress& client_address, const std::string& hostname,  in GetProof() 90                               const QuicSocketAddress& client_address,  in GetCertChain() 99     const QuicSocketAddress& client_address, const std::string& hostname,  in ComputeTlsSignature()
  | 
| D | fake_proof_source_handle.cc | 41     const QuicSocketAddress& client_address, const std::string& hostname,  in ComputeSignatureNow() 72     const QuicSocketAddress& client_address,  in SelectCertificate() 120     const QuicSocketAddress& client_address, const std::string& hostname,  in ComputeSignature()
  | 
| D | fake_proof_source_handle.h | 91     QuicSocketAddress client_address;  member 116     QuicSocketAddress client_address;  member
  | 
| /external/python/cpython2/Lib/ | 
| D | SocketServer.py | 304     def verify_request(self, request, client_address):  argument 312     def process_request(self, request, client_address):  argument 329     def finish_request(self, request, client_address):  argument 341     def handle_error(self, request, client_address):  argument 556     def process_request(self, request, client_address):  argument 589     def process_request_thread(self, request, client_address):  argument 602     def process_request(self, request, client_address):  argument 646     def __init__(self, request, client_address, server):  argument
  | 
| /external/python/cpython3/Lib/ | 
| D | socketserver.py | 333     def verify_request(self, request, client_address):  argument 341     def process_request(self, request, client_address):  argument 358     def finish_request(self, request, client_address):  argument 370     def handle_error(self, request, client_address):  argument 601         def process_request(self, request, client_address):  argument 676     def process_request_thread(self, request, client_address):  argument 689     def process_request(self, request, client_address):  argument 741     def __init__(self, request, client_address, server):  argument
  | 
| /external/cronet/net/tools/testserver/ | 
| D | testserver_base.py | 62   def verify_request(self, _request, client_address):  argument 72   def handle_error(self, request, client_address):  argument 117   def __init__(self, request, client_address, socket_server,  argument
  | 
| D | testserver.py | 86   def __init__(self, request, client_address, socket_server):  argument
  | 
| /external/cronet/net/tools/quic/ | 
| D | quic_simple_server_session_helper.cc | 18     const quic::QuicSocketAddress& client_address,  in CanAcceptClientHello()
  | 
| /external/cronet/net/quic/crypto/ | 
| D | proof_source_chromium.cc | 152                                   const quic::QuicSocketAddress& client_address,  in GetCertChain() 169     const quic::QuicSocketAddress& client_address,  in ComputeTlsSignature()
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/qbone/ | 
| D | qbone_session_test.cc | 79                 const QuicSocketAddress& client_address,  in GetProof() 99       const QuicSocketAddress& client_address, const std::string& hostname,  in GetCertChain() 110       const QuicSocketAddress& client_address, const std::string& hostname,  in ComputeTlsSignature() 312     QuicSocketAddress client_address;  in CreateClientAndServerSessions()  local
  | 
| D | qbone_server_session.cc | 20     const CryptoHandshakeMessage& chlo, const QuicSocketAddress& client_address,  in CanAcceptClientHello()
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/masque/ | 
| D | masque_utils.cc | 54 int CreateTunInterface(const QuicIpAddress& client_address, bool server) {  in CreateTunInterface()
  | 
| /external/python/cpython3/Lib/test/ | 
| D | test_socketserver.py | 106             def handle_error(self, request, client_address):  argument 360     def handle_error(self, request, client_address):  argument 488             def verify_request(self, request, client_address):  argument
  | 
| /external/openscreen/third_party/chromium_quic/demo/ | 
| D | server.cc | 76   struct sockaddr_in client_address;  in main()  local
  | 
| /external/python/cpython2/Lib/test/ | 
| D | test_socketserver.py | 134             def handle_error(self, request, client_address):  argument 352             def verify_request(self, request, client_address):  argument
  | 
| D | test_imaplib.py | 108             def handle_error(self, request, client_address):  argument
  | 
| /external/wpa_supplicant_8/hostapd/aidl/ | 
| D | hostapd.cpp | 747 			   const std::vector<uint8_t>& client_address,  in forceStaDisconnection() 875 	const std::string& iface_name, const std::vector<uint8_t>& client_address,  in forceClientDisconnect() 1137 	const std::vector<uint8_t>& client_address, Ieee80211ReasonCode reason_code)  in forceClientDisconnectInternal()
  | 
| /external/clang/tools/scan-view/share/ | 
| D | ScanView.py | 169     def finish_request(self, request, client_address):  argument 175     def handle_error(self, request, client_address):  argument
  | 
| /external/python/cpython3/Lib/test/test_asyncio/ | 
| D | utils.py | 150     def handle_error(self, request, client_address):  argument 156     def finish_request(self, request, client_address):  argument 244         def handle_error(self, request, client_address):  argument
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/tools/ | 
| D | quic_client_default_network_helper.cc | 77   QuicSocketAddress client_address;  in CreateUDPSocketAndBind()  local
  | 
| /external/python/cpython2/Lib/idlelib/ | 
| D | run.py | 245     def handle_error(self, request, client_address):  argument
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ | 
| D | quic_crypto_server_config.h | 581         const QuicSocketAddress& client_address, ParsedQuicVersion version,  in ProcessClientHelloContext() 626     QuicSocketAddress client_address() const { return client_address_; }  in client_address()  function
  | 
| D | quic_crypto_server_config.cc | 564     const QuicSocketAddress& client_address,  in ValidateClientHello() 702     const QuicSocketAddress& client_address, ParsedQuicVersion version,  in ProcessClientHello() 1077   const QuicSocketAddress& client_address = context->client_address();  in SendRejectWithFallbackConfig()  local 1352     const QuicSocketAddress& client_address, const QuicClock* clock,  in BuildServerConfigUpdateMessage()
  | 
| /external/cronet/net/socket/ | 
| D | udp_socket_unittest.cc | 415     IPEndPoint client_address;  in TEST_F()  local 547   IPEndPoint client_address;  in TEST_F()  local 1363   IPEndPoint client_address;  in TEST_F()  local 1404   IPEndPoint client_address;  in TEST_F()  local
  |