Home
last modified time | relevance | path

Searched refs:leakCount (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/
Drun-leaks85 my $leakCount = @$leakList;
88 my $excludeCount = $leakCount - @$leakList;
144 my ($leakCount) = ($leaksOutput->[1] =~ /[[:blank:]]+([0-9]+)[[:blank:]]+leaks?/);
145 if (!defined($leakCount)) {
189 if (@leakList != $leakCount) {
191 …arsed leak count($parsedLeakCount) does not match leak count reported by leaks tool($leakCount).");
Dold-run-webkit-tests1740 my $leakCount = countAndPrintLeaks($dumpToolName, $dumpToolPID, $fileName);
1741 $totalLeaks += $leakCount;
1742 $leaksOutputFileNumber++ if ($leakCount);
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DRecentBuildsLoader.js43 leakCount: 0, property
56 buildInfo.leakCount = parseInt(match[1], 10);
68 if (buildInfo.leakCount && buildInfo.url) {
DLeaksViewer.js183 …ink.appendChild(document.createTextNode("r" + build.revision + ": " + build.leakCount + " leaks"));