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

/external/guava/guava/src/com/google/common/net/
H A DHostSpecifier.java37 * <p>Note that no network lookups are performed by any {@code HostSpecifier}
52 public final class HostSpecifier { class
56 private HostSpecifier(String canonicalForm) { method in class:HostSpecifier
61 * Returns a {@code HostSpecifier} built from the provided {@code specifier},
75 public static HostSpecifier fromValid(String specifier) {
94 return new HostSpecifier(InetAddresses.toUriString(addr));
103 return new HostSpecifier(domain.name());
111 * Attempts to return a {@code HostSpecifier} for the given string, throwing
118 public static HostSpecifier from(String specifier)
136 * {@link HostSpecifier} a
[all...]
/external/guava/guava-tests/test/com/google/common/net/
H A DHostSpecifierTest.java29 * {@link TestCase} for {@link HostSpecifier}. This is a relatively
30 * cursory test, as HostSpecifier is a thin wrapper around
86 private static HostSpecifier spec(String specifier) {
87 return HostSpecifier.fromValid(specifier);
93 tester.testAllPublicStaticMethods(HostSpecifier.class);
94 tester.testAllPublicInstanceMethods(HostSpecifier.fromValid("google.com"));
98 HostSpecifier.fromValid(spec); // Throws exception if not working correctly
99 HostSpecifier.from(spec);
100 assertTrue(HostSpecifier.isValid(spec));
105 HostSpecifier
[all...]
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 252 milliseconds