Home
last modified time | relevance | path

Searched refs:set_last_error (Results 1 – 13 of 13) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DDatabase.java308 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/
Dtest_errno.py54 self.assertEqual(set_last_error(32), 126)
58 set_last_error(0)
73 set_last_error(0)
/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py58 self.assertEqual(set_last_error(32), 126)
62 set_last_error(0)
77 set_last_error(0)
/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_errors.h116 void set_last_error(ValidationError error) { in COMPONENT_EXPORT()
Dvalidation_errors.cc70 g_validation_error_observer->set_last_error(error); in ReportValidationError()
/external/python/cpython3/Lib/ctypes/
D__init__.py452 from _ctypes import get_last_error, set_last_error
/external/python/cpython2/Lib/ctypes/
D__init__.py465 from _ctypes import get_last_error, set_last_error
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c231 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/
Dcallproc.c234 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/
Dctypes.rst1421 :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/
Dctypes.rst1394 :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/
D2.6.rst2874 and then call the module-level methods :meth:`set_last_error`
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2878 and then call the module-level methods :meth:`set_last_error`