Searched refs:hunk (Results 1 – 11 of 11) sorted by relevance
122 DiffMyers.change hunk = script; in mergeDiffs()125 for (; hunk != null; hunk = hunk.link) { in mergeDiffs()126 int deletes = hunk.deleted; in mergeDiffs()127 int inserts = hunk.inserted; in mergeDiffs()131 lasthunk = hunk; in mergeDiffs()135 int first0 = hunk.line0; // Index of first deleted word in mergeDiffs()136 int first1 = hunk.line1; // Index of first inserted word in mergeDiffs()145 lasthunk.link = hunk.link; in mergeDiffs()166 DiffMyers.change hunk = script; in addDiffs() local181 for (; hunk != null; hunk = hunk.link) { in addDiffs()[all …]
81 hunk = None87 if hunk is None:118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b)121 hunk.Append(line)125 if hunk.Complete():126 yield hunk127 hunk = None130 assert hunk is None
28 for hunk in hunks:29 this_header = hunk.header[0:2]31 r.extend(hunk.header)34 r.extend(hunk.header[2])35 r.extend(hunk.lines)
98 for hunk in diff.ParseDiffHunks(StringIO.StringIO(stdout)):99 filename = hunk.right.filename[2:]102 file_affected_line_map[filename].update(hunk.right.delta_line_nums)
27 for hunk in revisions.split('~~~')[:-1]:28 lines = hunk.strip().splitlines()
123 # Build Makefile specific patch hunk.
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
1479 char hunk[8192]; in TestConvertSafeCloneCallback() local1508 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err); in TestConvertSafeCloneCallback()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
15823 the same width as int. This reapplies a hunk of the 2002-08-12 patch