Searched refs:announce (Results 1 - 25 of 41) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dregister.py141 self.announce('''\
169 self.announce('Server response (%s): %s' % (code, result),
179 self.announce(('I can store your PyPI login so future '
181 self.announce('(the login will be stored in %s)' % \
255 self.announce('Registering %s to %s' % (data['name'],
313 self.announce('%s%s%s' % (dashes, data, dashes))
H A Dupload.py164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
H A Dbdist_wininst.py262 self.announce("creating %s" % installer_name)
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dregister.py141 self.announce('''\
169 self.announce('Server response (%s): %s' % (code, result),
179 self.announce(('I can store your PyPI login so future '
181 self.announce('(the login will be stored in %s)' % \
255 self.announce('Registering %s to %s' % (data['name'],
313 self.announce('%s%s%s' % (dashes, data, dashes))
H A Dupload.py164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
H A Dbdist_wininst.py262 self.announce("creating %s" % installer_name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py141 self.announce('''\
169 self.announce('Server response (%s): %s' % (code, result),
179 self.announce(('I can store your PyPI login so future '
181 self.announce('(the login will be stored in %s)' % \
255 self.announce('Registering %s to %s' % (data['name'],
313 self.announce('%s%s%s' % (dashes, data, dashes))
H A Dupload.py164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
H A Dbdist_wininst.py262 self.announce("creating %s" % installer_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py141 self.announce('''\
169 self.announce('Server response (%s): %s' % (code, result),
179 self.announce(('I can store your PyPI login so future '
181 self.announce('(the login will be stored in %s)' % \
255 self.announce('Registering %s to %s' % (data['name'],
313 self.announce('%s%s%s' % (dashes, data, dashes))
H A Dupload.py164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dconfig.py55 self.announce('Using PyPI login from %s' % rc)
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...]
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
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Dconfig.py55 self.announce('Using PyPI login from %s' % rc)
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...]
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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dconfig.py55 self.announce('Using PyPI login from %s' % rc)
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...]
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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dconfig.py55 self.announce('Using PyPI login from %s' % rc)
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...]
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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_cmd.py58 cmd.announce = _announce
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_cmd.py58 cmd.announce = _announce

Completed in 4204 milliseconds

12