Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dmarkup-parse.c256 gchar *expected_file; in test_parse() local
263 expected_file = get_expected_filename (filename, 0); in test_parse()
271 g_file_get_contents (expected_file, &expected, NULL, &error); in test_parse()
278 g_free (expected_file); in test_parse()
280 expected_file = get_expected_filename (filename, G_MARKUP_TREAT_CDATA_AS_TEXT); in test_parse()
281 if (g_file_test (expected_file, G_FILE_TEST_EXISTS)) in test_parse()
289 g_file_get_contents (expected_file, &expected, NULL, &error); in test_parse()
297 g_free (expected_file); in test_parse()
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drun-tests.py46 expected_file = os.path.join (test_suite.get_output_directory (),
48 print (' expected_file %s' % os.path.abspath (expected_file))
64 expected_file = os.path.join (test_suite.get_output_directory (), test.get_font_name ())
65 with open (expected_file, "rb") as fp:
83 with TTFont (expected_file) as font:
/third_party/harfbuzz/test/subset/
Drun-tests.py39 expected_file = os.path.join (test_suite.get_output_directory (),
41 print (' expected_file %s' % os.path.abspath (expected_file))
/third_party/flutter/skia/third_party/externals/harfbuzz/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))
/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc146 void CheckSingleAnnotation(const std::string& expected_file, in CheckSingleAnnotation() argument
150 EXPECT_EQ(expected_file, annotation.source_file()); in CheckSingleAnnotation()
/third_party/python/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)
/third_party/python/Lib/test/test_warnings/
D__init__.py751 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
755 self.assertEqual(expected_file, path)