HomeSort by relevance Sort by last modified time
    Searched refs:src_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
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))
  /external/python/cpython2/Lib/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_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
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_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
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))

Completed in 183 milliseconds