/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 85 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/ |
D | test_regrtest.py | 389 def check_line(self, output, regex): member in BaseTestCase 437 self.check_line(output, regex) 441 self.check_line(output, regex) 446 self.check_line(output, regex) 450 self.check_line(output, regex) 454 self.check_line(output, regex) 456 self.check_line(output, regex) 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/ |
D | parser.cc | 273 static bool check_line(grpc_http_parser* parser) { in check_line() function 311 if (check_line(parser)) { in addbyte()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 558 static int check_line(genhomedircon_settings_t * s, const char *line) in check_line() function 588 if (check_line(s, line) == STATUS_SUCCESS) { in write_replacements() 623 if (check_line(s, line) == STATUS_SUCCESS && in write_contexts() 665 if (check_line(s, line) == STATUS_SUCCESS) { in write_contexts()
|
/external/libpng/contrib/tools/ |
D | genpng.c | 607 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/ |
D | update_mir_test_checks.py | 249 check_line = '{}: {}'.format(check, func_line[indent:]).rstrip() 250 output_lines.append(check_line)
|
/external/skia/tests/ |
D | PathTest.cpp | 3785 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()
|
/external/skqp/tests/ |
D | PathTest.cpp | 3794 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/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_btf.c | 4737 static int check_line(const char *expected_line, int nexpected_line, in check_line() function 4882 err = check_line(expected_line, nexpected_line, in do_test_pprint() 4898 err = check_line(expected_line, nexpected_line, in do_test_pprint()
|