Home
last modified time | relevance | path

Searched refs:InternalError (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h115 PyObject* InternalError; member
Dconnection.c207 self->InternalError = pysqlite_InternalError; in pysqlite_connection_init()
1610 {"InternalError", T_OBJECT, offsetof(pysqlite_Connection, InternalError), RO},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py296 InternalError = exceptions.Exception variable in Application
359 except self.InternalError:
580 self.InternalError = None