Lines Matching refs:verbose
59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument
98 if verbose:
225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument
238 toolchain = Toolchain(fname, test, verbose, priority, arch)
245 elif verbose:
251 def ScanPath(self, path, verbose): argument
263 if verbose: print " - looking in '%s'" % dirname
265 if verbose: print " - found '%s'" % fname
285 def Scan(self, verbose): argument
295 if verbose: print 'Scanning for tool chains'
297 if verbose: print " - scanning prefix '%s'" % value
299 self.Add(value, True, verbose, PRIORITY_FULL_PREFIX, name)
303 self.Add(fname, True, verbose, PRIORITY_PREFIX_GCC, name)
307 self.Add(f, True, verbose, PRIORITY_PREFIX_GCC_PATH, name)
312 if verbose: print " - scanning path '%s'" % path
313 fnames = self.ScanPath(path, verbose)
315 self.Add(fname, True, verbose)