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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 330 opt_parts = _re.findall(part_regexp, opt_usage)
332 assert ' '.join(opt_parts) == opt_usage
359 if opt_parts:
360 lines = get_lines([prog] + opt_parts, indent, prefix)
370 parts = opt_parts + pos_parts
374 lines.extend(get_lines(opt_parts, indent))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 328 opt_parts = _re.findall(part_regexp, opt_usage)
330 assert ' '.join(opt_parts) == opt_usage
357 if opt_parts:
358 lines = get_lines([prog] + opt_parts, indent, prefix)
368 parts = opt_parts + pos_parts
372 lines.extend(get_lines(opt_parts, indent))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 328 opt_parts = _re.findall(part_regexp, opt_usage)
330 assert ' '.join(opt_parts) == opt_usage
357 if opt_parts:
358 lines = get_lines([prog] + opt_parts, indent, prefix)
368 parts = opt_parts + pos_parts
372 lines.extend(get_lines(opt_parts, indent))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 328 opt_parts = _re.findall(part_regexp, opt_usage)
330 assert ' '.join(opt_parts) == opt_usage
357 if opt_parts:
358 lines = get_lines([prog] + opt_parts, indent, prefix)
368 parts = opt_parts + pos_parts
372 lines.extend(get_lines(opt_parts, indent))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 328 opt_parts = _re.findall(part_regexp, opt_usage)
330 assert ' '.join(opt_parts) == opt_usage
357 if opt_parts:
358 lines = get_lines([prog] + opt_parts, indent, prefix)
368 parts = opt_parts + pos_parts
372 lines.extend(get_lines(opt_parts, indent))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 328 opt_parts = _re.findall(part_regexp, opt_usage)
330 assert ' '.join(opt_parts) == opt_usage
357 if opt_parts:
358 lines = get_lines([prog] + opt_parts, indent, prefix)
368 parts = opt_parts + pos_parts
372 lines.extend(get_lines(opt_parts, indent))
    [all...]

Completed in 605 milliseconds