HomeSort by relevance Sort by last modified time
    Searched refs:IOError (Results 176 - 200 of 1458) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 146 self.assertRaises(IOError, self.f.read)
164 self.assertRaises(IOError, getattr(self.f, attr))
169 self.assertRaises(IOError, lambda: [line for line in self.f])
174 self.assertRaises(IOError, self.f.readinto, bytearray(len(data)))
179 self.assertRaises(IOError, self.f.write, data)
183 self.assertRaises(IOError, self.f.writelines, [data, data])
187 self.assertRaises(IOError, self.f.truncate)
200 except IOError as e:
203 self.fail("opening a directory didn't raise an IOError")
221 except (IOError, ValueError)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 146 self.assertRaises(IOError, self.f.read)
164 self.assertRaises(IOError, getattr(self.f, attr))
169 self.assertRaises(IOError, lambda: [line for line in self.f])
174 self.assertRaises(IOError, self.f.readinto, bytearray(len(data)))
179 self.assertRaises(IOError, self.f.write, data)
183 self.assertRaises(IOError, self.f.writelines, [data, data])
187 self.assertRaises(IOError, self.f.truncate)
200 except IOError as e:
203 self.fail("opening a directory didn't raise an IOError")
221 except (IOError, ValueError)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 146 self.assertRaises(IOError, self.f.read)
164 self.assertRaises(IOError, getattr(self.f, attr))
169 self.assertRaises(IOError, lambda: [line for line in self.f])
174 self.assertRaises(IOError, self.f.readinto, bytearray(len(data)))
179 self.assertRaises(IOError, self.f.write, data)
183 self.assertRaises(IOError, self.f.writelines, [data, data])
187 self.assertRaises(IOError, self.f.truncate)
200 except IOError as e:
203 self.fail("opening a directory didn't raise an IOError")
221 except (IOError, ValueError)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 109 except IOError:
122 except IOError, err:
123 return "IOError: %s" % str(err)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
mboxconvert.py 36 except IOError, msg:
59 except IOError, msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
sortperf.py 25 except IOError:
40 except IOError, msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 117 except IOError, msg:
197 except IOError,msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
classfix.py 86 except IOError, msg:
109 except IOError, msg:
methfix.py 83 except IOError, msg:
120 except IOError, msg:
pathfix.py 92 except IOError, msg:
105 except IOError, msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
websucker.py 59 except IOError:
86 except IOError, msg:
  /device/linaro/hikey/l-loader/
gen_loader_hikey.py 50 except IOError, e:
62 except IOError, e:
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 61 except IOError as err:
67 raise error.TestFail('IOError %d while searching for accel'
78 except IOError as err:
84 raise error.TestFail('IOError %d while reading %s',
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 89 except IOError:
108 except IOError:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
run_tests.py 47 except IOError:
58 except IOError:
  /external/libmojo/third_party/jinja2/
exceptions.py 45 class TemplateNotFound(IOError, LookupError, TemplateError):
53 IOError.__init__(self)
  /external/python/cpython2/Demo/cgi/
wiki.py 109 except IOError:
122 except IOError, err:
123 return "IOError: %s" % str(err)
  /external/python/cpython2/Demo/scripts/
mboxconvert.py 36 except IOError, msg:
59 except IOError, msg:
  /external/python/cpython2/Lib/test/
sortperf.py 25 except IOError:
40 except IOError, msg:
test_fileio.py 157 except IOError as e:
161 self.fail("Should have raised IOError")
166 with self.assertRaises(IOError) as cm:
184 except IOError:
196 except IOError as e:
199 self.fail("Should have raised IOError")
203 except IOError:
250 except IOError:
374 self.assertRaises(IOError, msvcrt.get_osfhandle, make_bad_fd())
478 except (UnicodeEncodeError, IOError)
    [all...]
test_imghdr.py 89 with self.assertRaises(IOError):
113 with self.assertRaises(IOError) as cm:
  /external/python/cpython2/Tools/i18n/
msgfmt.py 118 except IOError, msg:
197 except IOError,msg:
  /external/python/cpython2/Tools/scripts/
classfix.py 86 except IOError, msg:
109 except IOError, msg:
methfix.py 83 except IOError, msg:
120 except IOError, msg:
pathfix.py 92 except IOError, msg:
105 except IOError, msg:

Completed in 461 milliseconds

1 2 3 4 5 6 78 91011>>