HomeSort by relevance Sort by last modified time
    Searched defs:set_last_error (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 86 void set_last_error(ValidationError error) { function in class:mojo::internal::ValidationErrorObserverForTesting
  /external/javasqlite/src/main/java/SQLite/
Database.java 308 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/python/cpython2/Modules/_ctypes/
callproc.c 122 - ctypes.set_errno(value) and ctypes.set_last_error(value) store 'value' in
234 set_last_error(PyObject *self, PyObject *args) function
    [all...]

Completed in 751 milliseconds