/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/toybox/toys/posix/ |
patch.c | 97 fprintf(stderr, "Hunk %d FAILED %ld/%ld.\n", 125 // Given a hunk of a unified diff, make the appropriate change to the file. 126 // This does not use the location information, but instead treats a hunk 145 if (PATCH_DEBUG) fprintf(stderr, "HUNK:%s\n", plist->data); 151 // Loop through input data searching for this hunk. Match all context 153 // complete hunk. 161 // Figure out which line of hunk to compare with next. (Skip lines 162 // of the hunk we'd be adding.) 174 // Does this hunk need to match EOF? 178 fprintf(stderr, "Possibly reversed hunk %d at %ld\n" [all...] |
/external/linux-tools-perf/src/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/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...] |
/bionic/libc/arch-arm64/generic/bionic/ |
strchr.S | 65 For each 32-byte hunk we calculate a 64-bit syndrome value, with
|
/external/e2fsprogs/lib/ext2fs/ |
blkmap64_ba.c | 32 * Currently, this is just a pointer to our big flat hunk of memory,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 208 // Mask out the first hunk. 380 // Mask out the first hunk
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text.source_3.6.1.r361_v20100825-0800.jar | |
/frameworks/base/docs/image_sources/fundamentals/ |
fragments.graffle | [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 1479 char hunk[8192]; local [all...] |