Searched defs:bdist (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_bdist.py1 """Tests for distutils.command.bdist."""
7 from distutils.command.bdist import bdist namespace
18 cmd = bdist(dist)
23 # what formats does bdist offer?
30 # bug #10946: bdist --skip-build should trickle down to subcommands
32 cmd = bdist(dist)
35 dist.command_obj['bdist'] = cmd
45 '%s should take --skip-build from bdist' % name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_bdist.py1 """Tests for distutils.command.bdist."""
7 from distutils.command.bdist import bdist namespace
18 cmd = bdist(dist)
23 # what formats does bdist offer?
30 # bug #10946: bdist --skip-build should trickle down to subcommands
32 cmd = bdist(dist)
35 dist.command_obj['bdist'] = cmd
45 '%s should take --skip-build from bdist' % name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist.py1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
20 for format in bdist.format_commands:
22 bdist.format_command[format][1]))
27 class bdist(Command): class in inherits:Command
31 user_options = [('bdist-base=', 'b',
58 # The following commands do not take a format option from bdist
103 # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
107 'bdist
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist.py1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
20 for format in bdist.format_commands:
22 bdist.format_command[format][1]))
27 class bdist(Command): class in inherits:Command
31 user_options = [('bdist-base=', 'b',
58 # The following commands do not take a format option from bdist
103 # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
107 'bdist
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sundry.py35 import distutils.command.bdist namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sundry.py35 import distutils.command.bdist namespace
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 214 milliseconds