Searched refs:host (Results 1 - 25 of 1683) 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) {
/external/c-ares/
H A Dares_free_hostent.c27 void ares_free_hostent(struct hostent *host) argument
31 if (!host)
34 free((char *)(host->h_name));
35 for (p = host->h_aliases; *p; p++)
37 free(host->h_aliases);
38 free(host->h_addr_list[0]); /* no matter if there is one or many entries,
40 free(host->h_addr_list);
41 free(host);
/external/autotest/server/site_tests/platform_CloseOpenLid/
H A Dplatform_CloseOpenLid.py9 """Uses servo to send the host to sleep and wake back up.
16 def run_once(self, host):
18 boot_id = host.get_boot_id()
19 host.servo.lid_close()
20 host.test_wait_for_shutdown()
22 host.servo.lid_open()
23 host.servo.pass_devmode()
24 host.test_wait_for_boot(boot_id)
27 boot_id = host.get_boot_id()
28 host
[all...]
/external/autotest/server/site_tests/android_DummyTest/
H A Dandroid_DummyTest.py13 def run_once(self, host=None):
18 @param host: host object representing the device under test.
20 self.host = host
21 self.host.adb_run('shell ls')
/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;

Completed in 548 milliseconds

1234567891011>>