Home
last modified time | relevance | path

Searched refs:filecmp (Results 1 - 22 of 22) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_filecmp.py1 import filecmp namespace
31 self.assertTrue(filecmp.cmp(self.name, self.name),
33 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
35 self.assertTrue(filecmp.cmp(self.name, self.name_same),
37 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
41 self.assertFalse(filecmp.cmp(self.name, self.name_diff),
43 self.assertFalse(filecmp.cmp(self.name, self.dir),
47 first_compare = filecmp.cmp(self.name, self.name_same, shallow=False)
48 second_compare = filecmp.cmp(self.name, self.name_diff, shallow=False)
49 filecmp
[all...]
H A Dtest_compileall.py3 import filecmp namespace
1077 self.assertFalse(filecmp.cmp(pycs[1], pycs[2], shallow=True))
1104 self.assertFalse(filecmp.cmp(pycs[1], pycs[2], shallow=True))
H A Dtest_genericalias.py24 from filecmp import dircmp
/third_party/node/deps/v8/tools/
H A Dcompare_torque_output.py14 import filecmp namespace
41 _, diffs, _ = filecmp.cmpfiles(
60 dcmp = filecmp.dircmp(folder1, folder2)
/third_party/python/Tools/freeze/
H A Dbkfile.py20 import filecmp namespace
21 if filecmp.cmp(backup, file, shallow=False):
/third_party/skia/infra/bots/
H A Dtest_utils.py12 import filecmp namespace
59 test.assertTrue(filecmp.cmp(pathA, pathB, shallow=False))
73 _cmp('', filecmp.dircmp(a, b))
H A Dzip_utils_test.py12 import filecmp namespace
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py25 import filecmp namespace
92 elif not filecmp.cmp(os.path.join(temp_dir, filename),
110 not filecmp.cmp(temp_filename, repo_filename, shallow=False):
/third_party/lz4/tests/
H A Dtest-lz4-versions.py12 import filecmp namespace
121 if filecmp.cmp(lz4, lz4t):
146 if not filecmp.cmp(dec, test_dat):
H A Dtest-lz4-abi.py12 import filecmp namespace
/third_party/skia/third_party/externals/brotli/python/tests/
H A D_test_utils.py2 import filecmp namespace
111 filecmp.cmp(first, second, shallow=False),
/third_party/python/Lib/test/libregrtest/
H A Dutils.py179 filecmp = sys.modules['filecmp']
183 filecmp._cache.clear()
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest1.c157 if (filecmp(infile, outfile) != 0) { in main()
H A Ddiotest_routines.c26 * fillbuf(), bufcmp(), filecmp()
111 int filecmp(char *f1, char *f2) in filecmp() function
/third_party/libfuse/test/
H A Dtest_examples.py15 import filecmp namespace
609 assert filecmp.cmp(pjoin(mnt_dir, name), TEST_FILE, False)
619 assert filecmp.cmp(fullname, TEST_FILE, False)
670 assert filecmp.cmp(name1, TEST_FILE, False)
682 assert filecmp.cmp(name1, name2, False)
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py6 import filecmp namespace
383 same = filecmp.cmp(self.tmp_path, filename, False)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py6 import filecmp namespace
376 same = filecmp.cmp(self.tmp_path, filename, False)
/third_party/python/Lib/
H A Dcompileall.py18 import filecmp namespace
245 if filecmp.cmp(cfile, previous_cfile, shallow=False):
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py64 import filecmp namespace
466 self.assertTrue(filecmp.cmp(imRef, imOut, False))
478 self.assertTrue(filecmp.cmp(imRef, imOut, False))
490 self.assertTrue(filecmp.cmp(imRef, imOut, False))
502 self.assertTrue(filecmp.cmp(imRef, imOut, False))
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py6 import filecmp namespace
487 same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py6 import filecmp namespace
487 same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False)
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py33 import filecmp namespace

Completed in 17 milliseconds