HomeSort by relevance Sort by last modified time
    Searched refs:OSError (Results 26 - 49 of 49) sorted by null

12

  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 57 except OSError, e:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 130 # poll() is not threadsafe and can throw OSError due to:
219 except OSError, e:
271 except OSError:
378 # wait() is not threadsafe and can throw OSError due to:
filesystem_mock.py 76 raise OSError(errno.ENOENT, path, os.strerror(errno.ENOENT))
168 raise OSError("%s is not a directory" % path)
executive_unittest.py 99 self.failUnlessRaises(OSError, run_bad_command)
autoinstall.py 169 OSError: [Errno 2] if the containing temp directory self._temp_dir
190 except OSError:
192 # OSError: [Errno 2] No such file or directory:...
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 76 port = base.Port(executive=executive_mock.MockExecutive2(exception=OSError))
134 # If wdiff does not exist _run_wdiff should throw an OSError.
136 self.assertRaises(OSError, port._run_wdiff, "foo", "bar")
chromium_linux.py 231 except OSError:
config_unittest.py 165 c = self.make_config(exception=OSError)
chromium.py 173 except OSError, e:
240 # wait() is not threadsafe and can throw OSError due to:
314 except OSError:
398 # poll() is not threadsafe and can throw OSError due to:
base.py 191 except OSError, e:
753 except OSError, e:
774 except OSError, e:
    [all...]
  /build/tools/releasetools/
img_from_target_files 110 except OSError, e:
114 # OSError: [Errno 17] File exists
common.py 77 except OSError:
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 39 except OSError, e:
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 148 except OSError, e:
153 except OSError, e:
  /external/llvm/utils/Misc/
zkill 270 except OSError:
  /frameworks/base/tools/velocityplot/
velocityplot.py 62 except OSError, e:
  /external/clang/utils/
FuzzTest 289 except OSError:
  /external/llvm/utils/lit/lit/
TestRunner.py 231 except OSError:
  /frameworks/base/tools/orientationplot/
orientationplot.py 58 except OSError, e:
  /external/chromium/testing/gmock/scripts/
upload.py     [all...]
  /external/chromium/testing/gtest/scripts/
upload.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 263 self.assertRaises(OSError, run_command, command_does_not_exist)
264 self.assertRaises(OSError, run_command, command_does_not_exist, error_handler=Executive.ignore_error)
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 166 except OSError,e:
167 print 'OSError',e.errno
  /external/v8/tools/
test.py 518 except OSError, e:
    [all...]

Completed in 1145 milliseconds

12