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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,
  /external/python/cpython2/Lib/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
292 'dst_option' in the current command object".
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
300 if getattr(self, dst_option) is None:
301 setattr(self, dst_option,

Completed in 142 milliseconds