/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_exec_anatomy.py | 26 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/ |
D | test_exec_anatomy.py | 25 expected_file = os.path.join(target_dir, 'expected.json') 27 expected_file]) 28 return (expected_file, result_file)
|
/external/mesa3d/src/intel/tools/tests/ |
D | run-test.py | 38 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/ |
D | uptodate_check_test.py | 66 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/ |
D | test.c | 292 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/ |
D | run-tests.py | 59 expected_file = os.path.join(test_suite.get_output_directory (), 61 print (' expected_file %s' % os.path.abspath (expected_file))
|
/external/perfetto/tools/ |
D | diff_test_trace_processor.py | 102 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/ |
D | test_cmd_line_script.py | 70 def _check_script(self, script_name, expected_file, argument 79 printed_file = '__file__==%r' % expected_file
|
D | test_runpy.py | 338 def _check_script(self, script_name, expected_name, expected_file, argument 342 self.assertEqual(result["__file__"], expected_file)
|
D | test_warnings.py | 556 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 560 self.assertEqual(expected_file, path)
|
/external/protobuf/src/google/protobuf/compiler/ |
D | mock_code_generator.cc | 137 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/ |
D | test_cmd_line_script.py | 92 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,
|
D | test_runpy.py | 603 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/ |
D | tensor_bundle_test.cc | 858 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__.py | 751 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 755 self.assertEqual(expected_file, path)
|