Searched refs:host (Results 1 - 25 of 969) sorted by relevance

1234567891011>>

/external/chromium-libpac/test/js-unittest/
H A Ddirect.js1 function FindProxyForURL(url, host) {
H A Dends_with_comment.js1 function FindProxyForURL(url, host) {
H A Dreturn_empty_string.js1 function FindProxyForURL(url, host) {
H A Dreturn_integer.js1 function FindProxyForURL(url, host) {
H A Dreturn_null.js1 function FindProxyForURL(url, host) {
H A Dreturn_unicode.js2 function FindProxyForURL(url, host) {
H A Dmissing_close_brace.js4 function FindProxyForURL(url, host) {
H A Dends_with_statement_no_semicolon.js2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
H A Dreturn_function.js1 function FindProxyForURL(url, host) {
H A Dreturn_object.js1 function FindProxyForURL(url, host) {
H A Dreturn_undefined.js1 function FindProxyForURL(url, host) {
H A Dsimple.js4 function FindProxyForURL(url, host) {
12 isInNet(host, "10.0.0.0", "255.0.0.0")) {
16 if (dnsDomainIs(host, "foo.bar.baz.com") || !isResolvable(host)) {
H A Dunhandled_exception.js1 function FindProxyForURL(url, host) {
H A Dbinding_from_global.js6 function FindProxyForURL(url, host) {
H A Dinternational_domain_names.js3 function FindProxyForURL(url, host) {
/external/clang/test/Sema/
H A Dattr-endian.c3 int p1 __attribute__((endian(host))); // expected-warning {{unknown attribute 'endian' ignored}}
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/iproute2/etc/iproute2/
H A Drt_scopes6 254 host
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java50 private final HttpHost host; field in class:HttpHostConnectException
52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { argument
53 super("Connection to " + host + " refused");
54 this.host = host;
59 return this.host;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java53 * host field
55 protected String host; field in class:CallIdentifier
66 * @param host is the host.
68 public CallIdentifier(String localId, String host) { argument
70 this.host = host;
93 if (host != null) {
94 buffer.append(AT).append(host);
114 if (this.host
180 setHost(String host) argument
[all...]

Completed in 1566 milliseconds

1234567891011>>