Searched refs:requireBracketsForIPv6 (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/net/
H A DHostAndPortTest.java217 assertEquals("::1", HostAndPort.fromString("[::1]").requireBracketsForIPv6().getHostText());
218 assertEquals("::1", HostAndPort.fromString("[::1]:80").requireBracketsForIPv6().getHostText());
220 assertEquals("x", HostAndPort.fromString("x").requireBracketsForIPv6().getHostText());
221 assertEquals("x", HostAndPort.fromString("x:80").requireBracketsForIPv6().getHostText());
225 HostAndPort.fromString("::1").requireBracketsForIPv6();
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java40 * .requireBracketsForIPv6();
54 * <li>2001:db8::1 - Use {@link #requireBracketsForIPv6()} to prohibit this
125 * Use {@link #requireBracketsForIPv6()} to prohibit these.
144 * Use {@link #requireBracketsForIPv6()} to prohibit these.
270 public HostAndPort requireBracketsForIPv6() { method in class:HostAndPort
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 420 milliseconds