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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 81 except OSError:
webbrowser.py 180 except OSError:
200 except OSError:
369 except OSError:
382 except OSError:
395 except OSError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_anydbm.py 22 except OSError:
test_file_eintr.py 36 except OSError:
65 except OSError:
test_os.py 52 self.assertRaises(OSError, os.write, first, "a")
110 # and see if it raises a 'Permission denied' OSError. If it does, then
126 # OSError(), 'args' will be (13, 'Permission denied') in both
130 except OSError, second:
133 self.fail("expected os.tmpfile() to raise OSError")
260 except OSError, e:
381 self.assertRaises(OSError, os.environ.__delitem__, key)
503 self.assertRaises(OSError, os.makedirs, os.curdir)
613 except OSError as e:
616 self.fail("%r didn't raise a OSError with a bad file descriptor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 68 self.assertRaises(OSError, newer_group, [one, two, old_file], three)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 81 except OSError:
webbrowser.py 180 except OSError:
200 except OSError:
369 except OSError:
382 except OSError:
395 except OSError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_anydbm.py 22 except OSError:
test_file_eintr.py 36 except OSError:
65 except OSError:
test_os.py 52 self.assertRaises(OSError, os.write, first, "a")
110 # and see if it raises a 'Permission denied' OSError. If it does, then
126 # OSError(), 'args' will be (13, 'Permission denied') in both
130 except OSError, second:
133 self.fail("expected os.tmpfile() to raise OSError")
260 except OSError, e:
381 self.assertRaises(OSError, os.environ.__delitem__, key)
503 self.assertRaises(OSError, os.makedirs, os.curdir)
613 except OSError as e:
616 self.fail("%r didn't raise a OSError with a bad file descriptor
    [all...]
  /external/chromium/build/mac/
strip_save_dsym 204 except OSError, (err, error_string):
267 except OSError, (err, error_string):
  /external/chromium/build/util/
lastchange.py 38 except OSError:
84 except OSError:
  /external/chromium_org/build/mac/
strip_save_dsym 204 except OSError, (err, error_string):
267 except OSError, (err, error_string):
  /external/chromium_org/build/util/
lastchange.py 39 except OSError:
89 except OSError:
  /external/chromium_org/chrome/tools/process_dumps/
process_dumps_linux.py 50 If the command exits with an error, raises OSError.
58 raise OSError('%s: %s' % (subprocess.list2cmdline(command), output))
88 except OSError:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 170 except OSError, e:
230 class _WindowsError(exceptions.OSError):
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
work_unit.py 25 except OSError, e:
144 except OSError:
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 33 except (OSError, subprocess.CalledProcessError):
128 except OSError:
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_interface.py 75 except OSError:
192 raise OSError('Machine wasn\'t responding to ssh: %s' %
194 raise OSError('Unepected error: %s' % stderr)
204 raise OSError('No such file or directory %s' % stderr)
217 raise OSError('No such file or directory %s' % stderr)
240 raise OSError('No such file or directory %s' % stderr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 73 except OSError, exc:
204 except (IOError, OSError), exc:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 35 except OSError:
53 except OSError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 73 except OSError, exc:
204 except (IOError, OSError), exc:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 35 except OSError:
53 except OSError:
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 565 except OSError:
765 except OSError, why:
    [all...]

Completed in 1041 milliseconds

1 2 34 5 6 7 8 91011>>