HomeSort by relevance Sort by last modified time
    Searched refs:actualHash (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/
PixelDumpSupport.cpp 49 char actualHash[33];
50 computeMD5HashStringForBitmapContext(context.get(), actualHash);
51 printf("\nActualHash: %s\n", actualHash);
60 if (expectedHash == actualHash) // FIXME: do case insensitive compare
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 723 my $actualHash = "";
729 if (/ActualHash: ([a-f0-9]{32})/) {
730 $actualHash = $1;
740 if ($actualHash eq "" && $expectedHash eq "") {
742 } elsif ($actualHash eq "") {
752 if (!$resetResults && ($expectedHash ne $actualHash || ($actualHash eq "" && $expectedHash eq ""))) {
792 if ($actualHash ne "" && ($resetResults || !-f "$expectedPixelDir/$base-$expectedTag.checksum")) {
793 writeToFile("$expectedPixelDir/$base-$expectedTag.checksum", $actualHash);
856 writeToFile("$expectedFile", $actualHash);
    [all...]

Completed in 72 milliseconds