OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_hunk
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/tools/
intersect-diffs.py
59
for old_hunk,
new_hunk
in ZipHunks(old_hunks, new_hunks):
60
if
new_hunk
in out_hunks:
63
new_lines =
new_hunk
.left
68
out_hunks.append(
new_hunk
)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
intersect-diffs.py
59
for old_hunk,
new_hunk
in ZipHunks(old_hunks, new_hunks):
60
if
new_hunk
in out_hunks:
63
new_lines =
new_hunk
.left
68
out_hunks.append(
new_hunk
)
Completed in 3573 milliseconds