Home | History | Annotate | Download | only in tools

Lines Matching refs:detailed

92                    [--counting=total|toplevel|detailed]
133 counting=total|toplevel|detailed
137 also be printed. If 'detailed' is provided, then a count
614 if self.counting in ('toplevel', 'detailed'):
615 if self.counting != 'detailed':
4001 if val not in ('total', 'toplevel', 'detailed'):
4002 PrintUsage('Valid counting options are total, toplevel, and detailed')