Searched refs:Almost (Results 1 - 8 of 8) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_poll.py108 class Almost: class in function:PollTests.poll_unit_tests
113 self.assertRaises(TypeError, pollster.register, Almost(), 0)
H A Dtest_select.py14 class Almost: class in class:SelectTestCase
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_poll.py108 class Almost: class in function:PollTests.poll_unit_tests
113 self.assertRaises(TypeError, pollster.register, Almost(), 0)
H A Dtest_select.py14 class Almost: class in class:SelectTestCase
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_poll.py108 class Almost: class in function:PollTests.poll_unit_tests
113 self.assertRaises(TypeError, pollster.register, Almost(), 0)
H A Dtest_select.py14 class Almost: class in class:SelectTestCase
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_poll.py108 class Almost: class in function:PollTests.poll_unit_tests
113 self.assertRaises(TypeError, pollster.register, Almost(), 0)
H A Dtest_select.py14 class Almost: class in class:SelectTestCase
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])

Completed in 114 milliseconds