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

  /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 namespace
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 namespace
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 namespace
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 namespace
160 option = option.translate(longopt_xlate)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 421 from distutils.fancy_getopt import longopt_xlate namespace
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 namespace
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 namespace
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 namespace
429 longopt_xlate)
432 opt_name = string.translate(opt_name, longopt_xlate)

Completed in 455 milliseconds