Home
last modified time | relevance | path

Searched refs:set_errno (Results 1 – 25 of 28) sorted by relevance

12

/external/jemalloc_new/test/integration/
Daligned_alloc.c21 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/
Daligned_alloc.c25 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/
Dtest_errno.py23 self.assertEqual(set_errno(32), errno.ENOENT)
27 set_errno(0)
43 set_errno(0)
/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
/external/jemalloc/src/
Dutil.c119 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()
Dandroid_je_iterate.c76 set_errno(error); in je_iterate()
Djemalloc.c1010 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/
Dmalloc_io.c123 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()
Djemalloc.c925 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/
Dmalloc_io.c6 set_errno(0); in TEST_BEGIN()
89 set_errno(0); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dutil.h132 void set_errno(int errnum);
318 set_errno(int errnum) in set_errno() function
Dprivate_symbols.txt498 set_errno
Dprivate_namespace.h498 #define set_errno JEMALLOC_N(set_errno) macro
Dprivate_unnamespace.h498 #undef set_errno
/external/jemalloc_new/include/jemalloc/internal/
Dutil.h47 set_errno(int errnum) { in set_errno() function
/external/jemalloc/test/unit/
Dutil.c59 set_errno(0); in TEST_BEGIN()
143 set_errno(0); in TEST_BEGIN()
/external/python/cpython2/Lib/test/
Dtest_cmath.py388 from _testcapi import set_errno
390 set_errno(11)
394 set_errno(0)
/external/python/cpython3/Lib/test/
Dtest_cmath.py456 from _testcapi import set_errno
458 set_errno(11)
462 set_errno(0)
/external/python/cpython3/Lib/ctypes/
D__init__.py136 from _ctypes import get_errno, set_errno
/external/python/cpython2/Lib/ctypes/
D__init__.py141 from _ctypes import get_errno, set_errno
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c217 set_errno(PyObject *self, PyObject *args) in set_errno() function
1806 {"set_errno", set_errno, METH_VARARGS},
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c220 set_errno(PyObject *self, PyObject *args) in set_errno() function
1920 {"set_errno", set_errno, METH_VARARGS},
/external/python/cpython2/Modules/
D_testcapimodule.c1913 set_errno(PyObject *self, PyObject *args) in set_errno() function
2671 {"set_errno", set_errno, METH_VARARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c2171 set_errno(PyObject *self, PyObject *args) in set_errno() function
4582 {"set_errno", set_errno, METH_VARARGS},
/external/python/cpython2/Doc/library/
Dctypes.rst1415 copy, and the function :func:`ctypes.set_errno` changes the ctypes private copy
2002 .. function:: set_errno(value)

12