| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
| D | connection.c | 659 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/ |
| D | abstract.h | 314 PyAPI_FUNC(PyObject *) PyObject_CallObject(PyObject *callable_object,
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | abstract.h | 314 PyAPI_FUNC(PyObject *) PyObject_CallObject(PyObject *callable_object,
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _elementtree.c | 157 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.c | 1976 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.c | 1356 PyObject *r = PyObject_CallObject(callable, NULL); in _pending_callback()
|
| D | datetimemodule.c | 2974 args = PyObject_CallObject(getinitargs, tmp); in tzinfo_reduce() 2989 state = PyObject_CallObject(getstate, tmp); in tzinfo_reduce()
|
| D | pyexpat.c | 928 str = PyObject_CallObject(meth, arg); in readinst()
|
| D | cPickle.c | 682 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/ |
| D | tokenizer.c | 414 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/ |
| D | tokenizer.c | 400 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.c | 2041 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.c | 1976 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/ |
| D | typeobject.c | 1626 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()
|
| D | floatobject.c | 1655 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | typeobject.c | 1644 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()
|
| D | floatobject.c | 1670 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()
|
| D | dictobject.c | 1352 d = PyObject_CallObject(cls, NULL); in dict_fromkeys()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
| D | multibytecodec.c | 110 r = PyObject_CallObject(cb, args); in call_error_callback()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
| D | multibytecodec.c | 110 r = PyObject_CallObject(cb, args); in call_error_callback()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | datetimemodule.c | 2974 args = PyObject_CallObject(getinitargs, tmp); in tzinfo_reduce() 2989 state = PyObject_CallObject(getstate, tmp); in tzinfo_reduce()
|
| D | pyexpat.c | 928 str = PyObject_CallObject(meth, arg); in readinst()
|
| D | cPickle.c | 712 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/ |
| D | bufferedio.c | 2102 ret = PyObject_CallObject(func, args); in _forward_call()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
| D | bufferedio.c | 2140 ret = PyObject_CallObject(func, args); in _forward_call()
|