Searched defs:patches (Results 1 – 6 of 6) sorted by relevance
710 List<Patch> patches; in testPatchToText() local741 LinkedList<Patch> patches; in testPatchMake() local789 LinkedList<Patch> patches; in testPatchSplitMax() local809 LinkedList<Patch> patches; in testPatchAddPadding() local830 LinkedList<Patch> patches; in testPatchApply() local
1798 LinkedList<Patch> patches = new LinkedList<Patch>(); in patch_make() local1879 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
93 def patches_after_rejecting_invalid_commiters_and_reviewers(self, patches): argument
66 def _patches_with_acceptable_review_flag(self, patches): argument
90 def patches(self, include_obsolete=False): member in Bug
137 def _collect_patches_by_bug(patches): argument