HomeSort by relevance Sort by last modified time
    Searched full:make_bad_fd (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 15 from test.test_support import TESTFN, check_warnings, run_unittest, make_bad_fd namespace
343 self.assertRaises(OSError, _FileIO, make_bad_fd())
346 self.assertRaises(IOError, msvcrt.get_osfhandle, make_bad_fd())
test_os.py 612 f(test_support.make_bad_fd(), *args)
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
625 fd = test_support.make_bad_fd()
    [all...]
test_signal.py 233 fd = test_support.make_bad_fd()
test_support.py 533 def make_bad_fd(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 15 from test.test_support import TESTFN, check_warnings, run_unittest, make_bad_fd namespace
343 self.assertRaises(OSError, _FileIO, make_bad_fd())
346 self.assertRaises(IOError, msvcrt.get_osfhandle, make_bad_fd())
test_os.py 612 f(test_support.make_bad_fd(), *args)
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
625 fd = test_support.make_bad_fd()
    [all...]
test_signal.py 233 fd = test_support.make_bad_fd()
test_support.py 533 def make_bad_fd(): function
    [all...]

Completed in 501 milliseconds