Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dregister.py64 check = self.distribution.get_command_obj('check')
Dbdist_wininst.py87 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_sdist.py374 build_py = dist.get_command_obj('build_py')
Dtest_dist.py99 cmd = d.get_command_obj("test_dist")