Searched defs:Host (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Host/
H A DHost.h1 //===-- Host.h --------------------------------------------------*- C++ -*-===//
25 /// @class Host Host.h "lldb/Host/Host.h"
28 /// Host is a class that answers information about the host operating
31 class Host class in namespace:lldb_private
77 /// @see static void Host::StopMonitoringChildProcess (uint32_t)
237 /// Host specific thread created function call.
/external/nist-sip/java/gov/nist/core/
H A DHost.java55 public class Host extends GenericObject { class in inherits:GenericObject
85 public Host() { method in class:Host
94 public Host(String hostName) throws IllegalArgumentException { method in class:Host
108 public Host(String name, int addrType) { method in class:Host
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj;
/external/v8/samples/
H A Dprocess.cc55 virtual const string& Host() = 0;
494 const string& path = request->Host();
557 virtual const string& Host() { return host_; } function in class:StringHttpRequest
/external/v8/src/
H A Dd8.js78 Debug.ScriptCompilationType = { Host: 0,
1603 } else { // body[i].compilation == Debug.ScriptCompilationType.Host
H A Ddebug-debugger.js45 Debug.ScriptCompilationType = { Host: 0,
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h158 kDNSType_HINFO, // 13 Host information
198 kDNSType_HIP = 55, // 55 Host Identity Protocol
749 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
1635 domainname Host; // Discovered result: Target host from SRV record member in struct:ZoneData_struct
1859 domainname MulticastHostname; // Fully Qualified "dot-local" Host Name, e.g. "Foo.local."
2461 // Host domains added prior to specification of the primary interface address and computer name will be deferred until
2674 // -- Host information (HINFO)

Completed in 167 milliseconds