Searched refs:set_last_error (Results 1 – 13 of 13) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 308 set_last_error(vm.error_code); in get_table() 311 set_last_error(vm.error_code); in get_table() 315 set_last_error(vm.error_code); in get_table() 361 set_last_error(vm.error_code); in get_table() 364 set_last_error(vm.error_code); in get_table() 368 set_last_error(vm.error_code); in get_table() 417 set_last_error(vm.error_code); in get_table() 421 set_last_error(vm.error_code); in get_table() 525 protected void set_last_error(int error_code) { in set_last_error() method in Database
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_errno.py | 54 self.assertEqual(set_last_error(32), 126) 58 set_last_error(0) 73 set_last_error(0)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_errno.py | 58 self.assertEqual(set_last_error(32), 126) 62 set_last_error(0) 77 set_last_error(0)
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_errors.h | 116 void set_last_error(ValidationError error) { in COMPONENT_EXPORT()
|
D | validation_errors.cc | 70 g_validation_error_observer->set_last_error(error); in ReportValidationError()
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 452 from _ctypes import get_last_error, set_last_error
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 465 from _ctypes import get_last_error, set_last_error
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 231 set_last_error(PyObject *self, PyObject *args) in set_last_error() function 1814 {"set_last_error", set_last_error, METH_VARARGS},
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 234 set_last_error(PyObject *self, PyObject *args) in set_last_error() function 1932 {"set_last_error", set_last_error, METH_VARARGS},
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 1421 :func:`ctypes.set_last_error` are used to request and change the ctypes private 2010 .. function:: set_last_error(value)
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 1394 :func:`ctypes.set_last_error` are used to request and change the ctypes private 1943 .. function:: set_last_error(value)
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2874 and then call the module-level methods :meth:`set_last_error`
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2878 and then call the module-level methods :meth:`set_last_error`
|