Home
last modified time | relevance | path

Searched refs:setHost (Results 1 – 25 of 37) 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
/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/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
DProtoReflectionServiceTest.java167 .setHost(TEST_HOST) in fileByFilename()
195 .setHost(TEST_HOST) in fileByFilenameConsistentForMutableServices()
240 .setHost(TEST_HOST) in fileContainingSymbol()
271 .setHost(TEST_HOST) in fileContainingNestedSymbol()
298 .setHost(TEST_HOST) in fileContainingSymbolForMutableServices()
343 .setHost(TEST_HOST) in fileContainingExtension()
378 .setHost(TEST_HOST) in fileContainingNestedExtension()
411 .setHost(TEST_HOST) in fileContainingExtensionForMutableServices()
460 .setHost(TEST_HOST) in allExtensionNumbersOfType()
486 .setHost(TEST_HOST) in allExtensionNumbersOfTypeForMutableServices()
[all …]
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppWidgetHostView.java36 public void setHost(AppWidgetHost host) { in setHost() method in ShadowAppWidgetHostView
DShadowAppWidgetHost.java50 shadowAppWidgetHostView.setHost(realAppWidgetHost); in createView()
/external/nist-sip/java/javax/sip/header/
DViaHeader.java13 void setHost(String host) throws ParseException; in setHost() method
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DResponseParams.php70 public function setHost($var) function in Grpc\\Testing\\ResponseParams
/external/deqp/execserver/tools/
DxsClient.cpp307 cmdLine.address.setHost("127.0.0.1"); in runClient()
319 cmdLine.address.setHost(parseString(arg+7).c_str()); in runClient()
/external/nist-sip/java/javax/sip/address/
DSipURI.java17 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/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAppWidgetHostViewTest.java47 shadowAppWidgetHostView.setHost(host); in shouldBeAbleToHaveHostSet()
/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/jcommander/src/test/java/com/beust/jcommander/
DMethodSetterTest.java48 public void setHost(String host) { in setterThatThrows() method in MethodSetterTest.Arg
/external/deqp/executor/
DxeLocalTcpIpLink.cpp73 address.setHost ("127.0.0.1"); in start()
/external/apache-http/android/src/android/net/compatibility/
DWebAddress.java145 public void setHost(String host) { in setHost() method in WebAddress
/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

12