Searched refs:fromParts (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava-tests/test/com/google/common/net/ |
D | HostAndPortTest.java | 150 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/ |
D | HostAndPort.java | 133 public static HostAndPort fromParts(String host, int port) { in fromParts() method in HostAndPort
|
/external/robolectric/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 757 public static Uri__FromAndroid fromParts(String scheme, String ssp, in fromParts() method in Uri__FromAndroid
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |