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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
report-include-statistics 63 my %totalIncludes;
69 return if defined $totalIncludes{$file};
72 $totalIncludes{$file}{$include} = 1;
74 for my $i (keys %{ $totalIncludes{$include} }) {
75 $totalIncludes{$file}{$i} = 1;
87 for my $include (keys %{ $totalIncludes{$file} }) {
96 my $numTotalIncludes = keys %{ $totalIncludes{$file} };
109 my $ta = keys %{ $totalIncludes{$filea} };
110 my $tb = keys %{ $totalIncludes{$fileb} };
find-extra-includes 61 my %totalIncludes;
67 return if defined $totalIncludes{$file};
70 $totalIncludes{$file}{$include} = 1;
72 for my $i (keys %{ $totalIncludes{$include} }) {
73 $totalIncludes{$file}{$i} = 1;
88 if ($totalIncludes{$i2}{$i1}) {

Completed in 58 milliseconds