HomeSort by relevance Sort by last modified time
    Searched full:pluralize (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
obsoletepatches.py 29 from webkitpy.grammar import pluralize namespace
49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
updatechangelogswithreviewer.py 32 from webkitpy.grammar import pluralize namespace
47 log("%s on bug %s, cannot infer reviewer." % (pluralize("reviewed patch", len(patches)), bug_id))
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 42 from webkitpy.grammar import pluralize namespace
113 log("Processing %s from %s." % (pluralize("patch", len(patches)), pluralize("bug", len(bugs_to_patches))))
148 log("%s found on bug %s." % (pluralize("reviewed patch", len(patches)), bug_id))
queues.py 40 from webkitpy.grammar import pluralize namespace
120 log("%s in %s [%s]" % (pluralize("patch", len(patch_ids)), self.name, ", ".join(map(str, patch_ids))))
upload.py 44 from webkitpy.grammar import pluralize, join_with_separators namespace
268 error("webkit-patch does not support attaching %s at once. Are you sure you passed the right commit range?" % (pluralize("patch", len(commit_ids))))
  /external/webkit/WebKitTools/Scripts/webkitpy/
grammar.py 42 def pluralize(noun, count): function
multicommandtool.py 38 from webkitpy.grammar import pluralize namespace
106 pluralize("argument", len(self.required_arguments)),
107 pluralize("argument", len(args)),

Completed in 109 milliseconds