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

  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 83 brillo::Blob expected_file(kBlockSize);
84 expected_file.insert(expected_file.end(),
86 ExpectVectorsEq(expected_file, result_file);
138 brillo::Blob expected_file; local
139 expected_file.insert(expected_file.end(),
142 expected_file.insert(expected_file.end(),
144 expected_file.insert(expected_file.end()
180 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)
  /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:
  /external/python/cpython3/Lib/test/
test_cmd_line_script.py 112 expected_file, expected_argv0,
120 printed_file = '__file__==%a' % expected_file
138 def _check_script(self, script_name, expected_file,
145 self._check_output(script_name, rc, out + err, expected_file,
test_runpy.py 601 def _check_script(self, script_name, expected_name, expected_file,
614 expected_file)
623 "__file__": expected_file,
638 expected_file)
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 555 for (const string& expected_file : expected_files) {
556 TF_EXPECT_OK(env->FileExists(io::JoinPath(dir, expected_file)));
  /external/python/cpython3/Lib/test/test_warnings/
__init__.py 757 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
761 self.assertEqual(expected_file, path)
    [all...]

Completed in 664 milliseconds