Home
last modified time | relevance | path

Searched refs:hunk (Results 1 – 8 of 8) 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/icu4c/test/cintltst/
Dccapitst.c1520 char hunk[8192]; in TestConvertSafeCloneCallback() local
1549 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err); in TestConvertSafeCloneCallback()
/external/chromium/third_party/icu/source/test/cintltst/
Dccapitst.c1514 char hunk[8192]; in TestConvertSafeCloneCallback() local
1543 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err); in TestConvertSafeCloneCallback()
/external/webkit/WebKit/mac/
DChangeLog-2006-02-094554 - big hunk of weaning form-related SPI from NSView; autofill continues to
18315 (createPair): Cut & paste hunk of code from Security framework.
/external/bison/
DChangeLog7562 the same width as int. This reapplies a hunk of the 2002-08-12 patch
/external/webkit/WebCore/
DChangeLog-2006-12-317666 …now just calls findFirstMisspellingInRange with markAll = true, thus removing a big hunk of duplic…
7668 …now just calls findFirstBadGrammarInRange with markAll = true, thus removing a big hunk of duplica…
DChangeLog-2005-08-237899 - big hunk of weaning form-related SPI from NSView; autofill continues to
35943 (khtml::DeleteSelectionCommandImpl::doApply): Remove a hunk of start-of-block code I thought
DChangeLog-2010-01-2951833 second hunk in r48825.