Home
last modified time | relevance | path

Searched defs:expected_file (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/tools/tests/
Drun-test.py38 expected_file = asm_file.stem + '.expected' variable
/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py94 expected_file, expected_argv0, argument
122 def _check_script(self, script_exec_args, expected_file, argument
Dtest_runpy.py603 def _check_script(self, script_name, expected_name, expected_file, argument
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py70 def _check_script(self, script_name, expected_file, argument
Dtest_runpy.py338 def _check_script(self, script_name, expected_name, expected_file, argument
/external/zstd/tests/regression/
Dtest.c292 static int diff_results(char const* actual_file, char const* expected_file) { in diff_results()
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc147 void CheckSingleAnnotation(const std::string& expected_file, in CheckSingleAnnotation()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc147 void CheckSingleAnnotation(const std::string& expected_file, in CheckSingleAnnotation()
/external/cronet/base/
Dcheck_unittest.cc411 #define EXPECT_LOG_ERROR_WITH_FILENAME(expected_file, expected_line, expr, \ argument
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc882 for (const string& expected_file : expected_files) { in TEST() local