/external/chromium_org/third_party/libvpx/source/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/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...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
netdev-times.py | 60 def print_transmit(hunk): 61 if dev != 0 and hunk['dev'].find(dev) < 0: 64 (hunk['dev'], hunk['len'], 65 nsecs_secs(hunk['queue_t']), 66 nsecs_nsecs(hunk['queue_t'])/1000, 67 diff_msec(hunk['queue_t'], hunk['xmit_t']), 68 diff_msec(hunk['xmit_t'], hunk['free_t']) [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 1522 char hunk[8192]; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 1483 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 | |