Lines Matching refs:verbose
63 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument
105 if verbose:
280 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument
293 toolchain = Toolchain(fname, test, verbose, priority, arch,
301 elif verbose:
307 def ScanPath(self, path, verbose): argument
319 if verbose: print(" - looking in '%s'" % dirname)
321 if verbose: print(" - found '%s'" % fname)
341 def Scan(self, verbose): argument
351 if verbose: print('Scanning for tool chains')
353 if verbose: print(" - scanning prefix '%s'" % value)
355 self.Add(value, True, verbose, PRIORITY_FULL_PREFIX, name)
359 self.Add(fname, True, verbose, PRIORITY_PREFIX_GCC, name)
363 self.Add(f, True, verbose, PRIORITY_PREFIX_GCC_PATH, name)
368 if verbose: print(" - scanning path '%s'" % path)
369 fnames = self.ScanPath(path, verbose)
371 self.Add(fname, True, verbose)