HomeSort by relevance Sort by last modified time
    Searched refs:setHost (Results 1 - 25 of 27) sorted by null

1 2

  /external/nist-sip/java/gov/nist/core/
Host.java 101 setHost(hostName, IPV4ADDRESS);
112 setHost(name, addrType);
191 setHost(h, HOSTNAME);
198 setHost(address, IPV4ADDRESS);
207 private void setHost(String host, int type){
HostPort.java 127 public void setHost(Host h) {
HostNameParser.java 267 hp.setHost(host);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
173 via.setHost(host);
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress()));
241 this.sentByHostPort.setHost(new Host(sentBy));
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind)));
MessageChannel.java 289 retval.setHost(new Host(this.getHost()));
301 retval.setHost(new Host(this.getPeerAddress()));
331 retval.setHost(new Host(this.getViaHost()));
SIPTransactionStack.java     [all...]
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 13 void setHost(String host) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 183 public void setHost(Host host) {
186 hostPort.setHost(host);
SipUri.java 568 public void setHost(Host h) {
571 this.authority.setHost(h);
888 public void setHost(String host) throws ParseException {
890 this.setHost(h);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 220 public void setHost(Host host) {
224 sentBy.setHost(host);
281 public void setHost(String host) throws ParseException {
286 sentBy.setHost(h);
CallIdentifier.java 180 public void setHost(String host) {
HeaderFactoryImpl.java     [all...]
  /external/nist-sip/java/javax/sip/address/
SipURI.java 17 void setHost(String host) throws ParseException;
  /external/webkit/WebCore/html/
HTMLAnchorElement.h 68 void setHost(const String&);
HTMLAnchorElement.cpp 394 void HTMLAnchorElement::setHost(const String& value)
447 url.setHost(value.substring(i));
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 230 sipURI.setHost(ipAddress);
249 targetHostPort.setHost(new Host( ipAddress));
  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 226 void JSLocation::setHost(ExecState* exec, JSValue value)
243 url.setHost(value.toString(exec));
  /external/webkit/WebCore/platform/
KURL.h 148 void setHost(const String&);
KURLGoogle.cpp 582 void KURL::setHost(const String& host)
585 replacements.SetHost(CharactersOrEmpty(host),
602 replacements.SetHost(CharactersOrEmpty(host),
    [all...]
KURL.cpp 685 void KURL::setHost(const String& s)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 99 url.setHost(newHost);
117 url.setHost(hostname);
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 239 kurl.setHost(cases[i].host);
369 kurl.setHost("www.google.com");
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java 327 setHost(p_host);
713 setHost(host);
1098 public void setHost(String p_host) throws MalformedURIException
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
URI.java 324 setHost(p_host);
733 setHost(host);
1118 public void setHost(String p_host) throws MalformedURIException
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp 642 url.setHost(m_URL.host());
    [all...]

Completed in 321 milliseconds

1 2