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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 79 self.assertRaises(OSError, shutil.rmtree, filename)
127 self.assertTrue(issubclass(exc[0], OSError))
132 self.assertTrue(issubclass(exc[0], OSError))
139 self.assertRaises(OSError, shutil.rmtree, path)
296 except OSError:
307 self.assertRaises(OSError, shutil.rmtree, dst)
355 ex = OSError()
368 self.assertRaises(OSError, shutil.copystat, file1, file2)
614 except OSError:
test_thread.py 251 except OSError:
256 except OSError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 79 self.assertRaises(OSError, shutil.rmtree, filename)
127 self.assertTrue(issubclass(exc[0], OSError))
132 self.assertTrue(issubclass(exc[0], OSError))
139 self.assertRaises(OSError, shutil.rmtree, path)
296 except OSError:
307 self.assertRaises(OSError, shutil.rmtree, dst)
355 ex = OSError()
368 self.assertRaises(OSError, shutil.copystat, file1, file2)
614 except OSError:
test_thread.py 251 except OSError:
256 except OSError:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 111 # poll() is not threadsafe and can throw OSError due to:
198 except OSError, e:
263 except OSError:
323 except OSError:
421 # wait() is not threadsafe and can throw OSError due to:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 487 except OSError:
495 except OSError:
571 except OSError:
subprocess.py 150 The most common exception raised is OSError. This occurs, for
221 the executed program cannot be found; this module raises an OSError
266 except OSError, e:
479 except (OSError, IOError) as e:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 487 except OSError:
495 except OSError:
571 except OSError:
  /external/chromium_org/build/android/gyp/util/
build_utils.py 19 except OSError:
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 92 except (OSError, IOError):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
credentials.py 68 except OSError, e:
69 # Catch and ignore OSError exceptions such as "no such file
70 # or directory" (OSError errno 2), which imply that the Git
  /external/chromium_org/third_party/jinja2/
bccache.py 241 except OSError:
  /external/chromium_org/third_party/mesa/src/scons/
llvm.py 188 except OSError:
  /external/chromium_org/tools/
sort-headers.py 132 except OSError:
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_interface_unittest.py 65 OSError,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 90 except OSError:
tcpdump_profiler.py 59 except OSError as e:
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 127 except OSError, e:
  /external/clang/tools/scan-build/
set-xcode-analyzer 58 except OSError, why:
  /external/llvm/utils/lit/lit/
Util.py 37 except OSError:
  /external/mesa3d/scons/
llvm.py 188 except OSError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 130 except (ValueError, OSError, AttributeError):
process.py 52 except OSError:
251 except (OSError, ValueError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 130 except (ValueError, OSError, AttributeError):
process.py 52 except OSError:
251 except (OSError, ValueError):

Completed in 1245 milliseconds

1 2 3 45 6 7 8 91011>>