Searched refs:hashString (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.cpp | 71 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext() 104 hashString[0] = '\0'; in computeMD5HashStringForBitmapContext() 106 snprintf(hashString, 33, "%s%02x", hashString, hash[i]); in computeMD5HashStringForBitmapContext()
|
/external/webkit/Tools/WebKitTestRunner/cg/ |
D | TestInvocationCG.cpp | 65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33]) in computeMD5HashStringForContext() 97 hashString[0] = '\0'; in computeMD5HashStringForContext() 99 snprintf(hashString, 33, "%s%02x", hashString, hash[i]); in computeMD5HashStringForContext()
|
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.cpp | 64 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext() 84 snprintf(hashString, 33, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x", in computeMD5HashStringForBitmapContext()
|
/external/webkit/Tools/DumpRenderTree/ |
D | PixelDumpSupport.h | 38 void computeMD5HashStringForBitmapContext(BitmapContext*, char hashString[33]);
|
/external/srec/portable/src/ |
D | phashtable.c | 69 static unsigned int hashString(const void *key) in hashString() function 101 tmp->args.hashFunction = hashString; in PHashTableCreate()
|