Home
last modified time | relevance | path

Searched refs:setHost (Results 1 – 25 of 33) sorted by relevance

12

/external/nist-sip/java/gov/nist/core/
DHost.java101 setHost(hostName, IPV4ADDRESS); in Host()
112 setHost(name, addrType); in Host()
191 setHost(h, HOSTNAME); in setHostname()
198 setHost(address, IPV4ADDRESS); in setHostAddress()
207 private void setHost(String host, int type){ in setHost() method in Host
DHostPort.java127 public void setHost(Host h) { in setHost() method in HostPort
DHostNameParser.java267 hp.setHost(host); in hostPort()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress())); in initialize()
173 via.setHost(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.java289 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/javax/sip/header/
DVia.java220 public void setHost(Host host) { in setHost() method in Via
224 sentBy.setHost(host); in setHost()
281 public void setHost(String host) throws ParseException { in setHost() method in Via
286 sentBy.setHost(h); in setHost()
DCallIdentifier.java180 public void setHost(String host) { in setHost() method in CallIdentifier
/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java183 public void setHost(Host host) { in setHost() method in Authority
186 hostPort.setHost(host); in setHost()
DSipUri.java568 public void setHost(Host h) { in setHost() method in SipUri
571 this.authority.setHost(h); in setHost()
888 public void setHost(String host) throws ParseException { in setHost() method in SipUri
890 this.setHost(h); in setHost()
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java230 sipURI.setHost(ipAddress); in createContactHeader()
249 targetHostPort.setHost(new Host( ipAddress)); in sendHeartbeat()
/external/nist-sip/java/javax/sip/header/
DViaHeader.java13 void setHost(String host) throws ParseException; in setHost() method
/external/testng/src/main/java/org/testng/remote/adapter/
DRemoteResultListener.java46 m_runner.setHost(remoteSuiteRunner.getHost()); in onResult()
/external/nist-sip/java/javax/sip/address/
DSipURI.java17 void setHost(String host) throws ParseException; in setHost() method
/external/deqp/execserver/tools/
DxsClient.cpp306 cmdLine.address.setHost("127.0.0.1"); in runClient()
318 cmdLine.address.setHost(parseString(arg+7).c_str()); in runClient()
/external/jetty/src/java/org/eclipse/jetty/server/
DConnector.java214 void setHost(String hostname); in setHost() method
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java67 public void setHost(String host) { in setHost() method in RemoteTestNG
192 remoteTestNg.setHost(cla.host); in initAndRun()
/external/deqp/framework/delibs/decpp/
DdeSocket.cpp46 void SocketAddress::setHost (const char* host) in setHost() function in de::SocketAddress
DdeSocket.hpp47 void setHost (const char* host);
/external/deqp/executor/
DxeLocalTcpIpLink.cpp73 address.setHost ("127.0.0.1"); in start()
/external/jcommander/src/test/java/com/beust/jcommander/
DMethodSetterTest.java48 public void setHost(String host) { in setterThatThrows() method in MethodSetterTest.Arg
/external/apache-http/android/src/android/net/compatibility/
DWebAddress.java145 public void setHost(String host) { in setHost() method in WebAddress
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DBuildProperties.java256 public void setHost(String host) { in setHost() method in BuildProperties
/external/apache-xml/src/main/java/org/apache/xml/utils/
DURI.java324 setHost(p_host); in URI()
733 setHost(host); in initializeAuthority()
1118 public void setHost(String p_host) throws MalformedURIException in setHost() method in URI
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DURI.java327 setHost(p_host); in URI()
713 setHost(host); in initializeAuthority()
1098 public void setHost(String p_host) throws MalformedURIException in setHost() method in URI
/external/testng/src/main/java/org/testng/internal/
DTestResult.java260 public void setHost(String host) { in setHost() method in TestResult

12