Home
last modified time | relevance | path

Searched refs:NO_PROXY (Results 1 – 25 of 26) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java42 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/
Dtest12656 NO_PROXY
30 NO_PROXY with IPv6 numerical address
34 NO_PROXY=::1
Dtest12526 NO_PROXY
30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
33 NO_PROXY=example.com
Dtest12556 NO_PROXY
30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
34 NO_PROXY=example.com
Dtest12517 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
Dtest12496 NO_PROXY
29 Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var
32 NO_PROXY=%HOSTIP
Dtest12536 NO_PROXY
30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 NO_PROXY=example.com
Dtest12546 NO_PROXY
30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 NO_PROXY=example.com
Dtest12566 NO_PROXY
30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
34 NO_PROXY=example.com
Dtest12576 NO_PROXY
30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
34 NO_PROXY=example.com
Dtest11017 NO_PROXY
29 NO_PROXY test, with user name in URL
Dtest12126 NO_PROXY
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteSelector.java123 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/
DRouteSelector.java126 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/
DProxySelectorRoutePlanner.java300 result = Proxy.NO_PROXY; in chooseProxy()
/external/curl/docs/cmdline-opts/
Dpage-footer23 .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/
DExcludedProxyTest.java207 fileUrl.openConnection(Proxy.NO_PROXY); in test_openConnectionLjava_net_Proxy()
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh129 TF_DOCKER_BUILD_ARGS+=("--build-arg NO_PROXY=${NO_PROXY}")
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java208 return new Route(address, Proxy.NO_PROXY, in newRoute()
DURLConnectionTest.java811 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/
DProxyDetectorImplTest.java116 .thenReturn(ImmutableList.of(java.net.Proxy.NO_PROXY)); in returnNullWhenNoProxy()
DManagedChannelImplIdlenessTest.java85 private static final ProxyParameters NO_PROXY = null; field in ManagedChannelImplIdlenessTest
/external/python/httplib2/
DCHANGELOG136 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/
DOkHttpClientTransportTest.java133 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/
DRELEASE-NOTES86 o http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set [50]

12