/external/jemalloc_new/test/integration/ |
D | aligned_alloc.c | 21 set_errno(0); in TEST_BEGIN() 28 set_errno(0); in TEST_BEGIN() 48 set_errno(0); in TEST_BEGIN() 61 set_errno(0); in TEST_BEGIN() 73 set_errno(0); in TEST_BEGIN()
|
/external/jemalloc/test/integration/ |
D | aligned_alloc.c | 25 set_errno(0); in TEST_BEGIN() 32 set_errno(0); in TEST_BEGIN() 53 set_errno(0); in TEST_BEGIN() 66 set_errno(0); in TEST_BEGIN() 78 set_errno(0); in TEST_BEGIN()
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_errno.py | 23 self.assertEqual(set_errno(32), errno.ENOENT) 27 set_errno(0) 43 set_errno(0)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_errno.py | 26 self.assertEqual(set_errno(32), errno.ENOENT) 31 set_errno(0) 47 set_errno(0)
|
/external/jemalloc/src/ |
D | util.c | 119 set_errno(EINVAL); in malloc_strtoumax() 196 set_errno(ERANGE); in malloc_strtoumax() 207 set_errno(EINVAL); in malloc_strtoumax() 452 set_errno(0); in malloc_vsnprintf() 475 set_errno(0); in malloc_vsnprintf()
|
D | android_je_iterate.c | 76 set_errno(error); in je_iterate()
|
D | jemalloc.c | 1010 set_errno(saved_errno); 1072 set_errno(0); \ 1114 set_errno(0); \ 1628 set_errno(ENOMEM); 1795 set_errno(err); 1996 set_errno(ENOMEM);
|
/external/jemalloc_new/src/ |
D | malloc_io.c | 123 set_errno(EINVAL); in malloc_strtoumax() 205 set_errno(ERANGE); in malloc_strtoumax() 217 set_errno(EINVAL); in malloc_strtoumax() 462 set_errno(0); in malloc_vsnprintf() 486 set_errno(0); in malloc_vsnprintf()
|
D | jemalloc.c | 925 set_errno(saved_errno); 986 set_errno(0); \ 1031 set_errno(0); \ 1962 set_errno(ENOMEM); 1983 set_errno(EINVAL); 2008 set_errno(ENOMEM); 2370 set_errno(ENOMEM);
|
/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 6 set_errno(0); in TEST_BEGIN() 89 set_errno(0); in TEST_BEGIN()
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 132 void set_errno(int errnum); 318 set_errno(int errnum) in set_errno() function
|
D | private_symbols.txt | 498 set_errno
|
D | private_namespace.h | 498 #define set_errno JEMALLOC_N(set_errno) macro
|
D | private_unnamespace.h | 498 #undef set_errno
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | util.h | 47 set_errno(int errnum) { in set_errno() function
|
/external/jemalloc/test/unit/ |
D | util.c | 59 set_errno(0); in TEST_BEGIN() 143 set_errno(0); in TEST_BEGIN()
|
/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 388 from _testcapi import set_errno 390 set_errno(11) 394 set_errno(0)
|
/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 456 from _testcapi import set_errno 458 set_errno(11) 462 set_errno(0)
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 136 from _ctypes import get_errno, set_errno
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 141 from _ctypes import get_errno, set_errno
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 217 set_errno(PyObject *self, PyObject *args) in set_errno() function 1806 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 220 set_errno(PyObject *self, PyObject *args) in set_errno() function 1920 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1913 set_errno(PyObject *self, PyObject *args) in set_errno() function 2671 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2171 set_errno(PyObject *self, PyObject *args) in set_errno() function 4582 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 1415 copy, and the function :func:`ctypes.set_errno` changes the ctypes private copy 2002 .. function:: set_errno(value)
|