Home
last modified time | relevance | path

Searched refs:cmpfiles (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_filecmp.py89 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir, ['file']) ==
92 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir_same, ['file']) ==
97 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir, ['file'],
101 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir_same, ['file'],
109 self.assertFalse(filecmp.cmpfiles(self.dir, self.dir_same,
/third_party/node/deps/v8/tools/
H A Dcompare_torque_output.py41 _, diffs, _ = filecmp.cmpfiles(
/third_party/python/Lib/
H A Dfilecmp.py8 cmpfiles(a, b, common) -> ([], [], [])
18 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES']
187 xx = cmpfiles(self.left, self.right, self.common_files)
258 def cmpfiles(a, b, common, shallow=True): function

Completed in 1 milliseconds