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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_') variable
117 return string.translate(long_option, longopt_xlate)
473 return string.translate(opt, longopt_xlate)
cmd.py 154 from distutils.fancy_getopt import longopt_xlate
160 option = option.translate(longopt_xlate)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_') variable
117 return string.translate(long_option, longopt_xlate)
473 return string.translate(opt, longopt_xlate)
cmd.py 154 from distutils.fancy_getopt import longopt_xlate
160 option = option.translate(longopt_xlate)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_') variable
117 return string.translate(long_option, longopt_xlate)
473 return string.translate(opt, longopt_xlate)
cmd.py 154 from distutils.fancy_getopt import longopt_xlate
160 option = option.translate(longopt_xlate)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_') variable
117 return string.translate(long_option, longopt_xlate)
473 return string.translate(opt, longopt_xlate)
cmd.py 154 from distutils.fancy_getopt import longopt_xlate
160 option = option.translate(longopt_xlate)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_') variable
117 return string.translate(long_option, longopt_xlate)
473 return string.translate(opt, longopt_xlate)
cmd.py 154 from distutils.fancy_getopt import longopt_xlate
160 option = option.translate(longopt_xlate)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install.py 384 from distutils.fancy_getopt import longopt_xlate
392 longopt_xlate)
395 opt_name = string.translate(opt_name, longopt_xlate)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 421 from distutils.fancy_getopt import longopt_xlate
429 longopt_xlate)
432 opt_name = string.translate(opt_name, longopt_xlate)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 421 from distutils.fancy_getopt import longopt_xlate
429 longopt_xlate)
432 opt_name = string.translate(opt_name, longopt_xlate)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 421 from distutils.fancy_getopt import longopt_xlate
429 longopt_xlate)
432 opt_name = string.translate(opt_name, longopt_xlate)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 421 from distutils.fancy_getopt import longopt_xlate
429 longopt_xlate)
432 opt_name = string.translate(opt_name, longopt_xlate)

Completed in 462 milliseconds