Home
last modified time | relevance | path

Searched refs:check_line (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_regrtest.py352 def check_line(self, output, regex): member in BaseTestCase
395 self.check_line(output, regex)
399 self.check_line(output, regex)
403 self.check_line(output, regex)
410 self.check_line(output, regex)
413 self.check_line(output, 'Test suite interrupted by signal SIGINT.')
421 self.check_line(output, 'Tests result: %s' % result)
694 self.check_line(output, regex)
716 self.check_line(output, regex)
725 self.check_line(output, regex)
[all …]
/external/selinux/libsemanage/src/
Dgenhomedircon.c553 static int check_line(genhomedircon_settings_t * s, const char *line) in check_line() function
583 if (check_line(s, line) == STATUS_SUCCESS) { in write_replacements()
618 if (check_line(s, line) == STATUS_SUCCESS && in write_contexts()
660 if (check_line(s, line) == STATUS_SUCCESS) { in write_contexts()
/external/libpng/contrib/tools/
Dgenpng.c607 check_line(const struct arg *arg, double x, double y) in check_line() function
647 { inside_line, check_line } }
/external/skia/tests/
DPathTest.cpp3691 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function
3733 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset()
3741 check_line(reporter, &iter, x1, y1); in check_path_is_line()
3749 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset()
3750 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()
/external/skqp/tests/
DPathTest.cpp3785 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function
3827 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset()
3835 check_line(reporter, &iter, x1, y1); in check_path_is_line()
3843 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset()
3844 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()