Searched defs:ateof (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_descr.py2789 self.ateof is true if and only if the final "" line has been read,
2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
2797 if self.ateof:
2804 self.ateof = 1
2817 self.assertEqual(f.ateof, (i > len(lines)))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_descr.py2789 self.ateof is true if and only if the final "" line has been read,
2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
2797 if self.ateof:
2804 self.ateof = 1
2817 self.assertEqual(f.ateof, (i > len(lines)))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py2789 self.ateof is true if and only if the final "" line has been read,
2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
2797 if self.ateof:
2804 self.ateof = 1
2817 self.assertEqual(f.ateof, (i > len(lines)))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py2789 self.ateof is true if and only if the final "" line has been read,
2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
2797 if self.ateof:
2804 self.ateof = 1
2817 self.assertEqual(f.ateof, (i > len(lines)))

Completed in 146 milliseconds