Home
last modified time | relevance | path

Searched refs:diff_file (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/tools/
Ddiff.py89 diff_file = file_regex.match(line)
90 if diff_file:
93 a = diff_file.group(2)
97 b = diff_file.group(2)
/external/toolchain-utils/
Dchromiumos_image_diff.py134 def __init__(self, images, diff_file): argument
137 self.diff_file = diff_file
222 if self.diff_file:
227 f1=full_path1, f2=full_path2, diff_file=self.diff_file,
321 image_comparator = ImageComparator(images, options.diff_file)
/external/mesa3d/scripts/
Dget_reviewer.pl1428 my $diff_file = $1;
1431 next if ("$file" ne "$diff_file");
1439 my $diff_file = $1;
1442 next if ("$file" ne "$diff_file");
/external/python/cpython2/Doc/library/
Dfilecmp.rst188 ... print "diff_file %s found in %s and %s" % (name, dcmp.left,