HomeSort by relevance Sort by last modified time
    Searched refs:format_command (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 22 bdist.format_command[format][1]))
72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in class:bdist
126 commands.append(self.format_command[format][0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 22 bdist.format_command[format][1]))
72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in class:bdist
126 commands.append(self.format_command[format][0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)

Completed in 521 milliseconds