Home
last modified time | relevance | path

Searched defs:patches (Results 1 – 6 of 6) sorted by relevance

/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch_test.java710 List<Patch> patches; in testPatchToText() local
741 LinkedList<Patch> patches; in testPatchMake() local
789 LinkedList<Patch> patches; in testPatchSplitMax() local
809 LinkedList<Patch> patches; in testPatchAddPadding() local
830 LinkedList<Patch> patches; in testPatchApply() local
Ddiff_match_patch.java1798 LinkedList<Patch> patches = new LinkedList<Patch>(); in patch_make() local
1879 public LinkedList<Patch> patch_deepCopy(LinkedList<Patch> patches) { in patch_deepCopy()
1905 public Object[] patch_apply(LinkedList<Patch> patches, String text) { in patch_apply()
2015 public String patch_addPadding(LinkedList<Patch> patches) { in patch_addPadding()
2076 public void patch_splitMax(LinkedList<Patch> patches) { in patch_splitMax()
2181 public String patch_toText(List<Patch> patches) { in patch_toText()
2199 List<Patch> patches = new LinkedList<Patch>(); in patch_fromText() local
/external/webkit/Tools/Scripts/webkitpy/common/config/
Dcommittervalidator.py93 def patches_after_rejecting_invalid_commiters_and_reviewers(self, patches): argument
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dfeeders.py66 def _patches_with_acceptable_review_flag(self, patches): argument
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbug.py90 def patches(self, include_obsolete=False): member in Bug
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Ddownload.py137 def _collect_patches_by_bug(patches): argument