Home
last modified time | relevance | path

Searched refs:expected_file (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/courgette/
Dversioning_unittest.cc17 const char* expected_file) const;
22 const char* expected_file) const { in TestApplyingOldPatch()
25 std::string expected_buffer = FileContents(expected_file); in TestApplyingOldPatch()
/external/chromium_org/chrome/browser/component_updater/
Dcld_component_installer.cc87 const base::FilePath expected_file = GetInstalledPath(install_dir); in VerifyInstallation() local
88 VLOG(1) << "Verifying install: " << expected_file.value(); in VerifyInstallation()
89 const bool result = base::PathExists(expected_file); in VerifyInstallation()
/external/chromium_org/build/android/gyp/
Dapk_install.py43 with open(metadata_path, 'r') as expected_file:
44 return expected_file.read() != device.GetInstallMetadata(apk_package)
/external/chromium_org/content/browser/accessibility/
Ddump_accessibility_tree_browsertest.cc180 base::FilePath expected_file = in RunTest() local
183 base::ReadFileToString(expected_file, &expected_contents_raw); in RunTest()
273 if (!base::PathExists(expected_file)) { in RunTest()
283 << expected_file.LossyDisplayName(); in RunTest()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dcompiled_file_system_test.py56 def CheckNamespace(expected_file, expected_list, fs): argument
57 self.assertEqual(expected_file, fs._file_object_store.namespace)
/external/skia/tools/skpdiff/
Dskpdiff_server.py287 with open(expected_file_path, 'rb') as expected_file:
288 commited_contents = expected_file.read()
/external/chromium_org/third_party/skia/tools/skpdiff/
Dskpdiff_server.py287 with open(expected_file_path, 'rb') as expected_file:
288 commited_contents = expected_file.read()
/external/mesa3d/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py299 expected_file = '{0}.opt_test.expected'.format(test_name)
300 with open(expected_file, 'w') as f:
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py299 expected_file = '{0}.opt_test.expected'.format(test_name)
300 with open(expected_file, 'w') as f: