/external/clang/lib/Driver/ |
D | ToolChains.h | 33 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 …]
|
D | ToolChain.cpp | 25 : 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()
|
D | ToolChains.cpp | 47 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/ |
D | MessageProcessor.java | 28 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()
|
D | MessageChannel.java | 32 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/ |
D | Host.java | 55 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()
|
D | HostPort.java | 50 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()
|
D | HostNameParser.java | 171 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/ |
D | Via.java | 31 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/ |
D | main.py | 39 from webkitpy.common.host import Host 50 class WebKitPatch(MultiCommandTool, Host): 63 Host.__init__(self)
|
/external/llvm/lib/Support/Windows/ |
D | Host.inc | 1 //===- llvm/Support/Win32/Host.inc -------------------------------*- C++ -*-===// 10 // This file implements the Win32 Host support.
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 63 Host.cpp 79 Unix/Host.inc 92 Windows/Host.inc
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | Authority.java | 134 public Host getHost() { in getHost() 183 public void setHost(Host host) { in setHost()
|
D | SipUri.java | 568 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/ |
D | dictionary.compat | 10 ATTRIBUTE Login-Host 14 ipaddr 28 ATTRIBUTE Login-Host 14 ipaddr
|
/external/llvm/lib/Support/Unix/ |
D | Host.inc | 1 //===- llvm/Support/Unix/Host.inc -------------------------------*- C++ -*-===// 10 // This file implements the UNIX Host support.
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 43 const HostInfo &Host; 55 ToolChain(const HostInfo &Host, const llvm::Triple &_Triple);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 37 import gov.nist.core.Host; 249 targetHostPort.setHost(new Host( ipAddress)); in sendHeartbeat()
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
D | URLSegments.h | 46 Host, enumerator
|
D | URLSegments.cpp | 71 if (type <= Host) in charactersBefore()
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-prevents-rebase-expected.txt | 23 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/ |
D | debug-compile-event.js | 58 case Debug.ScriptCompilationType.Host:
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
D | mozilla | 32 Host
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
D | host.py | 39 class Host(object): class
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_test.cc | 173 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()
|