HomeSort by relevance Sort by last modified time
    Searched refs:expected_file (Results 1 - 15 of 15) 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/
cld_component_installer.cc 87 const base::FilePath expected_file = GetInstalledPath(install_dir); local
88 VLOG(1) << "Verifying install: " << expected_file.value();
89 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/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 180 base::FilePath expected_file = local
183 base::ReadFileToString(expected_file, &expected_contents_raw);
273 if (!base::PathExists(expected_file)) {
283 << expected_file.LossyDisplayName();
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /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:
  /external/skia/tools/skpdiff/
skpdiff_server.py 287 with open(expected_file_path, 'rb') as expected_file:
288 commited_contents = expected_file.read()

Completed in 376 milliseconds