Searched defs:expectedInputSize (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashFunction.java151 Hasher newHasher(int expectedInputSize); argument
H A DAbstractNonStreamingHashFunction.java40 public Hasher newHasher(int expectedInputSize) { argument
41 Preconditions.checkArgument(expectedInputSize >= 0);
42 return new BufferingHasher(expectedInputSize);
93 BufferingHasher(int expectedInputSize) { argument
94 this.stream = new ExposedByteArrayOutputStream(expectedInputSize);
164 ExposedByteArrayOutputStream(int expectedInputSize) { argument
165 super(expectedInputSize);
H A DAbstractStreamingHashFunction.java72 @Override public Hasher newHasher(int expectedInputSize) { argument
73 Preconditions.checkArgument(expectedInputSize >= 0);
/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/ ...

Completed in 2514 milliseconds