Home
last modified time | relevance | path

Searched refs:dircmp (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_filecmp.py123 d = filecmp.dircmp(left_dir, right_dir)
147 d = filecmp.dircmp(left_dir, right_dir)
172 d = filecmp.dircmp(left_dir, right_dir)
193 d = filecmp.dircmp(self.dir, self.dir_diff)
205 """Check that dircmp.subdirs respects subclassing."""
206 class MyDirCmp(filecmp.dircmp):
216 d = filecmp.dircmp(left_dir, right_dir)
230 d = filecmp.dircmp(left_dir, right_dir)
H A Dtest_genericalias.py24 from filecmp import dircmp namespace
94 dircmp,
/third_party/node/deps/v8/tools/
H A Dcompare_torque_output.py60 dcmp = filecmp.dircmp(folder1, folder2)
/third_party/python/Lib/
H A Dfilecmp.py4 dircmp
18 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES']
88 class dircmp: class
91 dircmp(a, b, ignore=None, hide=None)
99 x = dircmp(dir1, dir2)
119 subdirs: a dictionary of dircmp instances (or MyDirCmp instances if this
120 object is of type MyDirCmp, a subclass of dircmp), keyed by names
191 # A new dircmp (or MyDirCmp if dircmp was subclassed) object is created
306 dd = dircmp(arg
[all...]
/third_party/skia/infra/bots/
H A Dtest_utils.py73 _cmp('', filecmp.dircmp(a, b))

Completed in 4 milliseconds