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

  /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
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/
test_bdist.py 1 """Tests for distutils.command.bdist."""
7 from distutils.command.bdist import bdist
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist.py 1 """Tests for distutils.command.bdist."""
11 from distutils.command.bdist import bdist
25 cmd = bdist(dist)
30 # what format bdist offers ?
31 # XXX an explicit list in bdist is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
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_wininst.py 24 user_options = [('bdist-dir=', None,
85 # If build is skipped and plat_name is overridden, bdist will
87 bdist = self.distribution.get_command_obj('bdist')
88 bdist.plat_name = self.plat_name
90 bdist_base = self.get_finalized_command('bdist').bdist_base
102 self.set_undefined_options('bdist',
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
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_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',
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
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_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',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
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_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',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
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_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',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 31 import distutils.command.bdist
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 35 import distutils.command.bdist
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 35 import distutils.command.bdist
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 35 import distutils.command.bdist
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 35 import distutils.command.bdist
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1611 int64_t bdist; member in struct:__anon24598
    [all...]

Completed in 1562 milliseconds