HomeSort by relevance Sort by last modified time
    Searched refs:MyFileIO (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/test/
test_fileio.py 492 class MyFileIO(_FileIO):
496 return super(MyFileIO, self).__setattr__(name, value)
498 self.assertRaises(MyException, MyFileIO, fd)
test_io.py 448 class MyFileIO(self.FileIO):
452 f = super(MyFileIO, self).__del__
459 super(MyFileIO, self).close()
462 super(MyFileIO, self).flush()
463 f = MyFileIO(support.TESTFN, "wb")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fileio.py 460 class MyFileIO(_FileIO):
464 return super(MyFileIO, self).__setattr__(name, value)
466 self.assertRaises(MyException, MyFileIO, fd)
test_io.py 437 class MyFileIO(self.FileIO):
441 f = super(MyFileIO, self).__del__
448 super(MyFileIO, self).close()
451 super(MyFileIO, self).flush()
452 f = MyFileIO(support.TESTFN, "wb")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fileio.py 460 class MyFileIO(_FileIO):
464 return super(MyFileIO, self).__setattr__(name, value)
466 self.assertRaises(MyException, MyFileIO, fd)
test_io.py 437 class MyFileIO(self.FileIO):
441 f = super(MyFileIO, self).__del__
448 super(MyFileIO, self).close()
451 super(MyFileIO, self).flush()
452 f = MyFileIO(support.TESTFN, "wb")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 460 class MyFileIO(_FileIO):
464 return super(MyFileIO, self).__setattr__(name, value)
466 self.assertRaises(MyException, MyFileIO, fd)
test_io.py 437 class MyFileIO(self.FileIO):
441 f = super(MyFileIO, self).__del__
448 super(MyFileIO, self).close()
451 super(MyFileIO, self).flush()
452 f = MyFileIO(support.TESTFN, "wb")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 460 class MyFileIO(_FileIO):
464 return super(MyFileIO, self).__setattr__(name, value)
466 self.assertRaises(MyException, MyFileIO, fd)
test_io.py 437 class MyFileIO(self.FileIO):
441 f = super(MyFileIO, self).__del__
448 super(MyFileIO, self).close()
451 super(MyFileIO, self).flush()
452 f = MyFileIO(support.TESTFN, "wb")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py 426 class MyFileIO(self.FileIO):
430 f = super(MyFileIO, self).__del__
437 super(MyFileIO, self).close()
440 super(MyFileIO, self).flush()
441 f = MyFileIO(support.TESTFN, "wb")
    [all...]

Completed in 697 milliseconds