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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 414 self.short_desc = ''
421 self.short_desc = self.desc[0]
422 word_list = self.short_desc.split(' ')
424 # Since the short_desc is always listed right after the name,
425 # trim it from the short_desc
429 self.short_desc = '' # signal need to reconstruct
430 if not self.short_desc and word_list:
431 self.short_desc = ' '.join(word_list)
487 '.SH NAME\n%s \\- %s\n' % (self.info.name, self.info.short_desc))
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 271 my $descriptionLine = `curl --insecure --silent "$bugXMLURL" | grep short_desc`;
272 if ($descriptionLine !~ /<short_desc>(.*)<\/short_desc>/) {
    [all...]

Completed in 36 milliseconds