Home
last modified time | relevance | path

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

/external/bc/tests/
Dhistory.py109 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/
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.py406 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/
Dparser.cc292 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/
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.c558 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/
Dgenpng.c608 check_line(const struct arg *arg, double x, double y) in check_line() function
648 { inside_line, check_line } }
/external/skia/tests/
DPathTest.cpp3835 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/
Dbtf.c5137 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()