HomeSort by relevance Sort by last modified time
    Searched refs:IOError (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 51 except IOError:
96 except IOError:
207 except (OSError, IOError) as e:
211 raise IOError, (_errno.ENOENT,
247 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found")
365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
_MozillaCookieJar.py 106 except IOError:
toaiff.py 93 except IOError, msg:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 58 self.raise_catch(IOError, "IOError")
59 self.assertRaises(IOError, open, 'this file does not exist', 'r')
215 (IOError, ('foo',),
218 (IOError, ('foo', 'bar'),
221 (IOError, ('foo', 'bar', 'baz'),
224 (IOError, ('foo', 'bar', 'baz', 'quux'),
521 IOError(2, 'No such file or directory'),
test_urllib.py 190 # urlopen() should raise IOError for many error codes.
198 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
203 # urlopen() should raise IOError for many error codes.
212 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
217 # urlopen() raises IOError if the underlying socket does not send any
221 self.assertRaises(IOError, urllib.urlopen, 'http://something')
226 self.assertRaises(IOError, urllib.urlopen,
239 self.assertRaises(IOError, urllib.urlopen, tmp_fileurl)
242 self.assertRaises(IOError, urllib.urlopen,
    [all...]
test_ioctl.py 11 except IOError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 190 # urlopen() should raise IOError for many error codes.
198 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
203 # urlopen() should raise IOError for many error codes.
212 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
217 # urlopen() raises IOError if the underlying socket does not send any
221 self.assertRaises(IOError, urllib.urlopen, 'http://something')
226 self.assertRaises(IOError, urllib.urlopen,
239 self.assertRaises(IOError, urllib.urlopen, tmp_fileurl)
242 self.assertRaises(IOError, urllib.urlopen,
    [all...]
test_ioctl.py 11 except IOError:
test_ossaudiodev.py 47 except IOError, msg:
165 except (ossaudiodev.error, IOError), msg:
test_pep277.py 110 self._apply_failure(open, name, IOError)
137 self._apply_failure(open, name, IOError)
test_urllibnet.py 21 except IOError, last_exc:
142 self.assertRaises(IOError,
  /development/testrunner/coverage/
coverage_targets.py 65 except IOError:
  /development/testrunner/test_defs/
test_defs.py 57 except IOError:
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 32 except IOError:
  /external/chromium_org/chrome/tools/
inconsistent-eol.py 82 except IOError, e:
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.h 88 void IOError();
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 66 except IOError as e:
95 except IOError as e:
106 except IOError as e:
136 except IOError as e:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 98 except IOError:
  /external/chromium_org/third_party/leveldatabase/
env_chromium_unittest.cc 52 Status s = Status::IOError("Some message", "from leveldb itself");
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 54 except IOError:
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 46 except IOError:
  /external/clang/tools/scan-view/
scan-view 28 except IOError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 106 except IOError:
toaiff.py 93 except IOError, msg:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server_base.py 193 except IOError, e:
209 except IOError, e:

Completed in 1805 milliseconds

1 2 34 5 6 7 8 91011>>