Searched refs:NO_PROXY (Results 1 – 8 of 8) sorted by relevance
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ProxySelectorTest.java | 114 assertProxyEquals(proxyList,Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectExact() 155 assertProxyEquals(proxyList, Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectExact_NullHost() 337 assertProxyEquals(proxyList,Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectNoHTTP() 374 assertProxyEquals(proxyList,Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectNoHTTPS() 411 assertProxyEquals(proxyList,Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectNoFTP() 430 assertProxyEquals(proxyList,Proxy.NO_PROXY); in test_selectLjava_net_URI_SelectNoSOCKS()
|
D | ProxyTest.java | 43 proxy = Proxy.NO_PROXY; in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_Normal() 123 proxy = Proxy.NO_PROXY; in test_toString() 173 new Proxy(Proxy.Type.SOCKS, address2), Proxy.NO_PROXY, in test_equalsLjava_lang_Object_NotEquals()
|
D | ExcludedProxyTest.java | 207 fileUrl.openConnection(Proxy.NO_PROXY); in test_openConnectionLjava_net_Proxy()
|
D | URLTest.java | 1240 proxyList.add(Proxy.NO_PROXY); in select()
|
D | SocketTest.java | 646 new Socket(Proxy.NO_PROXY); in test_ConstructorLjava_net_Proxy_Exception()
|
/external/chromium/chrome/browser/importer/ |
D | firefox_proxy_settings.cc | 44 return FirefoxProxySettings::NO_PROXY; in IntToProxyConfig() 70 config_type_ = NO_PROXY; in Reset() 100 case NO_PROXY: in ToProxyConfig()
|
D | firefox_proxy_settings.h | 23 NO_PROXY = 0, // No proxy are used. enumerator
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | ProxySelectorRoutePlanner.java | 295 result = Proxy.NO_PROXY; in chooseProxy()
|