HomeSort by relevance Sort by last modified time
    Searched refs:longopt_xlate (Results 1 - 21 of 21) 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)
  /external/python/cpython2/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)
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 27 longopt_xlate = str.maketrans('-', '_') variable
108 return long_option.translate(longopt_xlate)
433 return opt.translate(longopt_xlate)
cmd.py 152 from distutils.fancy_getopt import longopt_xlate
158 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)
  /external/python/cpython2/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)
  /external/python/cpython3/Lib/distutils/command/
install.py 377 from distutils.fancy_getopt import longopt_xlate
385 opt_name = opt_name.translate(longopt_xlate)
388 opt_name = opt_name.translate(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 640 milliseconds