HomeSort by relevance Sort by last modified time
    Searched refs:proxies (Results 1 - 11 of 11) sorted by null

  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 86 * @param proxies the proxy chain to use, or
96 HttpHost target, HttpHost[] proxies,
103 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) {
116 this.proxyChain = proxies;
129 * @param proxies the proxy chain to use, or
136 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies,
138 this(local, target, toChain(proxies), secure, tunnelled, layered);
234 * @param proxies the proxy chain to duplicate, or <code>null</code>
238 private static HttpHost[] toChain(HttpHost[] proxies) {
239 if ((proxies == null) || (proxies.length < 1)
    [all...]
RouteTracker.java 70 /** Whether the the route is tunnelled end-to-end through proxies. */
185 HttpHost[] proxies = new HttpHost[this.proxyChain.length+1]; local
187 proxies, 0, this.proxyChain.length);
188 proxies[proxies.length-1] = proxy;
190 this.proxyChain = proxies;
345 // comparison of actual proxies follows below
352 // chain length has been compared above, now check the proxies
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 191 List<Proxy> proxies = psel.select(targetURI); local
193 Proxy p = chooseProxy(proxies, target, request, context);
233 * Chooses a proxy from a list of available proxies.
235 * from the list. If there are only SOCKS proxies,
240 * @param proxies the list of proxies to choose from,
249 protected Proxy chooseProxy(List<Proxy> proxies,
254 if ((proxies == null) || proxies.isEmpty()) {
262 for (int i=0; (result == null) && (i < proxies.size()); i++)
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_mac.cc 36 // to a CFTypeRef. This stashes either |error| or |proxies| in that location.
37 void ResultCallback(void* client, CFArrayRef proxies, CFErrorRef error) {
38 DCHECK((proxies != NULL) == (error == NULL));
47 *result_ptr = CFRetain(proxies);
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 952 String proxies;
962 // We can only report HTTP and SOCKS proxies.
970 if (!proxies.isEmpty())
971 proxies += ";";
974 proxies += "PROXY ";
976 proxies += "SOCKS ";
978 proxies += host;
984 proxies += ":" + String::number(intPort);
988 if (proxies.isEmpty())
991 return proxies.utf8()
    [all...]
  /external/bluetooth/bluez/serial/
proxy.c 80 GSList *proxies; /* Proxies list */ member in struct:serial_adapter
824 adapter->proxies = g_slist_append(adapter->proxies, prx);
983 if (g_slist_find_custom(adapter->proxies, address, proxy_addrcmp))
1027 adapter->proxies = g_slist_remove(adapter->proxies, proxy);
1099 for (l = adapter->proxies; l; l = l->next) {
1124 l = g_slist_find_custom(adapter->proxies, path, proxy_pathcmp);
1145 for (l = adapter->proxies; l; l = l->next)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 198 milliseconds