HomeSort by relevance Sort by last modified time
    Searched full:host (Results 1 - 25 of 2243) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-89443.js 45 function FindProxyForURL(url, host)
48 if (isPlainHostName(host)
49 || dnsDomainIs(host, ".hennepin.lib.mn.us")
50 || dnsDomainIs(host, ".hclib.org")
53 else if (isPlainHostName(host)
57 || dnsDomainIs(host, ".asahi.com")
58 || dnsDomainIs(host, ".2facts.com")
59 || dnsDomainIs(host, ".oclc.org")
60 || dnsDomainIs(host, ".collegesource.com")
61 || dnsDomainIs(host, ".cq.com"
    [all...]
  /external/iproute2/etc/iproute2/
rt_scopes 6 254 host
  /external/webkit/WebKitTools/iExploder/tools/
lasthit.rb 22 host = $1
25 if (! hostHash[host])
26 hostHash[host] = Hash.new
28 if (! hostHash[host][agent])
29 hostHash[host][agent] = Hash.new
30 hostHash[host][agent]['total'] = 0
33 hostHash[host][agent]['last'] = testnum
35 hostHash[host][agent]['subtest'] = $1
37 hostHash[host][agent]['subtest'] = ''
39 hostHash[host][agent]['total'] = hostHash[host][agent]['total'] +
    [all...]
  /frameworks/base/core/tests/hosttests/
README 1 This dir contains tests which run on a host machine, and test aspects of
5 runtest framework-core-host
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
6 #include "auto-host.h"
  /external/qemu/
bt-host.h 6 /* bt-host.c */
host-defs.h 4 /* all host-specific definitions should go here */
6 #include "config-host.h"
  /external/libffi/
configure.host 1 # configure.host
3 # This shell script handles all host based configuration for libffi.
7 case "${host}" in
  /frameworks/base/core/java/android/net/
Proxy.java 40 * Return the proxy host set by the user.
41 * @param ctx A Context used to get the settings for the proxy host.
42 * @return String containing the host name. If the user did not set a host
43 * name it returns the default host. A null value means that no
44 * host is to be used.
49 String host = Settings.Secure.getString( local
52 if (host != null) {
53 int i = host.indexOf(':');
56 Assert.assertTrue(host.length() == 0)
73 String host = Settings.Secure.getString( local
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
MockSecurityManager.java 19 MockSecurityManager(String host) {
21 this.validHost = host;
37 public void checkConnect(String host, int port) {
41 if (!this.validHost.equals(host)) {
45 if ("127.0.0.1".equals(host)) {
48 super.checkConnect(host, port);
51 public void checkAccept(String host, int port) {
55 if (!this.validHost.equals(host)) {
64 if ("127.0.0.1".equals(host)) {
67 super.checkAccept(host, port)
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.tt2 19 [% FOREACH host IN hosts %]
20 <tr class="[% IF host.online %]online[% ELSE %]offline[% END %]">
21 <td class="hostname">[% host.hostname %]</td>
22 <td class="ip_addr">[% host.ip_addr %]</td>
23 <td class="ether_addr">[% host.ether_addr %]</td>
24 <td class="client_id">[% host.text_client_id %] ([% host.raw_client_id %])</td>
25 <td class="status">[% IF host.online %]Online[% ELSE %]Offline[% END %]</td>
26 <td class="since">[% host.since %]</td>
27 <td class="lease">[% host.text_lease %]</td
    [all...]
  /external/webkit/WebCore/manual-tests/
location-host-canonicalization.html 5 window.location.host = "www.example.com:";
10 <p>This will test the URL canonicalization by assigning a host with an empty port specifier to window.location.host</p>
11 <p>Clicking the following button should change the host in the current URL to "www.example.com:". It actually loading is not important -
  /external/dropbear/
dbclient.1 12 .I host
23 on the remote host.
36 on the local host through the SSH connection to port
38 on the host
39 .IR host .
45 on the remote host through the SSH connection to port
47 on the host
48 .IR host .
54 on the remote host.
  /sdk/eclipse/scripts/
create_adt_symlinks.sh 24 HOST=`uname`
25 if [ "$HOST" == "Linux" ]; then
27 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
29 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
30 ln -svf $BACK/out/host/linux-x86/framework/commons-compress-1.0.jar "$DEST/"
31 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
33 elif [ "$HOST" == "Darwin" ]; then
35 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
37 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
38 ln -svf $BACK/out/host/darwin-x86/framework/commons-compress-1.0.jar "$DEST/
    [all...]
create_bridge_symlinks.sh 13 HOST=`uname`
14 if [ "$HOST" == "Linux" ]; then
17 elif [ "$HOST" == "Darwin" ]; then
20 elif [ "${HOST:0:6}" == "CYGWIN" ]; then
34 cp -vf "out/host/windows-x86/framework/layoutlib.jar" "$1"
39 echo "Unsupported platform ($HOST). Nothing done."
create_test_symlinks.sh 14 HOST=`uname`
15 if [ "${HOST:0:6}" == "CYGWIN" ]; then
33 HOST=`uname`
34 if [ "$HOST" == "Linux" ]; then
35 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
36 ln -svf $BACK/out/host/linux-x86/framework/layoutlib.jar "$DEST/"
37 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
39 elif [ "$HOST" == "Darwin" ]; then
40 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
41 ln -svf $BACK/out/host/darwin-x86/framework/layoutlib.jar "$DEST/
    [all...]
  /external/kernel-headers/original/linux/mmc/
host.h 2 * linux/include/linux/mmc/host.h
8 * Host driver specific definitions.
68 void (*request)(struct mmc_host *host, struct mmc_request *req);
69 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
70 int (*get_ro)(struct mmc_host *host);
85 unsigned long caps; /* Host capabilities */
87 #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can the host do 4 bit transfers */
89 /* host specific block data */
100 unsigned int mode; /* current card mode of host */
104 struct list_head cards; /* devices attached to this host */
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/
SocketFactory.java 55 * Creates a new socket which is not connected to any remote host. This
69 * Creates a new socket which is connected to the remote host specified by
70 * the parameters {@code host} and {@code port}. The socket is bound to any
73 * @param host
74 * the remote host address the socket has to be connected to.
76 * the port number of the remote host at which the socket is
82 * if the specified host is unknown or the IP address could not
85 public abstract Socket createSocket(String host, int port) throws IOException,
89 * Creates a new socket which is connected to the remote host specified by
90 * the parameters {@code host} and {@code port}. The socket is bound to th
    [all...]
  /external/clearsilver/man/man3/
cgi_cookie_authority.3 21 char *cgi_cookie_authority (CGI *cgi, const char *host);
28 host - optional host to match against. If NULL, the function
30 will use the HTTP.Host HDF variable.
  /external/junit/
README.android 1 This is junit3.8.2 source, intended for host side use.
  /external/webkit/WebCore/loader/
loader.cpp 63 m_nonHTTPProtocolHost = Host::create(AtomicString(), maxRequestsInFlightForNonHTTPProtocols);
125 RefPtr<Host> host; local
129 AtomicString hostName = url.host();
130 host = m_hosts.get(hostName.impl());
131 if (!host) {
132 host = Host::create(hostName, maxRequestsInFlightPerHost);
133 m_hosts.add(hostName.impl(), host);
136 host = m_nonHTTPProtocolHost
180 Host* host = hostsToServe[n]; local
211 RefPtr<Host> host = m_hosts.get(hostName.impl()); local
227 RefPtr<Host> host = m_hosts.get(hostName.impl()); local
250 Host* host = hostsToCancel[n]; local
    [all...]
  /sdk/emulator/mksdcard/
Android.mk 5 # host executable
  /external/ppp/pppd/plugins/radius/
ip_util.c 23 * Purpose: return an IP address in host long notation from a host
29 UINT4 rc_get_ipaddr (char *host)
33 if (rc_good_ipaddr (host) == 0)
35 return ntohl(inet_addr (host));
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
39 error("rc_get_ipaddr: couldn't resolve hostname: %s", host);
98 * Purpose: Return a printable host name (or IP address in dot notation)
110 error("rc_ip_hostname: couldn't look up host by addr: %08lX", h_ipaddr);
119 * Purpose: get the IP address of this host in host orde
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
SocketPermission.java 32 * permissions. A permission consists of a target (a host), and an associated
33 * action list. The target should identify the host by either indicating the
34 * (possibly wildcarded (eg. {@code .company.com})) DNS style name of the host
40 * <dd>requests permission to connect to the host</dd>
42 * <dd>requests permission to listen for connections from the host</dd>
44 * <dd>requests permission to accept connections from the host</dd>
95 transient String hostName; // Host name as returned by InetAddress
120 * @param host
125 public SocketPermission(String host, String action) {
126 super(host.equals("") ? "localhost" : host); //$NON-NLS-1$ //$NON-NLS-2
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
byte_order.sgml 9 These macros provide a portable way to determine the host byte order
15 The host byte order is the byte order used on the current machine.
57 The host byte order.
90 Converts a 32-bit integer value from host to network byte order.
93 @val: a 32-bit integer value in host byte order.
99 Converts a 16-bit integer value from host to network byte order.
102 @val: a 16-bit integer value in host byte order.
108 Converts a 32-bit integer value from network to host byte order.
112 @Returns: @val converted to host byte order.
117 Converts a 16-bit integer value from network to host byte order
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011>>