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

/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dutils.py11 import filecmp namespace
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
/external/skia/platform_tools/android/tests/
H A Dutils.py11 import filecmp namespace
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
/external/chromium_org/tools/gyp/test/win/win-tool/
H A Dgyptest-win-tool-handles-readonly-files.py13 import filecmp namespace
52 if not filecmp.cmp(f, test.built_file_path(os.path.join('dest', f))):
/external/skia/gm/rebaseline_server/
H A Dbase_unittest.py13 import filecmp namespace
113 dircmp = filecmp.dircmp(dir1, dir2, ignore=ignore_subtree_names)
/external/chromium_org/third_party/mesa/src/src/mesa/
H A DSConscript6 import filecmp
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
/external/mesa3d/src/mesa/
H A DSConscript6 import filecmp
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
/external/chromium_org/third_party/skia/tools/tests/
H A Dbase_unittest.py17 import filecmp namespace
124 dircmp = filecmp.dircmp(dir1, dir2, ignore=ignore_subtree_names)
H A Dskimage_self_test.py8 import filecmp namespace
37 if not filecmp.cmp(expected, actual):
/external/chromium_org/tools/gyp/buildbot/
H A Dbuildbot_run.py10 import filecmp namespace
96 filecmp.cmp(gyp_manifest, android_manifest))
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py8 import filecmp namespace
77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
/external/skia/tools/tests/
H A Dskimage_self_test.py8 import filecmp namespace
37 if not filecmp.cmp(expected, actual):
/external/skia/experimental/benchtools/
H A Drebase.py20 import filecmp namespace
104 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))):
191 if not filecmp.cmp(__file__, file_in_repo):
H A Dgreenify.py21 import filecmp namespace
174 if not filecmp.cmp(__file__, file_in_repo):
/external/chromium_org/third_party/skia/experimental/benchtools/
H A Drebase.py20 import filecmp namespace
145 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))):
242 if not filecmp.cmp(__file__, file_in_repo):
H A Dgreenify.py21 import filecmp namespace
174 if not filecmp.cmp(__file__, file_in_repo):
/external/chromium_org/mojo/tools/
H A Dcheck_mojom_golden_files.py9 from filecmp import dircmp
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py26 import filecmp namespace
187 if not filecmp.cmp(reference_filename, output_filename):
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py9 import filecmp namespace
358 same = filecmp.cmp(self.tmp_path, filename, False)
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild.py10 import filecmp namespace
325 #files_match = filecmp.cmp(output.GetOutputFilename(),
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py5 import filecmp namespace
451 same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False)

Completed in 444 milliseconds