HomeSort by relevance Sort by last modified time
    Searched defs:bdist (Results 1 - 7 of 7) 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...]
  /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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1618 int64_t bdist; member in struct:__anon21322
    [all...]

Completed in 69 milliseconds