Home
last modified time | relevance | path

Searched refs:got_line (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c348 int got_line; in png_handle_row() local
383 got_line = 0; in png_handle_row()
389 if (got_line) in png_handle_row()
395 got_line = 1; in png_handle_row()
/third_party/python/Lib/test/
Dtest_io.py2842 for got_line, exp_line in zip(got_lines, exp_lines):
2843 self.assertEqual(got_line, exp_line)