HomeSort by relevance Sort by last modified time
    Searched refs:expected_file (Results 1 - 22 of 22) 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/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py 26 expected_file = os.path.join(target_dir, 'expected.json')
28 expected_file])
29 return (expected_file, result_file)
  /external/toolchain-utils/user_activity_benchmarks/
process_hot_functions_unittest.py 132 [os.path.join(self._expected_common_functions_path, expected_file)
133 for expected_file in os.listdir(self._expected_common_functions_path)]
143 with open(expected_file_name) as expected_file:
144 expected_output_lines = expected_file.readlines()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line_script.py 66 def _check_script(self, script_name, expected_file,
75 printed_file = '__file__==%r' % expected_file
test_runpy.py 311 def _check_script(self, script_name, expected_name, expected_file,
315 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/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/python/cpython2/Lib/test/
test_cmd_line_script.py 70 def _check_script(self, script_name, expected_file,
79 printed_file = '__file__==%r' % expected_file
test_runpy.py 338 def _check_script(self, script_name, expected_name, expected_file,
342 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 552 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
556 self.assertEqual(expected_file, path)
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/lower_jumps/
create_test_cases.py 306 expected_file = '{0}.opt_test.expected'.format(test_name)
307 with open(expected_file, 'w') as f:

Completed in 501 milliseconds