Searched refs:setHost (Results 1 - 25 of 42) sorted by relevance

12

/external/nist-sip/java/gov/nist/core/
H A DHost.java101 setHost(hostName, IPV4ADDRESS);
112 setHost(name, addrType);
191 setHost(h, HOSTNAME);
198 setHost(address, IPV4ADDRESS);
207 private void setHost(String host, int type){ method in class:Host
H A DHostPort.java127 public void setHost(Host h) { method in class:HostPort
H A DHostNameParser.java267 hp.setHost(host);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java135 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)));
H A DMessageChannel.java289 retval.setHost(new Host(this.getHost()));
301 retval.setHost(new Host(this.getPeerAddress()));
331 retval.setHost(new Host(this.getViaHost()));
/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java13 void setHost(String host) throws ParseException; method in interface:ViaHeader
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAuthority.java183 public void setHost(Host host) { method in class:Authority
186 hostPort.setHost(host);
H A DSipUri.java568 public void setHost(Host h) { method in class:SipUri
571 this.authority.setHost(h);
888 public void setHost(String host) throws ParseException { method in class:SipUri
890 this.setHost(h);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java220 public void setHost(Host host) { method in class:Via
224 sentBy.setHost(host);
281 public void setHost(String host) throws ParseException { method in class:Via
286 sentBy.setHost(h);
H A DCallIdentifier.java180 public void setHost(String host) { method in class:CallIdentifier
/external/nist-sip/java/javax/sip/address/
H A DSipURI.java17 void setHost(String host) throws ParseException; method in interface:SipURI
/external/nist-sip/java/gov/nist/javax/sip/
H A DListeningPointImpl.java230 sipURI.setHost(ipAddress);
249 targetHostPort.setHost(new Host( ipAddress));
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.h68 void setHost(const String&);
H A DHTMLAnchorElement.cpp330 void HTMLAnchorElement::setHost(const String& value) function in class:WebCore::HTMLAnchorElement
383 url.setHost(value.substring(i));
/external/webkit/Source/WebCore/page/
H A DLocation.h60 void setHost(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
H A DLocation.cpp168 void Location::setHost(const String& host, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
182 url.setHost(hostname);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildProperties.java256 public void setHost(String host) { method in class:BuildProperties
/external/webkit/Source/WebCore/bindings/js/
H A DJSLocationCustom.cpp196 void JSLocation::setHost(ExecState* exec, JSValue value) function in class:WebCore::JSLocation
201 impl()->setHost(ustringToString(host), activeDOMWindow(exec), firstDOMWindow(exec));
/external/okhttp/src/main/java/libcore/net/http/
H A DRequestHeaders.java226 public void setHost(String host) { method in class:RequestHeaders
H A DHttpEngine.java485 requestHeaders.setHost(getOriginAddress(policy.getURL()));
/external/webkit/Source/WebCore/platform/
H A DKURL.h168 void setHost(const String&);
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp242 kurl.setHost(cases[i].host);
372 kurl.setHost("www.google.com");
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java327 setHost(p_host);
713 setHost(host);
1098 public void setHost(String p_host) throws MalformedURIException method in class:URI
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java324 setHost(p_host);
733 setHost(host);
1118 public void setHost(String p_host) throws MalformedURIException method in class:URI
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8LocationCustom.cpp72 impl->setHost(host, state->activeWindow(), state->firstWindow());

Completed in 383 milliseconds

12