Home
last modified time | relevance | path

Searched refs:PyEval_CallObject (Results 1 – 25 of 45) sorted by relevance

12

/external/python/cpython2/Objects/
Dclassobject.c654 PyObject *res = PyEval_CallObject(del, (PyObject *)NULL); in instance_dealloc()
782 res = PyEval_CallObject(func, args); in instance_getattr()
888 res = PyEval_CallObject(func, args); in instance_setattr()
930 res = PyEval_CallObject(func, (PyObject *)NULL); in instance_repr()
954 res = PyEval_CallObject(func, (PyObject *)NULL); in instance_str()
1008 res = PyEval_CallObject(func, (PyObject *)NULL); in instance_hash()
1050 res = PyEval_CallObject(func, (PyObject *)NULL); in instance_length()
1104 res = PyEval_CallObject(func, arg); in instance_subscript()
1143 res = PyEval_CallObject(func, arg); in instance_ass_subscript()
1217 res = PyEval_CallObject(func, arg); in instance_slice()
[all …]
Dfileobject.c1596 result = PyEval_CallObject(reader, args); in PyFile_GetLine()
2652 result = PyEval_CallObject(writer, args); in PyFile_WriteObject()
2718 PyObject *fno = PyEval_CallObject(meth, NULL); in PyObject_AsFileDescriptor()
Dabstract.c1585 integral = PyEval_CallObject(int_func, NULL);
1647 PyObject *truncated = PyEval_CallObject(trunc_func, NULL);
1742 PyObject *truncated = PyEval_CallObject(trunc_func, NULL);
/external/python/cpython2/Include/
Dceval.h14 #define PyEval_CallObject(func,arg) \ macro
/external/python/cpython3/Include/
Dceval.h22 #define PyEval_CallObject(callable, arg) \ macro
/external/python/cpython2/Python/
Dcodecs.c147 result = PyEval_CallObject(func, args); in _PyCodec_Lookup()
355 result = PyEval_CallObject(encoder,args); in _PyCodec_EncodeInternal()
399 result = PyEval_CallObject(decoder,args); in _PyCodec_DecodeInternal()
Dmodsupport.c583 res = PyEval_CallObject(obj, args); in PyEval_CallFunction()
612 res = PyEval_CallObject(meth, args); in PyEval_CallMethod()
Dbltinmodule.c1061 value = PyEval_CallObject(func, alist); in builtin_map()
2808 good = PyEval_CallObject(func, arg); in filtertuple()
2878 good = PyEval_CallObject(func, arg); in filterstring()
3006 good = PyEval_CallObject(func, arg); in filterunicode()
Dpythonrun.c1188 PyObject *result = PyEval_CallObject(hook, args); in PyErr_PrintEx()
1768 res = PyEval_CallObject(exitfunc, (PyObject *)NULL); in call_sys_exitfunc()
Derrors.c192 res = PyEval_CallObject(type, args); in PyErr_NormalizeException()
/external/libxml2/python/
Dlibxml.c1644 result = PyEval_CallObject(libxml_xmlPythonErrorFuncHandler, list); in libxml_xmlErrorFuncHandler()
1732 result = PyEval_CallObject(pyCtxt->f, list); in libxml_xmlParserCtxtGenericErrorFuncHandler()
1917 result = PyEval_CallObject(pyCtxt->error, list); in libxml_xmlValidCtxtGenericErrorFuncHandler()
1944 result = PyEval_CallObject(pyCtxt->warn, list); in libxml_xmlValidCtxtGenericWarningFuncHandler()
2078 result = PyEval_CallObject(pyCtxt->f, list); in libxml_xmlTextReaderErrorCallback()
2273 result = PyEval_CallObject(current_function, list); in libxml_xmlXPathFuncCallback()
3175 result = PyEval_CallObject(pyCtxt->error, list); in libxml_xmlRelaxNGValidityGenericErrorFuncHandler()
3202 result = PyEval_CallObject(pyCtxt->warn, list); in libxml_xmlRelaxNGValidityGenericWarningFuncHandler()
3339 result = PyEval_CallObject(pyCtxt->error, list); in libxml_xmlSchemaValidityGenericErrorFuncHandler()
3366 result = PyEval_CallObject(pyCtxt->warn, list); in libxml_xmlSchemaValidityGenericWarningFuncHandler()
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c1022 rv = PyEval_CallObject((PyObject *)handlerRefCon, args); in dragglue_TrackingHandler()
1048 rv = PyEval_CallObject((PyObject *)handlerRefCon, args); in dragglue_ReceiveHandler()
1077 rv = PyEval_CallObject(self->sendproc, args); in dragglue_SendData()
/external/python/cpython2/Modules/
Dpuremodule.c353 result = PyEval_CallObject(MapCallable, memobj); in map_pool_callback()
391 result = PyEval_CallObject(MapCallable, intobj); in PurifyMapPoolIdCallback()
D_functoolsmodule.c56 if ((result = PyEval_CallObject(func, args)) == NULL) in functools_reduce()
Dsignalmodule.c928 result = PyEval_CallObject(Handlers[i].func, in PyErr_CheckSignals()
Dcdmodule.c519 result = PyEval_CallObject(self->ob_cdcallbacks[type].ob_cdcallback, in CD_callback()
D_tkinter.c2473 res = PyEval_CallObject(func, arg); in PythonCmd()
2716 res = PyEval_CallObject(func, arg); in FileHandler()
2943 res = PyEval_CallObject(func, NULL); in TimerHandler()
Dflmodule.c1696 res = PyEval_CallObject(my_event_callback, arg); in forms_do_or_check_forms()
1715 res = PyEval_CallObject(g->ob_callback, arg); in forms_do_or_check_forms()
/external/python/cpython3/Python/
Dcodecs.c155 result = PyEval_CallObject(func, args); in _PyCodec_Lookup()
425 result = PyEval_CallObject(encoder, args); in _PyCodec_EncodeInternal()
471 result = PyEval_CallObject(decoder,args); in _PyCodec_DecodeInternal()
/external/python/cpython2/PC/os2vacpp/
Dpython.def158 PyEval_CallObject
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c1069 res = PyEval_CallObject(p->ob_callback, args); in SndCh_CallCallBack()
1100 res = PyEval_CallObject(p->ob_thiscallback, args); in SPB_CallCallBack()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1019 PyObject* result = PyEval_CallObject(num_elements_, arglist); in NumElements()
1042 PyObject* result = PyEval_CallObject(aggregate_fn_, arglist); in AggregateGradients()
1064 PyObject* result = PyEval_CallObject(zeros_fn_, arg_list); in Zeros()
1078 PyObject* result = PyEval_CallObject(ones_fn_, arg_list); in Ones()
1087 PyObject* result = PyEval_CallObject(graph_shape_fn_, arg_list); in GraphShape()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc221 PyObject* result = PyEval_CallObject(trampoline, args); in DoCallPyFunc()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c46 res = PyEval_CallObject(callback, args); in Dlg_UnivFilterProc()
101 res = PyEval_CallObject(Dlg_UserItemProc_callback, args); in Dlg_UnivUserItemProc()
/external/python/cpython3/Modules/
Dsignalmodule.c1548 result = PyEval_CallObject(Handlers[i].func, in PyErr_CheckSignals()

12