Home
last modified time | relevance | path

Searched refs:expected_file (Results 1 – 15 of 15) sorted by relevance

/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_exec_anatomy.py26 expected_file = os.path.join(target_dir, 'expected.json')
28 expected_file])
29 return (expected_file, result_file)
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_exec_anatomy.py25 expected_file = os.path.join(target_dir, 'expected.json')
27 expected_file])
28 return (expected_file, result_file)
/external/mesa3d/src/intel/tools/tests/
Drun-test.py38 expected_file = asm_file.stem + '.expected' variable
39 expected_path = args.gen_folder / expected_file
64 expected_file, asm_file.stem + '.out'))
/external/python/apitools/samples/
Duptodate_check_test.py66 for expected_file in expected_files:
69 api_name, prefix, expected_file)),
70 _GetContent(os.path.join(tmp_dir_path, expected_file)))
/external/zstd/tests/regression/
Dtest.c292 static int diff_results(char const* actual_file, char const* expected_file) { in diff_results() argument
294 data_buffer_t const expected = data_buffer_read(expected_file); in diff_results()
305 expected_file); in diff_results()
315 expected_file); in diff_results()
/external/harfbuzz_ng/test/subset/
Drun-tests.py59 expected_file = os.path.join(test_suite.get_output_directory (),
61 print (' expected_file %s' % os.path.abspath (expected_file))
/external/perfetto/tools/
Ddiff_test_trace_processor.py102 with open(expected_path, 'r') as expected_file:
103 expected = expected_file.read()
143 with open(expected_path, 'r') as expected_file:
144 expected = expected_file.read()
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py70 def _check_script(self, script_name, expected_file, argument
79 printed_file = '__file__==%r' % expected_file
Dtest_runpy.py338 def _check_script(self, script_name, expected_name, expected_file, argument
342 self.assertEqual(result["__file__"], expected_file)
Dtest_warnings.py556 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
560 self.assertEqual(expected_file, path)
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc137 void CheckSingleAnnotation(const std::string& expected_file, in CheckSingleAnnotation() argument
141 EXPECT_EQ(expected_file, annotation.source_file()); in CheckSingleAnnotation()
/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py92 expected_file, expected_argv0, argument
100 printed_file = '__file__==%a' % expected_file
120 def _check_script(self, script_exec_args, expected_file, argument
131 self._check_output(script_exec_args, rc, out + err, expected_file,
Dtest_runpy.py603 def _check_script(self, script_name, expected_name, expected_file, argument
616 expected_file)
625 "__file__": expected_file,
640 expected_file)
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc858 for (const string& expected_file : expected_files) { in TEST() local
859 TF_EXPECT_OK(env->FileExists(io::JoinPath(dir, expected_file))); in TEST()
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py751 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
755 self.assertEqual(expected_file, path)