Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_regrtest.py85 def check_line(self, output, regex): member in BaseTestCase
131 self.check_line(output, regex)
135 self.check_line(output, regex)
140 self.check_line(output, regex)
144 self.check_line(output, regex)
148 self.check_line(output, regex)
149 self.check_line(output, "Re-running failed tests in verbose mode")
152 self.check_line(output, regex)
160 self.check_line(output, regex)
163 self.check_line(output, 'Test suite interrupted by signal SIGINT.')
[all …]
/external/python/cpython3/Lib/test/
Dtest_regrtest.py390 def check_line(self, output, regex): member in BaseTestCase
438 self.check_line(output, regex)
442 self.check_line(output, regex)
447 self.check_line(output, regex)
451 self.check_line(output, regex)
455 self.check_line(output, regex)
456 self.check_line(output, "Re-running failed tests in verbose mode")
459 self.check_line(output, regex)
463 self.check_line(output, regex)
471 self.check_line(output, regex)
[all …]
/external/grpc-grpc/src/core/lib/http/
Dparser.cc273 static bool check_line(grpc_http_parser* parser) { in check_line() function
311 if (check_line(parser)) { in addbyte()
/external/selinux/libsemanage/src/
Dgenhomedircon.c556 static int check_line(genhomedircon_settings_t * s, const char *line) in check_line() function
586 if (check_line(s, line) == STATUS_SUCCESS) { in write_replacements()
621 if (check_line(s, line) == STATUS_SUCCESS && in write_contexts()
663 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/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mir_test_checks.py249 check_line = '{}: {}'.format(check, func_line[indent:]).rstrip()
250 output_lines.append(check_line)
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c2598 static int check_line(const char *expected_line, int nexpected_line, in check_line() function
2742 err = check_line(expected_line, nexpected_line, in do_test_pprint()
2770 err = check_line(expected_line, nexpected_line, in do_test_pprint()
/external/skqp/tests/
DPathTest.cpp3794 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function
3836 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset()
3844 check_line(reporter, &iter, x1, y1); in check_path_is_line()
3852 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset()
3853 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()
/external/skia/tests/
DPathTest.cpp3809 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function
3851 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset()
3859 check_line(reporter, &iter, x1, y1); in check_path_is_line()
3867 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset()
3868 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()