HomeSort by relevance Sort by last modified time
    Searched refs:src_cmd (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
  /external/python/cpython2/Lib/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 280 def set_undefined_options(self, src_cmd, *option_pairs):
287 option of the same command. 'src_cmd' is the other command from
291 'src_option' in the 'src_cmd' command object, and copy it to
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)

Completed in 152 milliseconds