Home
last modified time | relevance | path

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

/external/libaom/libaom/tools/
Ddiff.py91 diff_file = file_regex.match(line)
92 if diff_file:
95 a = diff_file.group(2)
99 b = diff_file.group(2)
/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.py136 def __init__(self, images, diff_file): argument
139 self.diff_file = diff_file
228 if self.diff_file:
234 diff_file=self.diff_file,
349 image_comparator = ImageComparator(images, options.diff_file)
/external/skqp/infra/bots/
Dupload_md.py56 for diff_file in diff_files.split():
57 if not diff_file.startswith('site/user/api/'):
/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/u-boot/scripts/
Dget_maintainer.pl1644 my $diff_file = $1;
1647 next if ("$file" ne "$diff_file");
1655 my $diff_file = $1;
1658 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,
/external/python/cpython3/Doc/library/
Dfilecmp.rst191 ... print("diff_file %s found in %s and %s" % (name, dcmp.left,