Searched refs:slashCount (Results 1 - 2 of 2) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpUrl.java446 int slashCount = slashCount(input, pos, limit);
447 if (slashCount >= 2 || base == null || !base.scheme.equals(this.scheme)) {
457 pos += slashCount;
663 private static int slashCount(String input, int pos, int limit) { method in class:HttpUrl.Builder
664 int slashCount = 0;
668 slashCount++;
674 return slashCount;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 254 milliseconds