HomeSort by relevance Sort by last modified time
    Searched refs:expected_file (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/courgette/
versioning_unittest.cc 17 const char* expected_file) const;
22 const char* expected_file) const {
25 std::string expected_buffer = FileContents(expected_file);
  /external/chromium_org/chrome/browser/component_updater/
ev_whitelist_component_installer.cc 82 const base::FilePath expected_file = GetInstalledPath(install_dir); local
83 VLOG(1) << "Verifying install: " << expected_file.value();
84 if (!base::PathExists(expected_file)) {
90 if (!base::ReadFileToString(expected_file, &compressed_whitelist)) {
cld_component_installer.cc 86 const base::FilePath expected_file = GetInstalledPath(install_dir); local
87 VLOG(1) << "Verifying install: " << expected_file.value();
88 const bool result = base::PathExists(expected_file);
  /external/chromium_org/build/android/gyp/
apk_install.py 43 with open(metadata_path, 'r') as expected_file:
44 return expected_file.read() != device.GetInstallMetadata(apk_package)
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 56 def CheckNamespace(expected_file, expected_list, fs):
57 self.assertEqual(expected_file, fs._file_object_store.namespace)
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 181 base::FilePath expected_file = local
184 base::ReadFileToString(expected_file, &expected_contents_raw);
274 if (!base::PathExists(expected_file)) {
284 << expected_file.LossyDisplayName();
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 299 expected_file = '{0}.opt_test.expected'.format(test_name)
300 with open(expected_file, 'w') as f:
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py 287 with open(expected_file_path, 'rb') as expected_file:
288 commited_contents = expected_file.read()
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 299 expected_file = '{0}.opt_test.expected'.format(test_name)
300 with open(expected_file, 'w') as f:

Completed in 177 milliseconds