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

  /external/chromium_org/tools/cr/cr/targets/
target.py 79 help_string = 'The target to {0}'
82 help_string = 'The target(s) to {0}'
85 help=help_string.format(command.name),
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 506 help_string = flag.help
508 help_string += '\n.br\n'
510 help_string += ' (default: \'%s\')' % flag.default
512 help_string += ' (%s)' % flag.tips
514 '.TP\n%s\n%s\n' % (flag.desc, help_string))
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 506 help_string = flag.help
508 help_string += '\n.br\n'
510 help_string += ' (default: \'%s\')' % flag.default
512 help_string += ' (%s)' % flag.tips
514 '.TP\n%s\n%s\n' % (flag.desc, help_string))
gflags.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 49 # (long_option, short_option, help_string [, repeatable])
98 def add_option (self, long_option, short_option=None, help_string=None):
103 option = (long_option, short_option, help_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 49 # (long_option, short_option, help_string [, repeatable])
98 def add_option (self, long_option, short_option=None, help_string=None):
103 option = (long_option, short_option, help_string)
  /external/chromium/base/
tracked_objects.cc 198 const char* help_string = "The following are the keywords that can be used to" local
224 output->append(help_string);
    [all...]

Completed in 1690 milliseconds