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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 349 opt_names = "%s (-%s)" % (long, short)
352 (max_opt, opt_names, text[0]))
354 lines.append(" --%-*s" % opt_names)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 377 opt_names = "%s (-%s)" % (long, short)
380 (max_opt, opt_names, text[0]))
382 lines.append(" --%-*s" % opt_names)

Completed in 241 milliseconds