Home
last modified time | relevance | path

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/
DProxySelectorTest.java114 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()
DProxyTest.java43 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()
DExcludedProxyTest.java207 fileUrl.openConnection(Proxy.NO_PROXY); in test_openConnectionLjava_net_Proxy()
DURLTest.java1240 proxyList.add(Proxy.NO_PROXY); in select()
DSocketTest.java646 new Socket(Proxy.NO_PROXY); in test_ConstructorLjava_net_Proxy_Exception()
/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings.cc44 return FirefoxProxySettings::NO_PROXY; in IntToProxyConfig()
70 config_type_ = NO_PROXY; in Reset()
100 case NO_PROXY: in ToProxyConfig()
Dfirefox_proxy_settings.h23 NO_PROXY = 0, // No proxy are used. enumerator
/external/apache-http/src/org/apache/http/impl/conn/
DProxySelectorRoutePlanner.java295 result = Proxy.NO_PROXY; in chooseProxy()