OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_last_error
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py
58
self.assertEqual(
set_last_error
(32), 126)
62
set_last_error
(0)
77
set_last_error
(0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py
58
self.assertEqual(
set_last_error
(32), 126)
62
set_last_error
(0)
77
set_last_error
(0)
/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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py
464
from _ctypes import get_last_error,
set_last_error
namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py
464
from _ctypes import get_last_error,
set_last_error
namespace
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
280
product_info->
set_last_error
(product_data.last_error_code);
[
all
...]
Completed in 275 milliseconds