Searched defs:newargs (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Objects/ |
H A D | unionobject.c | 290 PyObject *newargs = _Py_subs_parameters(self, alias->args, alias->parameters, item); in union_getitem() local
|
H A D | classobject.c | 55 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local 71 PyObject **newargs; in method_vectorcall() local [all...] |
H A D | genericaliasobject.c | 367 PyObject *newargs = PyList_New(0); in _unpack_args() local 454 PyObject *newargs = PyTuple_New(nargs); _Py_subs_parameters() local 530 PyObject *newargs = _Py_subs_parameters(self, alias->args, alias->parameters, item); ga_getitem() local [all...] |
H A D | call.c | 145 PyObject *const *newargs; in _PyObject_FastCallDictTstate() local
|
H A D | descrobject.c | 1100 PyObject *newargs[3]; in mappingproxy_get() local
|
H A D | exceptions.c | 1702 PyObject *newargs; in oserror_parse_args() local
|
H A D | typeobject.c | 5146 PyObject *newargs = _PyObject_CallNoArgs(getnewargs_ex); in _PyObject_GetNewArguments() local 5273 PyObject *newobj, *newargs, *state, *listitems, *dictitems; reduce_newobj() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | find.c | 99 char **newargs; in flush_exec() local
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 1517 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure() local [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 1562 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure() local [all...] |
/third_party/python/Modules/ |
H A D | _functoolsmodule.c | 230 PyObject **newargs = (PyObject **)args - 1; in partial_vectorcall() local
|
H A D | _operator.c | 1741 PyObject *newargs; in methodcaller_reduce() local 1761 PyObject *newargs[2]; in methodcaller_reduce() local [all...] |
H A D | _collectionsmodule.c | 2188 PyObject *newargs; in defdict_init() local
|
H A D | itertoolsmodule.c | 1922 PyObject *newargs = PySequence_Tuple(args); in starmap_next() local
|
H A D | _pickle.c | 4085 PyObject *newargs; in save_reduce() local [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 1435 PyObject *newargs; member [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 6472 PyObject **newargs = NULL; local
|
Completed in 57 milliseconds