Home
last modified time | relevance | path

Searched refs:parseServerAuthority (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURITest.java235 uri.parseServerAuthority(); in test_ConstructorLjava_lang_String()
245 uri.parseServerAuthority(); in test_ConstructorLjava_lang_String()
921 uri.parseServerAuthority(); in test_getPort2()
931 uri.parseServerAuthority(); in test_getPort2()
1497 URI uri = uris[i].parseServerAuthority(); in test_parseServerAuthority()
1507 .parseServerAuthority(); in test_parseServerAuthority()
1509 .parseServerAuthority(); in test_parseServerAuthority()
1510 new URI("http://[::3abc:4abc]:80/").parseServerAuthority(); in test_parseServerAuthority()
1512 .parseServerAuthority(); in test_parseServerAuthority()
1514 .parseServerAuthority(); in test_parseServerAuthority()
[all …]
/libcore/luni/src/test/java/libcore/java/net/
DURITest.java554 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortMinus()
566 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortPlus()
578 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortNonASCII()
586 uri.parseServerAuthority(); // does nothing! in testParseServerAuthorityOmittedAuthority()
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java82 public java.net.URI parseServerAuthority() throws java.net.URISyntaxException { in parseServerAuthority() method in URI
/libcore/ojluni/src/main/java/java/net/
DURI.java902 public URI parseServerAuthority() in parseServerAuthority() method in URI