Home
last modified time | relevance | path

Searched refs:hunk (Results 1 – 14 of 14) sorted by relevance

/external/jdiff/src/jdiff/
DDiff.java122 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() local
181 for (; hunk != null; hunk = hunk.link) { in addDiffs()
[all …]
/external/libvpx/libvpx/tools/
Ddiff.py81 hunk = None
87 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 hunk
127 hunk = None
130 assert hunk is None
Dintersect-diffs.py28 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)
Dlint-hunks.py98 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)
/external/v8/testing/gtest/src/
Dgtest.cc1220 Hunk hunk(l_i - prefix_context + 1, r_i - prefix_context + 1); in CreateUnifiedDiff() local
1222 hunk.PushLine(' ', left[l_i - i].c_str()); in CreateUnifiedDiff()
1244 hunk.PushLine(edit == kMatch ? ' ' : '-', left[l_i].c_str()); in CreateUnifiedDiff()
1247 hunk.PushLine('+', right[r_i].c_str()); in CreateUnifiedDiff()
1255 if (!hunk.has_edits()) { in CreateUnifiedDiff()
1260 hunk.PrintTo(&ss); in CreateUnifiedDiff()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1220 Hunk hunk(l_i - prefix_context + 1, r_i - prefix_context + 1); in CreateUnifiedDiff() local
1222 hunk.PushLine(' ', left[l_i - i].c_str()); in CreateUnifiedDiff()
1244 hunk.PushLine(edit == kMatch ? ' ' : '-', left[l_i].c_str()); in CreateUnifiedDiff()
1247 hunk.PushLine('+', right[r_i].c_str()); in CreateUnifiedDiff()
1255 if (!hunk.has_edits()) { in CreateUnifiedDiff()
1260 hunk.PrintTo(&ss); in CreateUnifiedDiff()
/external/googletest/googletest/src/
Dgtest.cc1217 Hunk hunk(l_i - prefix_context + 1, r_i - prefix_context + 1); in CreateUnifiedDiff() local
1219 hunk.PushLine(' ', left[l_i - i].c_str()); in CreateUnifiedDiff()
1241 hunk.PushLine(edit == kMatch ? ' ' : '-', left[l_i].c_str()); in CreateUnifiedDiff()
1244 hunk.PushLine('+', right[r_i].c_str()); in CreateUnifiedDiff()
1252 if (!hunk.has_edits()) { in CreateUnifiedDiff()
1257 hunk.PrintTo(&ss); in CreateUnifiedDiff()
/external/curl/m4/
Dxc-am-iface.m4123 # Build Makefile specific patch hunk.
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1481 char hunk[8192]; in TestConvertSafeCloneCallback() local
1510 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err); in TestConvertSafeCloneCallback()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi171 * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
DChangeLog787 Remove stray hunk that shouldn't have been included in this patch.
4129 * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt8599 "hunk",
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/bison/
DChangeLog-201215823 the same width as int. This reapplies a hunk of the 2002-08-12 patch