Home
last modified time | relevance | path

Searched refs:get_command_obj (Results 1 – 25 of 26) sorted by relevance

12

/external/python/setuptools/setuptools/tests/
Dtest_setuptools.py292 test_cmd = makeSetup().get_command_obj('test')
297 ts1 = ts1.get_command_obj('test')
302 ts2 = makeSetup(test_suite='bar.tests.suite').get_command_obj('test')
310 ).get_command_obj('test')
318 ).get_command_obj('test')
323 ts5 = makeSetup().get_command_obj('test')
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py266 cmd = dist.get_command_obj("build_py")
274 cmd = dist.get_command_obj("build_ext")
287 cmd = dist.get_command_obj("build_clib")
301 cmd = dist.get_command_obj("build_scripts")
310 cmd = dist.get_command_obj("install_data")
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dsetup.py267 cmd = dist.get_command_obj("build_py")
275 cmd = dist.get_command_obj("build_ext")
288 cmd = dist.get_command_obj("build_clib")
302 cmd = dist.get_command_obj("build_scripts")
311 cmd = dist.get_command_obj("install_data")
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dsetup.py266 cmd = dist.get_command_obj("build_py")
274 cmd = dist.get_command_obj("build_ext")
287 cmd = dist.get_command_obj("build_clib")
301 cmd = dist.get_command_obj("build_scripts")
310 cmd = dist.get_command_obj("install_data")
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py267 cmd = dist.get_command_obj("build_py")
275 cmd = dist.get_command_obj("build_ext")
288 cmd = dist.get_command_obj("build_clib")
302 cmd = dist.get_command_obj("build_scripts")
311 cmd = dist.get_command_obj("install_data")
/external/python/cpython3/Lib/distutils/
Dcmd.py286 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
298 cmd_obj = self.distribution.get_command_obj(command, create)
Ddist.py845 def get_command_obj(self, command, create=1): member in Distribution
938 command = self.get_command_obj(command_name)
983 cmd_obj = self.get_command_obj(command)
/external/python/cpython2/Lib/distutils/
Dcmd.py297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
311 cmd_obj = self.distribution.get_command_obj(command, create)
Ddist.py833 def get_command_obj(self, command, create=1): member in Distribution
925 command = self.get_command_obj(command_name)
970 cmd_obj = self.get_command_obj(command)
/external/python/setuptools/setuptools/command/
Dinstall.py110 args = [self.distribution.get_command_obj('bdist_egg').egg_output]
/external/python/cpython3/Lib/distutils/tests/
Dtest_core.py97 install = dist.get_command_obj('install')
Dtest_sdist.py359 build_py = dist.get_command_obj('build_py')
Dtest_dist.py82 cmd = d.get_command_obj("test_dist")
/external/python/setuptools/setuptools/
Dwheel.py128 write_requirements(setup_dist.get_command_obj('egg_info'),
/external/python/cpython2/Lib/distutils/command/
Dregister.py63 check = self.distribution.get_command_obj('check')
Dbdist_wininst.py89 bdist = self.distribution.get_command_obj('bdist')
Dsdist.py174 check = self.distribution.get_command_obj('check')
Dinstall.py565 build_plat = self.distribution.get_command_obj('build').plat_name
/external/python/cpython3/Lib/distutils/command/
Dregister.py62 check = self.distribution.get_command_obj('check')
Dbdist_wininst.py81 bdist = self.distribution.get_command_obj('bdist')
Dsdist.py166 check = self.distribution.get_command_obj('check')
Dinstall.py547 build_plat = self.distribution.get_command_obj('build').plat_name
/external/python/cpython2/Lib/distutils/tests/
Dtest_dist.py102 cmd = d.get_command_obj("test_dist")
Dtest_sdist.py419 build_py = dist.get_command_obj('build_py')
/external/antlr/runtime/Python3/
Dez_setup.py294 placeholder = dist.get_command_obj('install').install_purelib

12