Home
last modified time | relevance | path

Searched refs:set_last_error (Results 1 – 8 of 8) 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/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/libmojo/mojo/public/cpp/bindings/lib/
Dvalidation_errors.h86 void set_last_error(ValidationError error) { in set_last_error() function
Dvalidation_errors.cc67 g_validation_error_observer->set_last_error(error); in ReportValidationError()
/external/python/cpython2/Lib/ctypes/
D__init__.py461 from _ctypes import get_last_error, set_last_error
/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/cpython2/Doc/whatsnew/
D2.6.rst2874 and then call the module-level methods :meth:`set_last_error`