HomeSort by relevance Sort by last modified time
    Searched full:set_errno (Results 1 - 25 of 36) sorted by null

1 2

  /external/jemalloc/test/integration/
aligned_alloc.c 25 set_errno(0);
32 set_errno(0);
53 set_errno(0);
66 set_errno(0);
78 set_errno(0);
  /external/python/cpython2/Lib/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 25 self.assertEqual(set_errno(32), errno.ENOENT)
30 set_errno(0)
46 set_errno(0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /external/jemalloc/include/jemalloc/internal/
util.h 132 void set_errno(int errnum);
318 set_errno(int errnum)
private_symbols.txt 498 set_errno
private_namespace.h 498 #define set_errno JEMALLOC_N(set_errno) macro
    [all...]
private_unnamespace.h 498 #undef set_errno macro
  /external/jemalloc/src/
util.c 119 set_errno(EINVAL);
196 set_errno(ERANGE);
207 set_errno(EINVAL);
452 set_errno(0);
475 set_errno(0);
android_je_iterate.c 76 set_errno(error);
jemalloc.c 1010 set_errno(saved_errno);
1072 set_errno(0); \
1114 set_errno(0); \
    [all...]
  /external/syslinux/core/lwip/src/api/
sockets.c 162 #ifndef set_errno
163 #define set_errno(err) errno = (err) macro
166 #define set_errno(err) macro
171 set_errno(sk->err); \
201 set_errno(EBADF);
209 set_errno(EBADF);
462 set_errno(0);
967 set_errno(EINVAL);
973 set_errno(ENOBUFS);
981 set_errno(ENFILE)
    [all...]
  /external/jemalloc/test/unit/
util.c 59 set_errno(0);
143 set_errno(0);
  /build/kati/
find.cc 391 void set_errno(int e) { errno_ = e; } function in class:__anon1522::DirentSymlinkNode
999 s->set_errno(errno);
1019 s->set_errno(errno);
  /external/python/cpython2/Lib/test/
test_cmath.py 388 from _testcapi import set_errno
390 set_errno(11)
394 set_errno(0)
  /external/python/cpython3/Lib/test/
test_cmath.py 456 from _testcapi import set_errno
458 set_errno(11)
462 set_errno(0)
  /external/python/cpython2/Modules/_ctypes/
callproc.c 122 - ctypes.set_errno(value) and ctypes.set_last_error(value) store 'value' in
220 set_errno(PyObject *self, PyObject *args) function
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 117 - ctypes.set_errno(value) and ctypes.set_last_error(value) store 'value' in
213 set_errno(PyObject *self, PyObject *args) function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /external/python/cpython2/Lib/ctypes/
__init__.py 141 from _ctypes import get_errno, set_errno
  /external/python/cpython2/Modules/
_testcapimodule.c 1816 set_errno(PyObject *self, PyObject *args) function
    [all...]
  /external/python/cpython3/Lib/ctypes/
__init__.py 136 from _ctypes import get_errno, set_errno

Completed in 524 milliseconds

1 2