/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist.py | 1 """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)
|
test_bdist_dumb.py | 103 base = cmd.get_finalized_command('bdist').bdist_base
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist.py | 1 """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)
|
test_bdist_dumb.py | 103 base = cmd.get_finalized_command('bdist').bdist_base
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
__init__.py | 21 'bdist',
|
bdist.py | 1 """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.' + self.plat_name [all...] |
bdist_dumb.py | 23 user_options = [('bdist-dir=', 'd', 68 bdist_base = self.get_finalized_command('bdist').bdist_base 79 self.set_undefined_options('bdist',
|
clean.py | 26 ('bdist-base=', None, 48 self.set_undefined_options('bdist',
|
bdist_wininst.py | 24 user_options = [('bdist-dir=', None, 83 self.set_undefined_options('bdist', ('skip_build', 'skip_build')) 87 # If build is skipped and plat_name is overridden, bdist will 89 bdist = self.distribution.get_command_obj('bdist') 90 bdist.plat_name = self.plat_name 92 bdist_base = self.get_finalized_command('bdist').bdist_base 106 self.set_undefined_options('bdist',
|
bdist_rpm.py | 24 ('bdist-base=', None, 28 "--bdist-base; must be specified for RPM 2)"), 189 self.set_undefined_options('bdist', ('bdist_base', 'bdist_base')) 217 self.set_undefined_options('bdist', ('dist_dir', 'dist_dir'))
|
bdist_msi.py | 88 user_options = [('bdist-dir=', None, 140 self.set_undefined_options('bdist', ('skip_build', 'skip_build')) 143 bdist_base = self.get_finalized_command('bdist').bdist_base 160 self.set_undefined_options('bdist', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
__init__.py | 21 'bdist',
|
bdist.py | 1 """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.' + self.plat_name [all...] |
bdist_dumb.py | 23 user_options = [('bdist-dir=', 'd', 68 bdist_base = self.get_finalized_command('bdist').bdist_base 79 self.set_undefined_options('bdist',
|
clean.py | 26 ('bdist-base=', None, 48 self.set_undefined_options('bdist',
|
bdist_wininst.py | 24 user_options = [('bdist-dir=', None, 83 self.set_undefined_options('bdist', ('skip_build', 'skip_build')) 87 # If build is skipped and plat_name is overridden, bdist will 89 bdist = self.distribution.get_command_obj('bdist') 90 bdist.plat_name = self.plat_name 92 bdist_base = self.get_finalized_command('bdist').bdist_base 106 self.set_undefined_options('bdist',
|
bdist_rpm.py | 24 ('bdist-base=', None, 28 "--bdist-base; must be specified for RPM 2)"), 189 self.set_undefined_options('bdist', ('bdist_base', 'bdist_base')) 217 self.set_undefined_options('bdist', ('dist_dir', 'dist_dir'))
|
bdist_msi.py | 88 user_options = [('bdist-dir=', None, 140 self.set_undefined_options('bdist', ('skip_build', 'skip_build')) 143 bdist_base = self.get_finalized_command('bdist').bdist_base 160 self.set_undefined_options('bdist', [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 35 import distutils.command.bdist namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 35 import distutils.command.bdist namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvc9compiler.py | 345 # target platform (.plat_name is consistent with 'bdist')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvc9compiler.py | 345 # target platform (.plat_name is consistent with 'bdist')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 47 # binary: tar (or other) archive created with setup.py bdist. [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 1618 int64_t bdist; member in struct:__anon21322 [all...] |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |