Searched refs:set_last_error (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_errno.py58 self.assertEqual(set_last_error(32), 126)
62 set_last_error(0)
77 set_last_error(0)
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java308 set_last_error(vm.error_code);
311 set_last_error(vm.error_code);
315 set_last_error(vm.error_code);
361 set_last_error(vm.error_code);
364 set_last_error(vm.error_code);
368 set_last_error(vm.error_code);
417 set_last_error(vm.error_code);
421 set_last_error(vm.error_code);
525 protected void set_last_error(int error_code) { method in class:Database
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dvalidation_errors.cc67 g_validation_error_observer->set_last_error(error);
H A Dvalidation_errors.h86 void set_last_error(ValidationError error) { function in class:mojo::internal::ValidationErrorObserverForTesting
/external/python/cpython2/Lib/ctypes/
H A D__init__.py461 from _ctypes import get_last_error, set_last_error namespace
/external/python/cpython2/Modules/_ctypes/
H A Dcallproc.c122 - ctypes.set_errno(value) and ctypes.set_last_error(value) store 'value' in
234 set_last_error(PyObject *self, PyObject *args) function
1932 {"set_last_error", set_last_error, METH_VARARGS},

Completed in 245 milliseconds