/external/bc/tests/ |
D | history.py | 109 def check_line(child, expected, prompt=">>> ", history=True): function 463 check_line(child, "1") 465 check_line(child, "1") 497 check_line(child, "1", history=False) 532 check_line(child, "132546") 535 check_line(child, "1324") 538 check_line(child, "84531267") 571 check_line(child, "15") 573 check_line(child, "65536") 576 check_line(child, "15") [all …]
|
/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 | 406 def check_line(self, output, regex): member in BaseTestCase 452 self.check_line(output, regex) 456 self.check_line(output, regex) 461 self.check_line(output, regex) 465 self.check_line(output, regex) 469 self.check_line(output, regex) 471 self.check_line(output, regex) 474 self.check_line(output, regex) 478 self.check_line(output, regex) 486 self.check_line(output, regex) [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.cc | 292 static bool check_line(grpc_http_parser* parser) { in check_line() function 331 if (check_line(parser)) { in addbyte()
|
/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 | 608 check_line(const struct arg *arg, double x, double y) in check_line() function 648 { inside_line, check_line } }
|
/external/skia/tests/ |
D | PathTest.cpp | 3835 static void check_line(skiatest::Reporter* reporter, SkPathPriv::RangeIter* iter, in check_line() function 3879 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset() 3887 check_line(reporter, &iter, x1, y1); in check_path_is_line() 3895 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset() 3896 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset() 3923 check_line(reporter, &iter, 20, 21); in test_rMoveTo() 3933 check_line(reporter, &iter, 20, 21); in test_rMoveTo()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5137 static int check_line(const char *expected_line, int nexpected_line, in check_line() function 5277 err = check_line(expected_line, nexpected_line, in do_test_pprint() 5293 err = check_line(expected_line, nexpected_line, in do_test_pprint()
|