Searched defs:newfunc (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | closure.go | 81 func newfunc() func(int) int { return func(x int) int { return x } } func
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | funcobject.c | 370 PyFunctionObject *newfunc; in func_new() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | object.h | 226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | object.h | 226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | object.h | 226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | funcobject.c | 615 PyFunctionObject *newfunc; in func_new_impl() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 226 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_functools.py | 12 def newfunc(*fargs, **fkeywords): function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | halide.py | 1365 def newfunc(self, used_dims) -> HalideCSEVariable: member in HalideKernel
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/ |
D | bfd.h | 370 struct bfd_hash_entry *(*newfunc) member
|