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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 301 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
326 text_width = line_width - opt_width
327 big_indent = ' ' * opt_width
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
354 text_width = line_width - opt_width
355 big_indent = ' ' * opt_width
  /external/mksh/src/
misc.c 139 int opt_width; member in struct:options_info
153 oi->opt_width, OFN(oi->opts[i]),
170 oi.opt_width = 0;
177 if ((int)len > oi.opt_width)
178 oi.opt_width = (int)len;
186 octs + 4, oi.opt_width + 4);
    [all...]

Completed in 71 milliseconds