Lines Matching defs:VERBOSE
47 VERBOSE = False
312 'verbose': VerboseProgressIndicator,
471 if context.verbose: print "#", " ".join(args)
698 def __init__(self, workspace, buildspace, verbose, vm, timeout, processor, suppress_dialogs, store_unexpected_output):
701 self.verbose = verbose
1192 result.add_option("-v", "--verbose", help="Verbose output",
1197 help="The style of progress indicator (verbose, dots, color, mono)",
1264 global VERBOSE
1265 VERBOSE = options.verbose
1451 context = Context(workspace, buildspace, VERBOSE,