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

1 2 3

  /external/lzma/CPP/7zip/UI/Common/
Update.h 153 DWORD SystemError;
157 bool ThereIsError() const { return SystemError != 0 || !Message.IsEmpty() || !FileNames.IsEmpty(); }
158 HRESULT Get_HRESULT_Error() const { return SystemError == 0 ? E_FAIL : HRESULT_FROM_WIN32(SystemError); }
162 CUpdateErrorInfo(): SystemError(0) {};
Update.cpp 49 SystemError = ::GetLastError();
1166 errorInfo.SystemError = ERROR_ACCESS_DENIED;
1175 errorInfo.SystemError = (DWORD)E_NOTIMPL;
1214 errorInfo.SystemError = (DWORD)E_NOTIMPL;
1225 errorInfo.SystemError = (DWORD)E_NOTIMPL;
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_memfunctions.py 13 self.assertRaises((OverflowError, MemoryError, SystemError),
15 self.assertRaises((OverflowError, MemoryError, SystemError),
  /external/python/cpython3/Lib/ctypes/test/
test_memfunctions.py 14 self.assertRaises((OverflowError, MemoryError, SystemError),
16 self.assertRaises((OverflowError, MemoryError, SystemError),
  /external/python/cpython3/Lib/test/
test_code.py 301 self.assertRaises(SystemError, SetExtra, 42, FREE_INDEX,
303 self.assertRaises(SystemError, GetExtra, 42, FREE_INDEX,
308 self.assertRaises(SystemError, SetExtra, f.__code__,
test_getargs2.py     [all...]
test_atexit.py 26 raise SystemError
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_atexit.py 75 raise SystemError
test_module.py 14 self.assertRaises(SystemError, dir, foo)
  /external/python/cpython2/Lib/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /external/python/cpython2/Lib/test/
test_atexit.py 87 raise SystemError
test_module.py 14 self.assertRaises(SystemError, dir, foo)
test_mmap.py 92 except SystemError:
164 except SystemError: # resize is not universally supported
506 except SystemError:
662 except SystemError:
  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 124 raise SystemError('Sending SCPI command failed. '
146 raise SystemError(s)
  /external/python/cpython3/Lib/sqlite3/test/
backup.py 129 raise SystemError('nearly out of space')
131 with self.assertRaises(SystemError) as err:
  /external/python/cpython2/PC/bdist_wininst/
install.c 889 static BOOL SystemError(int error, char *msg)
959 SystemError(GetLastError(), Buffer);
1057 return SystemError(0,
1077 SystemError(GetLastError(),
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 933 static BOOL SystemError(int error, char *msg)
1003 SystemError(GetLastError(), Buffer);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
checkappend.py 162 raise SystemError("unknown internal state '%r'" % (state,))
  /external/python/cpython2/Lib/
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"
  /external/python/cpython2/Tools/scripts/
checkappend.py 162 raise SystemError("unknown internal state '%r'" % (state,))
  /external/python/cpython3/Lib/encodings/
__init__.py 40 class CodecRegistryError(LookupError, SystemError):
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 246 raise SystemError("os.path says %r exists but is neither "

Completed in 956 milliseconds

1 2 3