HomeSort by relevance Sort by last modified time
    Searched refs:OSError (Results 1 - 25 of 782) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_exception_hierarchy.py 10 class SubOSError(OSError):
13 class SubOSErrorWithInit(OSError):
18 class SubOSErrorWithNew(OSError):
30 class SubOSErrorWithStandaloneInit(OSError):
38 self.assertEqual(OSError.__name__, 'OSError')
39 self.assertIs(IOError, OSError)
40 self.assertIs(EnvironmentError, OSError)
44 self.assertIs(socket.gaierror.__base__, OSError)
45 self.assertIs(socket.herror.__base__, OSError)
    [all...]
tf_inherit_check.py 16 except OSError:
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
  /external/python/cpython3/Tools/scripts/
copytime.py 16 except OSError:
21 except OSError:
linktree.py 35 except OSError as msg:
41 except OSError as msg:
54 except OSError as msg:
  /external/autotest/client/bin/result_tools/
result_info_lib.py 19 except OSError:
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/
fileutil.py 15 except OSError as e:
  /external/python/cpython2/Lib/plat-os2emx/
_emx_link.py 50 raise OSError, (errno.EXDEV, 'Cross-device link')
55 except OSError:
63 except OSError:
78 except OSError:
  /external/python/cpython3/Lib/test/test_asyncio/
echo3.py 10 except OSError as ex:
  /external/tensorflow/tensorflow/python/platform/
self_check.py 48 except OSError:
63 except OSError:
76 except OSError:
88 except OSError:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
test_pep277.py 74 except OSError:
111 self._apply_failure(os.stat, name, OSError)
112 self._apply_failure(os.chdir, name, OSError)
113 self._apply_failure(os.rmdir, name, OSError)
114 self._apply_failure(os.remove, name, OSError)
116 self._apply_failure(os.listdir, name, OSError, False)
138 self._apply_failure(os.stat, name, OSError)
139 self._apply_failure(os.chdir, name, OSError)
140 self._apply_failure(os.rmdir, name, OSError)
141 self._apply_failure(os.remove, name, OSError)
    [all...]
  /external/python/cpython3/Lib/
pty.py 27 except (AttributeError, OSError):
40 except (AttributeError, OSError):
56 except OSError:
59 raise OSError('out of pty devices')
75 except OSError:
85 except (AttributeError, OSError):
91 except OSError:
165 except OSError:
  /external/python/cpython3/Tools/freeze/
bkfile.py 10 except OSError:
14 except OSError:
  /external/chromium-trace/catapult/common/py_utils/py_utils/
file_util.py 20 except OSError, e:
  /external/python/setuptools/pkg_resources/
py31compat.py 9 except OSError as exc:
  /external/ply/ply/test/
testlex.py 337 except OSError:
367 except OSError:
371 except OSError:
375 except OSError:
410 except OSError:
414 except OSError:
418 except OSError:
424 except OSError:
428 except OSError:
432 except OSError
    [all...]
  /external/python/cpython3/Lib/dbm/
__init__.py 45 error = (error, OSError)
117 except OSError:
130 except OSError:
147 except OSError:
153 except OSError:
  /external/python/cpython2/Lib/test/
test_pep277.py 74 except OSError:
111 self._apply_failure(os.stat, name, OSError)
112 self._apply_failure(os.chdir, name, OSError)
113 self._apply_failure(os.rmdir, name, OSError)
114 self._apply_failure(os.remove, name, OSError)
116 self._apply_failure(os.listdir, name, OSError, False)
138 self._apply_failure(os.stat, name, OSError)
139 self._apply_failure(os.chdir, name, OSError)
140 self._apply_failure(os.rmdir, name, OSError)
141 self._apply_failure(os.remove, name, OSError)
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_find.py 38 except OSError:
43 except OSError:
48 except OSError:
  /external/autotest/client/site_tests/security_SandboxLinuxUnittests/
security_SandboxLinuxUnittests.py 26 except OSError as ose:
  /external/chromium-trace/catapult/devil/devil/utils/
file_utils.py 27 except OSError:
host_utils.py 14 except OSError:
  /external/python/cpython3/Lib/test/subprocessdata/
fd_status.py 27 except OSError as e:
  /external/python/cpython3/Lib/distutils/
file_util.py 30 except OSError as e:
36 except OSError as e:
42 except OSError as e:
49 except OSError as e:
58 except OSError as e:
139 except OSError:
204 except OSError as e:
216 except OSError as e:
220 except OSError:

Completed in 1336 milliseconds

1 2 3 4 5 6 7 8 91011>>