/external/libvpx/libvpx/tools/ |
intersect-diffs.py | 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) 41 """Join two hunk lists on filename.""" 65 # Determine if this hunk overlaps any non-context line from the other
|
diff.py | 42 """A container for one diff hunk, consisting of two DiffLines.""" 81 hunk = None 87 if hunk is None: 118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b) 120 # Add the current line to the hunk 121 hunk.Append(line) 123 # See if the whole hunk has been parsed. If so, yield it and prepare 124 # for the next hunk. 125 if hunk.Complete(): 126 yield hunk [all...] |
lint-hunks.py | 10 """Performs style checking on each diff hunk.""" 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)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
intersect-diffs.py | 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) 41 """Join two hunk lists on filename.""" 65 # Determine if this hunk overlaps any non-context line from the other
|
diff.py | 42 """A container for one diff hunk, consisting of two DiffLines.""" 81 hunk = None 87 if hunk is None: 118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b) 120 # Add the current line to the hunk 121 hunk.Append(line) 123 # See if the whole hunk has been parsed. If so, yield it and prepare 124 # for the next hunk. 125 if hunk.Complete(): 126 yield hunk [all...] |
lint-hunks.py | 10 """Performs style checking on each diff hunk.""" 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)
|
/external/jdiff/src/jdiff/ |
Diff.java | 122 DiffMyers.change hunk = script; 123 DiffMyers.change lasthunk = null; // Set to the last potential hunk 125 for (; hunk != null; hunk = hunk.link) { 126 int deletes = hunk.deleted; 127 int inserts = hunk.inserted; 131 lasthunk = hunk; 135 int first0 = hunk.line0; // Index of first deleted word 136 int first1 = hunk.line1; // Index of first inserted wor 166 DiffMyers.change hunk = script; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange3.s | 1 ! There was a bug in which a .cranges data hunk could include a hunk of
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/ |
git-release-notes.py | 27 for hunk in revisions.split('~~~')[:-1]: 28 lines = hunk.strip().splitlines()
|
/external/guava/guava/lib/ |
jdiff.jar | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 636 var hunk string var
|
subr.go | 370 hunk = h [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 633 var hunk string var
|
subr.go | 367 hunk = h [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 636 var hunk string var
|
subr.go | 370 hunk = h [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 633 var hunk string var
|
subr.go | 367 hunk = h [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 1479 char hunk[8192]; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |