Home
last modified time | relevance | path

Searched refs:bdist (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/distutils/
Dcommandref.rst52 .. % \protect\command{bdist} command family}
53 .. % \label{bdist-cmds}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
58 .. % \subsection{\protect\command{bdist\_wininst}}
Dbuiltdist.rst29 uses the setup script and the :command:`bdist` command family to generate built
35 python setup.py bdist
60 The :command:`bdist` command has a :option:`!--formats` option, similar to the
64 python setup.py bdist --format=zip
118 You don't have to use the :command:`bdist` command with the :option:`!--formats`
120 interested in. Some of these :command:`bdist` "sub-commands" actually generate
124 :command:`bdist` sub-commands, and the formats generated by each, are:
168 or the :command:`bdist` command with the :option:`!--format` option::
170 python setup.py bdist --formats=rpm
281 .. % \command{bdist\_rpm} command with one that writes whatever else you want
[all …]
Dintroduction.rst139 python setup.py bdist --help-formats
Dapiref.rst1779 :mod:`distutils.command.bdist` --- Build a binary installer
1782 .. module:: distutils.command.bdist
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist.py7 from distutils.command.bdist import bdist
18 cmd = bdist(dist)
32 cmd = bdist(dist)
/external/python/cpython2/Lib/distutils/command/
Dbdist.py20 for format in bdist.format_commands:
22 bdist.format_command[format][1]))
27 class bdist(Command): class
Dbdist_wininst.py89 bdist = self.distribution.get_command_obj('bdist')
90 bdist.plat_name = self.plat_name
/external/python/cpython2/Lib/test/
Dtest_sundry.py31 import distutils.command.bdist
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1611 int64_t bdist; member
2116 &bsi->rdstat[i][mode_idx].byrate, &bsi->rdstat[i][mode_idx].bdist, in rd_pick_best_sub8x8_mode()
2154 bd += bsi->rdstat[i][mode_idx].bdist; in rd_pick_best_sub8x8_mode()
/external/python/cpython2/Misc/
DNEWS4507 now respect a --skip-build option given to bdist.
8232 - Issue #5095: Added bdist_msi to the list of bdist supported formats. Initial
DHISTORY5642 - distutils bdist commands now offer a --skip-build option.