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

  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 87 brillo::Blob expected_file(kBlockSize);
88 expected_file.insert(expected_file.end(),
90 ExpectVectorsEq(expected_file, result_file);
155 brillo::Blob expected_file; local
156 expected_file.insert(expected_file.end(),
159 expected_file.insert(expected_file.end(),
161 expected_file.insert(expected_file.end()
205 brillo::Blob expected_file; local
    [all...]
  /external/v8/build/android/play_services/
utils.py 126 def FileEquals(expected_file, actual_file):
132 if not os.path.isfile(actual_file) or not os.path.isfile(expected_file):
134 return filecmp.cmp(expected_file, actual_file)
  /external/v8/build/android/gyp/
apk_install.py 46 with open(metadata_path, 'r') as expected_file:
47 return expected_file.read() != device.GetInstallMetadata(apk_package)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/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/v8/test/cctest/interpreter/
test-bytecode-generator.cc 91 std::ifstream expected_file((kGoldenFileDirectory + golden_filename).c_str());
92 CHECK(expected_file.is_open());
93 SkipGoldenFileHeader(expected_file);
96 expected_stream << "---\n" << expected_file.rdbuf();
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_oauth2client.py 286 EXPECTED_FILE = os.path.join(CUSTOM_DIR,
292 self.assertEqual(well_known_file, EXPECTED_FILE)
    [all...]

Completed in 1915 milliseconds