Home | History | Annotate | Download | only in tools

Lines Matching refs:toplevel

92                    [--counting=total|toplevel|detailed]
133 counting=total|toplevel|detailed
135 'toplevel' is provided, then the count of errors in each of
614 if self.counting in ('toplevel', 'detailed'):
4001 if val not in ('total', 'toplevel', 'detailed'):
4002 PrintUsage('Valid counting options are total, toplevel, and detailed')