Lines Matching full:verbose
37 def parse_ltp_results(exec_log, output_log, verbose=0):
68 3. verbose tells us whether or not we need to include the passed results.
74 elif 1 < verbose and not os.access(output_log, os.R_OK):
84 if 2 <= verbose:
108 elif 2 <= verbose:
117 if 1 <= verbose:
123 if 2 <= verbose:
264 'If --verbose is specified once, prints out failed '
266 'If --verbose is specified twice, prints out the '
274 parser.add_option('-v', '--verbose', dest='verbose', default=0,
302 if not opts.summary_mode and not opts.verbose:
385 verbose=opts.verbose)
397 if opts.verbose:
406 if opts.verbose == 2:
423 if 1 <= opts.verbose:
429 if opts.verbose == 2:
449 if 1 <= opts.verbose:
453 if opts.verbose == 2: