Home
last modified time | relevance | path

Searched refs:fromParts (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/net/
DHostAndPortTest.java150 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts()
156 HostAndPort.fromParts("gmail.com:80", 81); in testFromParts()
162 HostAndPort.fromParts("gmail.com", -1); in testFromParts()
199 HostAndPort hp4 = HostAndPort.fromParts("[foo::123]", 80); in testHashCodeAndEquals()
235 assertEquals("[1::2]:103", HostAndPort.fromParts("1::2", 103).toString()); in testToString()
245 assertEquals("[::]]:107", HostAndPort.fromParts("::]", 107).toString()); in testToString()
250 SerializableTester.reserializeAndAssert(HostAndPort.fromParts("host", 80)); in testSerialization()
254 SerializableTester.reserializeAndAssert(HostAndPort.fromParts("1::2", 103)); in testSerialization()
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java133 public static HostAndPort fromParts(String host, int port) { in fromParts() method in HostAndPort
/external/robolectric/src/main/java/android/net/
DUri__FromAndroid.java757 public static Uri__FromAndroid fromParts(String scheme, String ssp, in fromParts() method in Uri__FromAndroid
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...