HomeSort by relevance Sort by last modified time
    Searched refs:bdist (Results 1 - 11 of 11) 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 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/
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)
  /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',
  /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
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 1174 int64_t bdist; member in struct:__anon17814
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1617 int64_t bdist; member in struct:__anon8662
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1617 int64_t bdist; member in struct:__anon19844
    [all...]

Completed in 643 milliseconds