Searched refs:hashString (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashFunction.java181 * {@code hashString(input, Charsets.UTF_16LE)}.
183 HashCode hashString(CharSequence input); method in interface:HashFunction
190 HashCode hashString(CharSequence input, Charset charset); method in interface:HashFunction
H A DAbstractStreamingHashFunction.java36 @Override public HashCode hashString(CharSequence input) { method in class:AbstractStreamingHashFunction
40 @Override public HashCode hashString(CharSequence input, Charset charset) { method in class:AbstractStreamingHashFunction
/external/webkit/Tools/DumpRenderTree/
H A DPixelDumpSupport.h38 void computeMD5HashStringForBitmapContext(BitmapContext*, char hashString[33]);
/external/webkit/Tools/DumpRenderTree/cg/
H A DPixelDumpSupportCG.cpp71 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) argument
104 hashString[0] = '\0';
106 snprintf(hashString, 33, "%s%02x", hashString, hash[i]);
/external/webkit/Tools/WebKitTestRunner/cg/
H A DTestInvocationCG.cpp65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33]) argument
97 hashString[0] = '\0';
99 snprintf(hashString, 33, "%s%02x", hashString, hash[i]);
/external/webkit/Tools/DumpRenderTree/cairo/
H A DPixelDumpSupportCairo.cpp64 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) argument
84 snprintf(hashString, 33, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractNonStreamingHashFunctionTest.java93 public HashCode hashString(CharSequence input) { method in class:AbstractNonStreamingHashFunctionTest.NonStreamingVersion
98 public HashCode hashString(CharSequence input, Charset charset) { method in class:AbstractNonStreamingHashFunctionTest.NonStreamingVersion
H A DAbstractStreamingHasherTest.java235 public HashCode hashString(CharSequence input) { method in class:AbstractStreamingHasherTest.Control
240 public HashCode hashString(CharSequence input, Charset charset) { method in class:AbstractStreamingHasherTest.Control
/external/srec/portable/src/
H A Dphashtable.c69 static unsigned int hashString(const void *key) function
101 tmp->args.hashFunction = hashString;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 774 milliseconds