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

1 2

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
killthread.py 30 raise SystemError("PyThreadState_SetAsyncExc failed")
  /external/lzma/CPP/7zip/UI/Common/
Update.h 139 DWORD SystemError;
145 CErrorInfo(): SystemError(0) {};
157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
Update.cpp 439 errorInfo.SystemError = ::GetLastError();
473 errorInfo.SystemError = ::GetLastError();
490 errorInfo.SystemError = ::GetLastError();
671 errorInfo.SystemError = ::GetLastError();
701 errorInfo.SystemError = (DWORD)E_NOTIMPL;
811 errorInfo.SystemError = 0;
846 errorInfo.SystemError = ::GetLastError();
853 errorInfo.SystemError = ::GetLastError();
872 errorInfo.SystemError = ::GetLastError();
879 errorInfo.SystemError = ::GetLastError();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 75 raise SystemError
test_module.py 14 self.assertRaises(SystemError, dir, foo)
test_exceptions.py 99 self.raise_catch(SystemError, "SystemError")
607 self.assertRaises(SystemError, _testcapi.make_exception_with_doc,
test_mmap.py 92 except SystemError:
164 except SystemError: # resize is not universally supported
513 except SystemError:
test_import.py 571 self.assertRaises(SystemError, check_relative)
577 self.assertRaises(SystemError, check_relative)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 75 raise SystemError
test_module.py 14 self.assertRaises(SystemError, dir, foo)
test_exceptions.py 99 self.raise_catch(SystemError, "SystemError")
607 self.assertRaises(SystemError, _testcapi.make_exception_with_doc,
test_mmap.py 92 except SystemError:
164 except SystemError: # resize is not universally supported
513 except SystemError:
test_import.py 571 self.assertRaises(SystemError, check_relative)
577 self.assertRaises(SystemError, check_relative)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 100 def init_frozen(self, name): raise SystemError, "don't use this"
101 def load_source(self, *args): raise SystemError, "don't use this"
102 def load_compiled(self, *args): raise SystemError, "don't use this"
103 def load_package(self, *args): raise SystemError, "don't use this"
_osx_support.py 190 raise SystemError(
imputil.py 214 raise SystemError, "reload not yet implemented"
codecs.py 17 raise SystemError('Failed to load the builtin codecs: %s' % why)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 100 def init_frozen(self, name): raise SystemError, "don't use this"
101 def load_source(self, *args): raise SystemError, "don't use this"
102 def load_compiled(self, *args): raise SystemError, "don't use this"
103 def load_package(self, *args): raise SystemError, "don't use this"
_osx_support.py 190 raise SystemError(
imputil.py 214 raise SystemError, "reload not yet implemented"
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 562 if (errorInfo.SystemError != 0)
564 message += NError::MyFormatMessageW(errorInfo.SystemError);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 156 raise SystemError("sizeof(%s) wrong: %d instead of %d" % \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 260 raise SystemError, (how, what)

Completed in 637 milliseconds

1 2