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

<<31323334353637383940>>

  /external/qemu/slirp-android/
tcp_subr.c 61 * Call after host entry created, fills
94 * of the tcpiphdr at ti and send directly to the addressed host.
381 * Connect to a host on the Internet
451 * Accept the socket and connect to the local-host
454 * to first connect to the local-host, and only if the
457 * to the socket to be able to SYN the local-host, and
458 * b) we are already connected to the foreign host by
460 * here and SYN the local-host.
672 /* n2 is the one on our host */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info 41 * Host Definition::
144 "Host" refers to attributes of the system where GDB runs. "Target"
149 Defines and include files needed to build on the host are host
150 support. Examples are tty support, system defined types, host byte
151 order, host float format.
158 Information that is only needed when the host and target are the
160 if the host and target are not the same, doing a fork to start the
167 files that are only available on the host system. Core file handling
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info 41 * Host Definition::
144 "Host" refers to attributes of the system where GDB runs. "Target"
149 Defines and include files needed to build on the host are host
150 support. Examples are tty support, system defined types, host byte
151 order, host float format.
158 Information that is only needed when the host and target are the
160 if the host and target are not the same, doing a fork to start the
167 files that are only available on the host system. Core file handling
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info 41 * Host Definition::
144 "Host" refers to attributes of the system where GDB runs. "Target"
149 Defines and include files needed to build on the host are host
150 support. Examples are tty support, system defined types, host byte
151 order, host float format.
158 Information that is only needed when the host and target are the
160 if the host and target are not the same, doing a fork to start the
167 files that are only available on the host system. Core file handling
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info 41 * Host Definition::
144 "Host" refers to attributes of the system where GDB runs. "Target"
149 Defines and include files needed to build on the host are host
150 support. Examples are tty support, system defined types, host byte
151 order, host float format.
158 Information that is only needed when the host and target are the
160 if the host and target are not the same, doing a fork to start the
167 files that are only available on the host system. Core file handling
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gdbint.info 41 * Host Definition::
144 "Host" refers to attributes of the system where GDB runs. "Target"
149 Defines and include files needed to build on the host are host
150 support. Examples are tty support, system defined types, host byte
151 order, host float format.
158 Information that is only needed when the host and target are the
160 if the host and target are not the same, doing a fork to start the
167 files that are only available on the host system. Core file handling
    [all...]
  /external/bluetooth/bluez/src/
hcid.conf.5.in 6 @CONFIGDIR@/hcid.conf contains all the options needed by the Bluetooth Host Controller Interface daemon.
106 the host name.
122 This means that the hcid.conf "class" parameter needs to be set up properly if particular services are running on the host, such as "PAN", or "OBEX Obect Push", etc: in general a device looking for a service such as "Network Access Point" will only scan for this service on devices containing "Networking" in their major service class.
  /external/dropbear/
cli-runopts.c 47 "Usage: %s [options] [user@]host [command]\n"
55 "-y Always accept remote host key if unknown\n"
337 cli_opts.remotehost[0] = '\0'; /* Split the user/host */
  /external/elfutils/config/
Makefile.in 37 host_triplet = @host@
139 host = @host@
  /external/iproute2/man/man8/
ip.8 91 .RB "[ " host " | " link " | " global " | "
212 .BR host " | " link " | " global " |"
737 host addresses.
966 is derived by setting/resetting the host bits of the interface prefix.
993 .B host
994 - the address is valid only inside this host.
1250 .I host unreachable
1274 - the destinations are assigned to this host. The packets are looped
1310 addresses assigned to this host. They are mainly equivalent
1364 assumes a full-length host route. There is also a specia
    [all...]
  /external/kernel-headers/original/linux/
ata.h 190 0=to device, 1=to host */
213 SERR_INTERNAL = (1 << 11), /* host internal error */
221 ATA_TFLAG_WRITE = (1 << 3), /* data dir: host->dev==1 (write) */
  /external/libffi/
configure.ac 11 . ${srcdir}/configure.host
41 case "$host" in
156 AC_MSG_ERROR(["libffi has not been ported to $host."])
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 101 my ($i,$a,$b,$c,$d,$e,$f,$host)=@_;
105 `"bswap $xi" if(!defined($host))`
114 `"bswap $xi" if(!defined($host))`
  /external/qemu/audio/
esdaudio.c 91 DYNLINK_FUNC(int,esd_open_sound,( const char *host )) \
483 "playback host", NULL, 0},
486 "capture host", NULL, 0},
  /external/v8/test/cctest/
test-mark-compact.cc 127 FixedArray* host = *array; local
132 host->set(0, obj);
133 host = FixedArray::cast(obj);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.2.1.js 28 3.If the value is a host object, then actions are taken and a result is returned in an
29 implementation-dependent manner that may depend on the host object.
39 Description: This does not test cases where the object is a host object.
  /external/webkit/WebCore/platform/
KURL.h 112 // Returns true if you can set the host and port for the URL.
113 // Non-hierarchical URLs don't have a host and port.
125 String host() const;
KURLGoogle.cpp 488 String KURL::host() const function in class:WebCore::KURL
491 return m_url.componentString(m_url.m_parsed.host);
582 void KURL::setHost(const String& host)
585 replacements.SetHost(CharactersOrEmpty(host),
586 url_parse::Component(0, host.length()));
592 String host = s; local
596 host = s.left(hostEnd);
601 // Host can't be removed, so we always set.
602 replacements.SetHost(CharactersOrEmpty(host),
603 url_parse::Component(0, host.length()))
    [all...]
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 376 String host = url().host(); local
377 urlHandle = InternetConnectA(internetHandle, host.latin1().data(),
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 140 HttpsConnection(Context context, HttpHost host, HttpHost proxy,
142 super(context, host, requestFeeder);
286 // if we do not have a proxy, we simply connect to the host
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 335 String host = msg.getData().getString("host"); local
338 host, realm);
419 String schemePlusHost = bundle.getString("host");
746 String host = msg.getData().getString("host"); local
751 host, realm, username, password);
    [all...]
  /frameworks/base/services/java/com/android/server/status/
StorageNotification.java 58 * The notification that is shown when a USB mass storage host
95 * Even though we may have a UMS host connected, we the SD card
260 // time they attach a device to a USB host. The average user,
  /ndk/build/tools/
make-release.sh 37 # the list of supported host development systems
107 echo " --systems=SYSTEMS List of host system packages [$PREBUILT_SYSTEMS]"
153 # Check that the name ends with the proper host tag
  /external/dnsmasq/po/
es.po 158 msgstr "Fijar direcci?n o nombre de host para una m?quina especificada."
161 msgid "Read DHCP host specs from file"
162 msgstr "Leer especificaciones DHCP de host desde archivo"
166 msgstr "Leer opciones DHCP de host desde archivo"
373 msgid "Read DHCP static host information from %s."
430 msgstr "Ignorar nombres de host brindados por clientes DHCP."
643 msgid "bad DHCP host name"
644 msgstr "nombre de host DHCP err?neo"
790 msgid "cannot get host-name: %s"
791 msgstr "no se puede obtener host-name (nombre de host): %s
    [all...]
  /external/netcat/
netcat.c 112 USHORT num; /* real host-order number */
129 "Unknown host", /* 1 HOST_NOT_FOUND */
130 "Host name lookup failure", /* 2 TRY_AGAIN */
197 if (h_errno) { /* if host-lookup variety of error ... */
332 resolve a host 8 ways from sunday; return a new host_poop struct with its
380 bail ("%s: forward host lookup failed: ", name);
395 holler ("Warning: inverse host lookup failed for %s: ",
411 holler ("%s: inverse host lookup failed: ", name);
416 holler ("Warning: forward host lookup failed for %s: ",
496 host, why bother with all this network-order/host-order crap at all?
    [all...]

Completed in 277 milliseconds

<<31323334353637383940>>