/third_party/python/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 …]
|
/third_party/ffmpeg/libavcodec/ |
D | vb.c | 84 static inline int check_line(uint8_t *buf, uint8_t *start, uint8_t *end) in check_line() function 119 if (check_line(prev + y*width, pstart, pend)) in vb_decode_framedata() 138 if (check_line(prev + t + y*width, pstart, pend)) in vb_decode_framedata()
|
/third_party/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()
|
/third_party/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 } }
|
/third_party/flutter/skia/third_party/externals/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 } }
|
/third_party/skia/third_party/externals/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 } }
|
/third_party/skia/tests/ |
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()
|
/third_party/flutter/skia/tests/ |
D | PathTest.cpp | 3768 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function 3810 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset() 3818 check_line(reporter, &iter, x1, y1); in check_path_is_line() 3826 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset() 3827 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()
|