/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_linux_socket_utils.cc | 234 std::string address_string; in SetIpInfoInCmsg() local 242 address_string = self_address.ToPackedString(); in SetIpInfoInCmsg() 243 memcpy(&pktinfo->ipi_spec_dst, address_string.c_str(), in SetIpInfoInCmsg() 244 address_string.length()); in SetIpInfoInCmsg() 252 address_string = self_address.ToPackedString(); in SetIpInfoInCmsg() 253 memcpy(&pktinfo->ipi6_addr, address_string.c_str(), in SetIpInfoInCmsg() 254 address_string.length()); in SetIpInfoInCmsg()
|
H A D | quic_udp_socket_posix.inc | 75 std::string address_string = self_address.ToPackedString(); 76 memcpy(&pktinfo->ipi_spec_dst, address_string.c_str(), 77 address_string.length()); 85 std::string address_string = self_address.ToPackedString(); 86 memcpy(&pktinfo->ipi6_addr, address_string.c_str(), address_string.length());
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | http_proxy_mapper.cc | 275 auto address_string = grpc_sockaddr_to_string(&address, true); in MapAddress() local 276 if (!address_string.ok()) { in MapAddress() 278 std::string(address_string.status().message()).c_str()); in MapAddress() 282 if (!SplitHostPort(*address_string, &host_name, &port)) { in MapAddress() 284 address_string->c_str()); in MapAddress() 294 *args = args->Set(GRPC_ARG_HTTP_CONNECT_SERVER, *address_string); in MapAddress()
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/ |
H A D | http_proxy_mapper_test.cc | 48 auto address_string = grpc_sockaddr_to_string(&arg.value(), true); variable 49 if (!address_string.ok()) { 51 << address_string.status(); 54 if (*address_string != address) { 55 *result_listener << "value: " << *address_string;
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | httpd.py | 50 (self.address_string(), self.log_date_time_string(), 55 (self.address_string(), self.log_date_time_string(), 270 (self.address_string(), self.log_date_time_string(), 275 (self.address_string(), self.log_date_time_string(),
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | server_socket.cc | 17 int ServerSocket::ListenWithAddressAndPort(const std::string& address_string, in ListenWithAddressAndPort() argument 21 if (!ip_address.AssignFromIPLiteral(address_string)) { in ListenWithAddressAndPort()
|
H A D | server_socket.h | 43 virtual int ListenWithAddressAndPort(const std::string& address_string,
|
H A D | unix_domain_server_socket_posix.h | 64 int ListenWithAddressAndPort(const std::string& address_string,
|
H A D | unix_domain_server_socket_posix.cc | 61 const std::string& address_string, in ListenWithAddressAndPort() argument
|
/aosp_15_r20/external/cronet/components/cronet/android/test/ |
H A D | experimental_options_test.cc | 31 const std::string& address_string) { in WriteToHostCacheOnNetworkThread() argument 48 CHECK(address.AssignFromIPLiteral(address_string)); in WriteToHostCacheOnNetworkThread()
|
/aosp_15_r20/tools/netsim/src/hci/ |
H A D | bluetooth_facade.cc | 343 uint32_t Add(uint32_t chip_id, const std::string &address_string, in Add() argument 388 if (address_string != "") { in Add() 389 address_option = rootcanal::Address::FromString(address_string); in Add()
|
H A D | bluetooth_facade.h | 41 uint32_t Add(uint32_t chip_id, const std::string &address_string,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ |
D | ring_hash.cc | 525 const std::string& address_string = address_weights[i].address; in Ring() local 526 hash_key_buffer.assign(address_string.begin(), address_string.end()); in Ring()
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/ring_hash/ |
H A D | ring_hash.cc | 433 const std::string& address_string = endpoint_weights[i].address; in Ring() local 434 hash_key_buffer.assign(address_string.begin(), address_string.end()); in Ring()
|
/aosp_15_r20/external/python/cpython2/Lib/wsgiref/ |
D | simple_server.py | 85 host = self.address_string()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/ |
D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/wsgiref/ |
H A D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/ |
D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/ |
D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/external/python/cpython3/Lib/wsgiref/ |
D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/ |
D | simple_server.py | 88 host = self.address_string()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | BaseHTTPServer.py | 500 def address_string(self): member in BaseHTTPRequestHandler
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/ |
H A D | server.py | 597 (self.address_string(), 625 def address_string(self): member in BaseHTTPRequestHandler
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/ |
D | server.py | 597 (self.address_string(), 625 def address_string(self): member in BaseHTTPRequestHandler
|
/aosp_15_r20/external/python/cpython3/Lib/http/ |
D | server.py | 597 (self.address_string(), 625 def address_string(self): member in BaseHTTPRequestHandler
|