HomeSort by relevance Sort by last modified time
    Searched refs:PROXY (Results 26 - 41 of 41) sorted by null

12

  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 2 return "PROXY success:80";
passthrough.js 1 // Return a single-proxy result, which encodes ALL the arguments that were
10 return "PROXY " + makePseudoHost(url + "." + host);
pac_library_unittest.js 1 // This should output "PROXY success:80" if all the tests pass.
2 // Otherwise it will output "PROXY failure:<num-failures>".
24 return "PROXY success:80";
26 return "PROXY failure:" + numTestsFailed;
364 // Bind the methods to proxy requests to the wrapped Date().
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
dns.js 30 return "PROXY " + proxyHost + ":99";
dns_during_init.js 13 return 'PROXY ' + ips.join('-') + ':99';
terminate.js 14 return "PROXY foopy:" + g_iteration;
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 2 return "PROXY success:80";
terminate.js 7 return 'PROXY ' + host + ':88';
passthrough.js 1 // Return a single-proxy result, which encodes ALL the arguments that were
10 return "PROXY " + makePseudoHost(url + "." + host);
pac_library_unittest.js 1 // This should output "PROXY success:80" if all the tests pass.
2 // Otherwise it will output "PROXY failure:<num-failures>".
24 return "PROXY success:80";
26 return "PROXY failure:" + numTestsFailed;
364 // Bind the methods to proxy requests to the wrapped Date().
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 95 public static final String PROXY = "proxy";
Contact.java 63 public static final String PROXY = ParameterNames.PROXY;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java 29 import java.net.Proxy;
38 /** Handles HTTP authentication headers from origin and proxy servers. */
43 Proxy proxy, URL url, List<Challenge> challenges) throws IOException {
51 getConnectToInetAddress(proxy, url), url.getPort(), url.getProtocol(),
61 Proxy proxy, URL url, List<Challenge> challenges) throws IOException {
68 InetSocketAddress proxyAddress = (InetSocketAddress) proxy.address();
70 proxyAddress.getHostName(), getConnectToInetAddress(proxy, url), proxyAddress.getPort(),
72 Authenticator.RequestorType.PROXY);
    [all...]
  /external/iproute2/doc/
ip-cref.tex 848 \paragraph{See also:} Appendix~\ref{PROXY-NEIGH}, p.\pageref{PROXY-NEIGH}
849 describes how to manage proxy ARP/NDISC with the \verb|ip| utility.
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 46 import java.net.Proxy;
316 // Use a misconfigured proxy to guarantee that the request is retried.
741 MockResponse mockResponse = new MockResponse().setBody("this response comes via a proxy");
747 assertContent("this response comes via a proxy", connection);
827 // https should not use http proxy
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 371 milliseconds

12