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

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLSegments.h46 Host, enumerator in enum:WTF::URLSegments::ComponentType
83 // Host: 7 7
/external/webkit/Tools/Scripts/webkitpy/common/
H A Dhost.py39 class Host(object): class in inherits:object
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py39 from webkitpy.common.host import Host namespace
50 class WebKitPatch(MultiCommandTool, Host):
63 Host.__init__(self)
/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/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc173 static const char* Host() { function in class:SafeBrowsingTestServer
307 SafeBrowsingTestServer::Host(),
539 const char* server_host = SafeBrowsingTestServer::Host();
/external/v8/samples/
H A Dprocess.cc53 virtual const string& Host() = 0;
461 const string& path = request->Host();
510 virtual const string& Host() { return host_; } function in class:StringHttpRequest
/external/v8/src/
H A Dd8.js101 Debug.ScriptCompilationType = { Host: 0,
2219 } else { // body[i].compilation == Debug.ScriptCompilationType.Host
H A Ddebug-debugger.js65 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 345 milliseconds