Searched defs:setHost (Results 1 - 25 of 27) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java180 public void setHost(String host) { method in class:CallIdentifier
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);
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java127 public void setHost(Host h) { method in class:HostPort
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
/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/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/javax/sip/header/
H A DViaHeader.java13 void setHost(String host) throws ParseException; method in interface:ViaHeader
/external/webkit/Source/WebCore/page/
H A DLocation.cpp168 void Location::setHost(const String& host, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
182 url.setHost(hostname);
/external/nist-sip/java/javax/sip/address/
H A DSipURI.java17 void setHost(String host) throws ParseException; method in interface:SipURI
/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/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/html/
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/platform/
H A DKURLGoogle.cpp630 void KURL::setHost(const String& host) function in class:WebCore::KURL
H A DKURL.cpp732 void KURL::setHost(const String& s) function in class:WebCore::KURL
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...

Completed in 8511 milliseconds

12