Home
last modified time | relevance | path

Searched refs:PyObject_CallObject (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c659 py_retval = PyObject_CallObject(py_func, args); in _pysqlite_func_callback()
723 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()
1252 result = PyObject_CallObject(method, args); in pysqlite_connection_execute()
1281 result = PyObject_CallObject(method, args); in pysqlite_connection_executemany()
1310 result = PyObject_CallObject(method, args); in pysqlite_connection_executescript()
1431 retval = PyObject_CallObject(pyfn_iterdump, args); in pysqlite_connection_iterdump()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dabstract.h314 PyAPI_FUNC(PyObject *) PyObject_CallObject(PyObject *callable_object,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dabstract.h314 PyAPI_FUNC(PyObject *) PyObject_CallObject(PyObject *callable_object,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c157 result = PyObject_CallObject(elementtree_deepcopy_obj, args); in deepcopy()
204 result = PyObject_CallObject(function, args); in list_join()
977 result = PyObject_CallObject(elementtree_iter_obj, args); in element_iter()
1007 result = PyObject_CallObject(elementtree_itertext_obj, args); in element_itertext()
D_sre.c1976 result = PyObject_CallObject(func, args); in call()
2036 result = PyObject_CallObject(function, args); in join_list()
2411 item = PyObject_CallObject(filter, args); in pattern_subx()
D_testcapimodule.c1356 PyObject *r = PyObject_CallObject(callable, NULL); in _pending_callback()
Ddatetimemodule.c2974 args = PyObject_CallObject(getinitargs, tmp); in tzinfo_reduce()
2989 state = PyObject_CallObject(getstate, tmp); in tzinfo_reduce()
Dpyexpat.c928 str = PyObject_CallObject(meth, arg); in readinst()
DcPickle.c682 if (!( str = PyObject_CallObject(self->readline, empty_tuple))) { in readline_other()
3864 if ((r=PyObject_CallObject(cls, args))) return r; in Instance_New()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c414 buf = PyObject_CallObject(tok->decoding_readline, NULL); in fp_readl()
568 buf = PyObject_CallObject(tok->decoding_readline, NULL); in decoding_feof()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c400 buf = PyObject_CallObject(tok->decoding_readline, NULL); in fp_readl()
548 buf = PyObject_CallObject(tok->decoding_readline, NULL); in decoding_feof()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c2041 result = PyObject_CallObject(func, args); in call()
2101 result = PyObject_CallObject(function, args); in join_list()
2490 item = PyObject_CallObject(filter, args); in pattern_subx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1976 result = PyObject_CallObject(func, args); in call()
2036 result = PyObject_CallObject(function, args); in join_list()
2411 item = PyObject_CallObject(filter, args); in pattern_subx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c1626 result = PyObject_CallObject(mro, NULL); in mro_internal()
3187 args = PyObject_CallObject(getnewargs, NULL); in reduce_2()
3205 state = PyObject_CallObject(getstate, NULL); in reduce_2()
3383 res = PyObject_CallObject(reduce, NULL); in object_reduce_ex()
Dfloatobject.c1655 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c1644 result = PyObject_CallObject(mro, NULL); in mro_internal()
3220 args = PyObject_CallObject(getnewargs, NULL); in reduce_2()
3238 state = PyObject_CallObject(getstate, NULL); in reduce_2()
3416 res = PyObject_CallObject(reduce, NULL); in object_reduce_ex()
Dfloatobject.c1670 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()
Ddictobject.c1352 d = PyObject_CallObject(cls, NULL); in dict_fromkeys()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c110 r = PyObject_CallObject(cb, args); in call_error_callback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c110 r = PyObject_CallObject(cb, args); in call_error_callback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c2974 args = PyObject_CallObject(getinitargs, tmp); in tzinfo_reduce()
2989 state = PyObject_CallObject(getstate, tmp); in tzinfo_reduce()
Dpyexpat.c928 str = PyObject_CallObject(meth, arg); in readinst()
DcPickle.c712 if (!( str = PyObject_CallObject(self->readline, empty_tuple))) { in readline_other()
3899 if ((r=PyObject_CallObject(cls, args))) return r; in Instance_New()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbufferedio.c2102 ret = PyObject_CallObject(func, args); in _forward_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbufferedio.c2140 ret = PyObject_CallObject(func, args); in _forward_call()

12