HomeSort by relevance Sort by last modified time
    Searched refs:expected_file (Results 1 - 13 of 13) 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/build/android/gyp/
apk_install.py 41 with open(metadata_path, 'r') as expected_file:
42 return expected_file.read() != device.GetInstallMetadata(apk_package)
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 41 def CheckNamespace(expected_file, expected_list, fs):
42 self.assertEqual(expected_file, fs._file_object_store.namespace)
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 147 base::FilePath expected_file = local
150 file_util::ReadFileToString(expected_file, &expected_contents_raw);
220 if (!base::PathExists(expected_file)) {
230 << expected_file.LossyDisplayName();
  /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/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 280 with open(expected_file_path, 'rb') as expected_file:
281 commited_contents = expected_file.read()

Completed in 265 milliseconds