Searched defs:announce (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dcmd.py157 self.announce(indent + header, level=log.INFO)
164 self.announce(indent + "%s = %s" % (option, value),
180 def announce(self, msg, level=1): member in class:Command
H A Dccompiler.py860 def announce(self, msg, level=1): member in class:CCompiler
H A Ddist.py308 self.announce(indent + header)
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
373 self.announce("using config files: %s" % ', '.join(files))
384 self.announce("Distribution.parse_config_files():")
389 self.announce(" reading %s" % filename)
842 self.announce("Distribution.get_command_obj(): " \
874 self.announce(" settin
944 def announce(self, msg, level=log.INFO): function
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dcmd.py157 self.announce(indent + header, level=log.INFO)
164 self.announce(indent + "%s = %s" % (option, value),
180 def announce(self, msg, level=1): member in class:Command
H A Dccompiler.py860 def announce(self, msg, level=1): member in class:CCompiler
H A Ddist.py308 self.announce(indent + header)
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
373 self.announce("using config files: %s" % ', '.join(files))
384 self.announce("Distribution.parse_config_files():")
389 self.announce(" reading %s" % filename)
842 self.announce("Distribution.get_command_obj(): " \
874 self.announce(" settin
944 def announce(self, msg, level=log.INFO): function
[all...]

Completed in 85 milliseconds