Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 102) sorted by relevance

12345

/external/clang/lib/Driver/
DToolChains.h33 Generic_GCC(const HostInfo &Host, const llvm::Triple& Triple);
89 Darwin(const HostInfo &Host, const llvm::Triple& Triple);
261 DarwinClang(const HostInfo &Host, const llvm::Triple& Triple);
288 Darwin_Generic_GCC(const HostInfo &Host, const llvm::Triple& Triple) in Darwin_Generic_GCC() argument
289 : Generic_GCC(Host, Triple) {} in Darwin_Generic_GCC()
298 Generic_ELF(const HostInfo &Host, const llvm::Triple& Triple) in Generic_ELF() argument
299 : Generic_GCC(Host, Triple) {} in Generic_ELF()
310 AuroraUX(const HostInfo &Host, const llvm::Triple& Triple);
318 OpenBSD(const HostInfo &Host, const llvm::Triple& Triple);
326 FreeBSD(const HostInfo &Host, const llvm::Triple& Triple);
[all …]
DToolChain.cpp25 : Host(_Host), Triple(_Triple) { in ToolChain()
32 return Host.getDriver(); in getDriver()
36 return Host.getDriver().GetFilePath(Name, *this); in GetFilePath()
41 return Host.getDriver().GetProgramPath(Name, *this, WantFile); in GetProgramPath()
DToolChains.cpp47 Darwin::Darwin(const HostInfo &Host, const llvm::Triple& Triple) in Darwin() argument
48 : ToolChain(Host, Triple), TargetInitialized(false), in Darwin()
263 DarwinClang::DarwinClang(const HostInfo &Host, const llvm::Triple& Triple) in DarwinClang() argument
264 : Darwin(Host, Triple) in DarwinClang()
953 Generic_GCC::Generic_GCC(const HostInfo &Host, const llvm::Triple& Triple) in Generic_GCC() argument
954 : ToolChain(Host, Triple) { in Generic_GCC()
1025 TCEToolChain::TCEToolChain(const HostInfo &Host, const llvm::Triple& Triple) in TCEToolChain() argument
1026 : ToolChain(Host, Triple) { in TCEToolChain()
1078 OpenBSD::OpenBSD(const HostInfo &Host, const llvm::Triple& Triple) in OpenBSD() argument
1079 : Generic_ELF(Host, Triple) { in OpenBSD()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java28 import gov.nist.core.Host;
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress())); in initialize()
171 Host host = new Host(); in getViaHeader()
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress())); in setIpAddress()
241 this.sentByHostPort.setHost(new Host(sentBy)); in setSentBy()
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind))); in setSentBy()
DMessageChannel.java32 import gov.nist.core.Host;
289 retval.setHost(new Host(this.getHost())); in getHostPort()
301 retval.setHost(new Host(this.getPeerAddress())); in getPeerHostPort()
331 retval.setHost(new Host(this.getViaHost())); in getViaHostPort()
/external/nist-sip/java/gov/nist/core/
DHost.java55 public class Host extends GenericObject { class
85 public Host() { in Host() method in Host
94 public Host(String hostName) throws IllegalArgumentException { in Host() method in Host
108 public Host(String name, int addrType) { in Host() method in Host
144 Host otherHost = (Host) obj; in equals()
DHostPort.java50 protected Host host;
98 public Host getHost() { in getHost()
127 public void setHost(Host h) { in setHost()
159 retval.host = (Host) this.host.clone(); in clone()
DHostNameParser.java171 public Host host() throws ParseException { in host()
204 return new Host(hostname); in host()
265 Host host = this.host(); in hostPort()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java31 import gov.nist.core.Host;
220 public void setHost(Host host) { in setHost()
285 Host h = new Host(host); in setHost()
301 Host host = sentBy.getHost(); in getHost()
472 Host host = new Host(); in setMAddr()
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmain.py39 from webkitpy.common.host import Host
50 class WebKitPatch(MultiCommandTool, Host):
63 Host.__init__(self)
/external/llvm/lib/Support/Windows/
DHost.inc1 //===- llvm/Support/Win32/Host.inc -------------------------------*- C++ -*-===//
10 // This file implements the Win32 Host support.
/external/llvm/lib/Support/
DCMakeLists.txt63 Host.cpp
79 Unix/Host.inc
92 Windows/Host.inc
/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java134 public Host getHost() { in getHost()
183 public void setHost(Host host) { in setHost()
DSipUri.java568 public void setHost(Host h) { in setHost()
605 Host host = new Host(); in setMAddr()
889 Host h = new Host(host); in setHost()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.compat10 ATTRIBUTE Login-Host 14 ipaddr
28 ATTRIBUTE Login-Host 14 ipaddr
/external/llvm/lib/Support/Unix/
DHost.inc1 //===- llvm/Support/Unix/Host.inc -------------------------------*- C++ -*-===//
10 // This file implements the UNIX Host support.
/external/clang/include/clang/Driver/
DToolChain.h43 const HostInfo &Host;
55 ToolChain(const HostInfo &Host, const llvm::Triple &_Triple);
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java37 import gov.nist.core.Host;
249 targetHostPort.setHost(new Host( ipAddress)); in sendHeartbeat()
/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLSegments.h46 Host, enumerator
DURLSegments.cpp71 if (type <= Host) in charactersBefore()
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-prevents-rebase-expected.txt23 Host attribute, update document base URI without attribute having been set
25 Host attribute, update document base URI after attribute has been set
/external/v8/test/mjsunit/
Ddebug-compile-event.js58 case Debug.ScriptCompilationType.Host:
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dmozilla32 Host
/external/webkit/Tools/Scripts/webkitpy/common/
Dhost.py39 class Host(object): class
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc173 static const char* Host() { in Host() function in SafeBrowsingTestServer
307 SafeBrowsingTestServer::Host(), in SetUpCommandLine()
539 const char* server_host = SafeBrowsingTestServer::Host(); in IN_PROC_BROWSER_TEST_F()

12345