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

  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
ActionView.java 68 LinearLayout header = (LinearLayout) findViewById(R.id.action_header);
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 104 action_header = self._format_action_invocation(action)
105 lines.append(md_heading(action_header, level=3))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 493 action_header = self._format_action_invocation(action)
497 tup = self._current_indent, '', action_header
498 action_header = '%*s%s\n' % tup
501 elif len(action_header) <= action_width:
502 tup = self._current_indent, '', action_width, action_header
503 action_header = '%*s%-*s ' % tup
508 tup = self._current_indent, '', action_header
509 action_header = '%*s%s\n' % tup
513 parts = [action_header]
524 elif not action_header.endswith('\n'):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
argparse.py 493 action_header = self._format_action_invocation(action)
497 tup = self._current_indent, '', action_header
498 action_header = '%*s%s\n' % tup
501 elif len(action_header) <= action_width:
502 tup = self._current_indent, '', action_width, action_header
503 action_header = '%*s%-*s ' % tup
508 tup = self._current_indent, '', action_header
509 action_header = '%*s%s\n' % tup
513 parts = [action_header]
524 elif not action_header.endswith('\n')
    [all...]
  /external/python/cpython3/Lib/
argparse.py 495 action_header = self._format_action_invocation(action)
499 tup = self._current_indent, '', action_header
500 action_header = '%*s%s\n' % tup
503 elif len(action_header) <= action_width:
504 tup = self._current_indent, '', action_width, action_header
505 action_header = '%*s%-*s ' % tup
510 tup = self._current_indent, '', action_header
511 action_header = '%*s%s\n' % tup
515 parts = [action_header]
526 elif not action_header.endswith('\n')
    [all...]
  /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 335 milliseconds