Home
last modified time | relevance | path

Searched refs:hostString (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Modules/
D_scproxy.c134 CFStringRef hostString; in set_proxy() local
136 hostString = CFDictionaryGetValue(proxyDict, hostKey); in set_proxy()
139 if (hostString) { in set_proxy()
141 PyObject* h = cfstring_to_pystring(hostString); in set_proxy()
/external/python/cpython3/Modules/
D_scproxy.c139 CFStringRef hostString; in set_proxy() local
141 hostString = CFDictionaryGetValue(proxyDict, hostKey); in set_proxy()
144 if (hostString) { in set_proxy()
146 PyObject* h = cfstring_to_pystring(hostString); in set_proxy()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DHttpFacade.java212 public Boolean pingHost(@RpcParameter(name = "host") String hostString, in pingHost()
218 URL url = new URL(hostString); in pingHost()
222 host = hostString; in pingHost()
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...