Searched refs:check_line (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_regrtest.py | 413 def check_line(self, output, regex): member in BaseTestCase 459 self.check_line(output, regex) 463 self.check_line(output, regex) 468 self.check_line(output, regex) 472 self.check_line(output, regex) 476 self.check_line(output, regex) 478 self.check_line(output, regex) 481 self.check_line(output, regex) 485 self.check_line(output, regex) 493 self.check_line(outpu [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vb.c | 85 static inline int check_line(uint8_t *buf, uint8_t *start, uint8_t *end) in check_line() function 120 if (check_line(prev + y*width, pstart, pend)) in vb_decode_framedata() 139 if (check_line(prev + t + y*width, pstart, pend)) in vb_decode_framedata()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 551 * { inside_line, check_line } 607 check_line(const struct arg *arg, double x, double y) in check_line() function 647 { inside_line, check_line } }
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 3790 static void check_line(skiatest::Reporter* reporter, SkPathPriv::RangeIter* iter, in check_line() function 3834 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset() 3842 check_line(reporter, &iter, x1, y1); in check_path_is_line() 3850 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset() 3851 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset() 3878 check_line(reporter, &iter, 20, 21); in test_rMoveTo() 3888 check_line(reporter, &iter, 20, 21); in test_rMoveTo()
|
Completed in 13 milliseconds