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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 491 action_header = self._format_action_invocation(action)
495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
499 elif len(action_header) <= action_width:
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
511 parts = [action_header]
522 elif not action_header.endswith('\n')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 491 action_header = self._format_action_invocation(action)
495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
499 elif len(action_header) <= action_width:
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
511 parts = [action_header]
522 elif not action_header.endswith('\n')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 491 action_header = self._format_action_invocation(action)
495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
499 elif len(action_header) <= action_width:
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
511 parts = [action_header]
522 elif not action_header.endswith('\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 491 action_header = self._format_action_invocation(action)
495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
499 elif len(action_header) <= action_width:
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
511 parts = [action_header]
522 elif not action_header.endswith('\n')
    [all...]

Completed in 68 milliseconds