Home | History | Annotate | Download | only in tools

Lines Matching refs:VERBOSE

47 VERBOSE = False
310 'verbose': VerboseProgressIndicator,
460 if context.verbose: print "#", " ".join(args)
671 def __init__(self, workspace, buildspace, verbose, vm, timeout, processor, suppress_dialogs, store_unexpected_output):
674 self.verbose = verbose
1153 result.add_option("-v", "--verbose", help="Verbose output",
1158 help="The style of progress indicator (verbose, dots, color, mono)",
1220 global VERBOSE
1221 VERBOSE = options.verbose
1380 context = Context(workspace, buildspace, VERBOSE,