Home
last modified time | relevance | path

Searched defs:newfunc (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py108 def newfunc(*fargs, **fkeywords): function
/external/python/cpython2/Objects/
Dfuncobject.c370 PyFunctionObject *newfunc; in func_new() local
/external/python/cpython3/Objects/
Dfuncobject.c447 PyFunctionObject *newfunc; in func_new() local
/external/python/cpython2/Lib/test/
Dtest_functools.py12 def newfunc(*fargs, **fkeywords): function
/external/python/cpython2/Include/
Dobject.h321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
/external/python/cpython3/Include/
Dobject.h340 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef