Home
last modified time | relevance | path

Searched refs:proxies (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc158 std::vector<std::string> proxies = string16ToProxyList(kResults); in TEST() local
159 EXPECT_EQ(proxies.size(), 1U); in TEST()
160 EXPECT_EQ("DIRECT",proxies[0]); in TEST()
174 std::vector<std::string> proxies = string16ToProxyList(kResults); in TEST() local
175 EXPECT_EQ(proxies.size(), 0U); in TEST()
194 std::vector<std::string> proxies = string16ToProxyList(kResults); in TEST() local
195 EXPECT_EQ(1U, proxies.size()); in TEST()
196 EXPECT_EQ("http.query.com.path.query.com", proxies[0]); in TEST()
206 std::vector<std::string> proxies = string16ToProxyList(kResults); in TEST() local
207 EXPECT_EQ(1U, proxies.size()); in TEST()
[all …]
/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java101 HttpHost target, HttpHost[] proxies, in HttpRoute() argument
108 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) { in HttpRoute()
121 this.proxyChain = proxies; in HttpRoute()
141 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, in HttpRoute() argument
143 this(local, target, toChain(proxies), secure, tunnelled, layered); in HttpRoute()
243 private static HttpHost[] toChain(HttpHost[] proxies) { in toChain() argument
244 if ((proxies == null) || (proxies.length < 1)) in toChain()
247 for (HttpHost proxy : proxies) { in toChain()
254 HttpHost[] result = new HttpHost[proxies.length]; in toChain()
255 System.arraycopy(proxies, 0, result, 0, proxies.length); in toChain()
DRouteTracker.java190 HttpHost[] proxies = new HttpHost[this.proxyChain.length+1]; in tunnelProxy() local
192 proxies, 0, this.proxyChain.length); in tunnelProxy()
193 proxies[proxies.length-1] = proxy; in tunnelProxy()
195 this.proxyChain = proxies; in tunnelProxy()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteSelector.java56 private List<Proxy> proxies = Collections.emptyList(); field in RouteSelector
131 proxies = Collections.singletonList(proxy); in resetNextProxy()
135 proxies = new ArrayList<>(); in resetNextProxy()
137 if (selectedProxies != null) proxies.addAll(selectedProxies); in resetNextProxy()
139 proxies.removeAll(Collections.singleton(Proxy.NO_PROXY)); in resetNextProxy()
140 proxies.add(Proxy.NO_PROXY); in resetNextProxy()
147 return nextProxyIndex < proxies.size(); in hasNextProxy()
154 + "; exhausted proxy configurations: " + proxies); in nextProxy()
156 Proxy result = proxies.get(nextProxyIndex++); in nextProxy()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java27 public final List<Proxy> proxies = new ArrayList<>(); field in RecordingOkAuthenticator
40 if (proxies.size() != 1) throw new IllegalStateException(); in onlyProxy()
41 return proxies.get(0); in onlyProxy()
46 proxies.add(proxy); in authenticate()
54 proxies.add(proxy); in authenticateProxy()
/external/apache-http/src/org/apache/http/impl/conn/
DProxySelectorRoutePlanner.java208 List<Proxy> proxies = psel.select(targetURI); in determineProxy() local
210 Proxy p = chooseProxy(proxies, target, request, context); in determineProxy()
266 protected Proxy chooseProxy(List<Proxy> proxies, in chooseProxy() argument
271 if ((proxies == null) || proxies.isEmpty()) { in chooseProxy()
279 for (int i=0; (result == null) && (i < proxies.size()); i++) { in chooseProxy()
281 Proxy p = proxies.get(i); in chooseProxy()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java179 proxySelector.proxies = null; in proxySelectorReturnsNull()
208 proxySelector.proxies.add(proxyA); in proxySelectorReturnsMultipleProxies()
209 proxySelector.proxies.add(proxyB); in proxySelectorReturnsMultipleProxies()
238 proxySelector.proxies.add(NO_PROXY); in proxySelectorDirectConnectionsAreSkipped()
254 proxySelector.proxies.add(proxyA); in proxyDnsFailureContinuesToNextProxy()
255 proxySelector.proxies.add(proxyB); in proxyDnsFailureContinuesToNextProxy()
256 proxySelector.proxies.add(proxyA); in proxyDnsFailureContinuesToNextProxy()
289 proxySelector.proxies.add(proxyA); in multipleProxiesMultipleInetAddressesMultipleConfigurations()
290 proxySelector.proxies.add(proxyB); in multipleProxiesMultipleInetAddressesMultipleConfigurations()
DRecordingProxySelector.java32 List<Proxy> proxies = new ArrayList<>(); field in RecordingProxySelector
37 return proxies; in select()
DURLConnectionTest.java320 proxySelector.proxies.add(server2.get().toProxyAddress()); in testRequestBodySurvivesRetries()
3267 List<Proxy> proxies = new ArrayList<>();
3271 return uri.getScheme().equals("http") || uri.getScheme().equals("https") ? proxies
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c148 struct register_proxies * proxies, in allocate_and_insert_proxies() argument
155 sap.Proxies = proxies; in allocate_and_insert_proxies()
163 if (proxies->Temporary[index].Proxied) { in allocate_and_insert_proxies()
167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index; in allocate_and_insert_proxies()
/external/dexmaker/
DREADME14 It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, …
/external/libvncserver/webclients/java-applet/
Djavaviewer.pseudo_proxy.patch125 + // this would be the correct way, but we want to trick strict proxies.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/v8/test/test262-es6/
Dtest262-es6.status56 # Direct proxies
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/okhttp/
DCHANGELOG.md83 * New: Support for SOCKS proxies.
90 * Fix: Improve `CONNECT` handling for misbehaving HTTP proxies.
/external/libvncserver/
DNEWS159 a HTTP request for tunnelling was added (to fool strict web proxies)
/external/v8/
DChangeLog265 Remove proxies from --harmony switch for M38, because problems.
1379 Don't generate keyed store ICs for global proxies (Chromium issue
4114 Proxies: Fixed receiver for setters inherited from proxies.
4393 Fixed use of proxies as f.prototype properties. (issue 2021)
4685 Fixed strict vs. non-strict handling of function proxies in
5028 More work on ES-Harmony proxies. Still hidden behind a flag.
5218 proxies.
5287 Implemented Object.defineProperty for proxies.
5444 More work on ES-Harmony proxies. Still hidden behind a flag.
5468 Implemented the set trap for Harmony proxies. Proxies still need to
[all …]
/external/libcxx/include/
Diomanip613 // extractor for non-const basic_string& proxies
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dnews.txt39 stale-if-error that can be used by reverse proxies to cache stale responses
1073 * For Python 2.4, added attribute get/set proxies on exception objects
1126 properly settable environ proxies (like ``req.path_info``).
Dreference.txt696 >>> # Used by caching proxies to tell the client how old the
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl240 SOCKS proxies can also be used (see below).
292 One can also chain proxies and other things. See the section
962 The proxies are assumed to be Web proxies. To use SOCKS proxies:
969 You can prefix web proxies with http:// in SSL mode but it doesn't matter
971 mode you MUST supply the http:// prefix for web proxies because in those
974 Note that Web proxies are often configured to ONLY allow outgoing
977 SOCKS proxies usually have no restrictions on port number.
979 You can chain up to 3 proxies (any combination of web (http://) and
994 VNC server. However, Web and SOCKS proxies can also be used (see below).
1051 prefix is REQUIRED for web proxies in SSH or SSH+SSL modes (but it is
[all …]
/external/google-breakpad/src/build/
Dcommon.gypi1041 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst527 proxies lazily load the underlying module when an attribute is fetched. This
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
DREADME86 proxies may be chained together (3 max).

12