Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dclosure.go81 func newfunc() func(int) int { return func(x int) int { return x } } func
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c370 PyFunctionObject *newfunc; in func_new() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c615 PyFunctionObject *newfunc; in func_new_impl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_functools.py12 def newfunc(*fargs, **fkeywords): function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dhalide.py1365 def newfunc(self, used_dims) -> HalideCSEVariable: member in HalideKernel
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dbfd.h370 struct bfd_hash_entry *(*newfunc) member