/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | RouteSelectorTest.java | 42 import static java.net.Proxy.NO_PROXY; 87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRoute() local 107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRouteReturnsFailedRoute() local 133 authenticator, NO_PROXY, protocols, connectionSpecs, proxySelector); in explicitDirectProxy() 138 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in explicitDirectProxy() local 139 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); in explicitDirectProxy() local 155 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in proxySelectorReturnsNull() local 167 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in proxySelectorReturnsNoProxies() local 168 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); in proxySelectorReturnsNoProxies() local 199 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in proxySelectorReturnsMultipleProxies() local [all …]
|
/external/curl/tests/data/ |
D | test1265 | 6 NO_PROXY 30 NO_PROXY with IPv6 numerical address 34 NO_PROXY=::1
|
D | test1252 | 6 NO_PROXY 30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly 33 NO_PROXY=example.com
|
D | test1255 | 6 NO_PROXY 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly 34 NO_PROXY=example.com
|
D | test1251 | 7 NO_PROXY 30 Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var 34 NO_PROXY=%HOSTIP
|
D | test1249 | 6 NO_PROXY 29 Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var 32 NO_PROXY=%HOSTIP
|
D | test1253 | 6 NO_PROXY 30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy 33 NO_PROXY=example.com
|
D | test1254 | 6 NO_PROXY 30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy 33 NO_PROXY=example.com
|
D | test1256 | 6 NO_PROXY 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy 34 NO_PROXY=example.com
|
D | test1257 | 6 NO_PROXY 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy 34 NO_PROXY=example.com
|
D | test1101 | 7 NO_PROXY 29 NO_PROXY test, with user name in URL
|
D | test1212 | 6 NO_PROXY
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RouteSelector.java | 123 proxies.removeAll(Collections.singleton(Proxy.NO_PROXY)); in resetNextProxy() 124 proxies.add(Proxy.NO_PROXY); in resetNextProxy()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
D | RouteSelector.java | 126 proxies.removeAll(Collections.singleton(Proxy.NO_PROXY)); in resetNextProxy() 127 proxies.add(Proxy.NO_PROXY); in resetNextProxy()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | ProxySelectorRoutePlanner.java | 300 result = Proxy.NO_PROXY; in chooseProxy()
|
/external/curl/docs/cmdline-opts/ |
D | page-footer | 23 .IP "NO_PROXY <comma-separated list of hosts/domains>" 30 .B NO_PROXY=direct.example.com curl -x http://proxy.example.com 33 .B NO_PROXY=direct.example.com curl -x http://proxy.example.com
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 207 fileUrl.openConnection(Proxy.NO_PROXY); in test_openConnectionLjava_net_Proxy()
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | build-dev-container.sh | 129 TF_DOCKER_BUILD_ARGS+=("--build-arg NO_PROXY=${NO_PROXY}")
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionPoolTest.java | 208 return new Route(address, Proxy.NO_PROXY, in newRoute()
|
D | URLConnectionTest.java | 811 testConnectViaDirectProxyToHttps(ProxyConfig.NO_PROXY); in connectViaHttpProxyToHttpsUsingProxyArgWithNoProxy() 2910 assertEquals(Proxy.NO_PROXY, authenticator.onlyProxy()); 3361 NO_PROXY() { 3365 streamHandlerFactory.client().setProxy(Proxy.NO_PROXY); 3451 : Collections.singletonList(Proxy.NO_PROXY);
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ProxyDetectorImplTest.java | 116 .thenReturn(ImmutableList.of(java.net.Proxy.NO_PROXY)); in returnNullWhenNoProxy()
|
D | ManagedChannelImplIdlenessTest.java | 85 private static final ProxyParameters NO_PROXY = null; field in ManagedChannelImplIdlenessTest
|
/external/python/httplib2/ |
D | CHANGELOG | 136 Respect NO_PROXY env var in proxy_info_from_url 139 NO_PROXY=bar was matching foobar (suffix without dot delimiter)
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientTransportTest.java | 133 private static final ProxyParameters NO_PROXY = null; field in OkHttpClientTransportTest 236 NO_PROXY, in testToString() 1493 NO_PROXY, in invalidAuthorityPropagates() 1515 NO_PROXY, in unreachableServer()
|
/external/curl/ |
D | RELEASE-NOTES | 86 o http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set [50]
|