HomeSort by relevance Sort by last modified time
    Searched full:hunk (Results 1 - 25 of 36) sorted by null

1 2

  /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)
  /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/toybox/toys/posix/
patch.c 95 fprintf(stderr, "Hunk %d FAILED %ld/%ld.\n",
123 // Given a hunk of a unified diff, make the appropriate change to the file.
124 // This does not use the location information, but instead treats a hunk
143 if (toys.optflags & FLAG_x) fprintf(stderr, "HUNK:%s\n", plist->data);
150 // Loop through input data searching for this hunk. Match all context
152 // complete hunk.
160 // Figure out which line of hunk to compare with next. (Skip lines
161 // of the hunk we'd be adding.)
173 // Does this hunk need to match EOF?
177 fprintf(stderr, "Possibly reversed hunk %d at %ld\n"
    [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...]
  /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/opencv3/3rdparty/libtiff/
tif_dumpmode.c 42 * Encode a hunk of pixels.
75 * Decode a hunk of pixels.
tif_lzw.c 336 * Decode a "hunk of data".
568 * Decode a "hunk of data" for old images.
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 42 * Encode a hunk of pixels.
75 * Decode a hunk of pixels.
tif_lzw.c 338 * Decode a "hunk of data".
573 * Decode a "hunk of data" for old images.
  /toolchain/binutils/binutils-2.25/ld/emulparams/
hppa64linux.sh 44 # safe in regards to shared libraries). So we just allocate the hunk of space
elf64hppa.sh 59 # safe in regards to shared libraries). So we just allocate the hunk of space
  /external/toybox/www/
license.html 46 additional restrictions" and BSD's "you must include this large hunk of text"
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 65 For each 32-byte hunk we calculate a 64-bit syndrome value, with
  /external/curl/m4/
xc-am-iface.m4 123 # Build Makefile specific patch hunk.
  /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 
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go 636 var hunk string var
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 633 var hunk string var
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go 636 var hunk string var

Completed in 640 milliseconds

1 2