/external/python/cpython2/Doc/includes/ |
D | run-func.c | 39 pValue = PyObject_CallObject(pFunc, pArgs); in main()
|
/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 668 py_retval = PyObject_CallObject(py_func, args); in _pysqlite_func_callback() 734 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback() 1271 result = PyObject_CallObject(method, args); in pysqlite_connection_execute() 1300 result = PyObject_CallObject(method, args); in pysqlite_connection_executemany() 1329 result = PyObject_CallObject(method, args); in pysqlite_connection_executescript() 1458 retval = PyObject_CallObject(pyfn_iterdump, args); in pysqlite_connection_iterdump()
|
/external/libmojo/third_party/markupsafe/ |
D | _speedups.c | 134 rv = PyObject_CallObject(html, NULL); in escape()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 308 PyObject_CallObject
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 256 obj = PyObject_CallObject((PyObject *)&DictRemover_Type, NULL); in PyDict_SetItemProxy() 416 dict = (StgDictObject *)PyObject_CallObject((PyObject *)&PyCStgDict_Type, NULL); in StructUnionType_new() 948 stgdict = (StgDictObject *)PyObject_CallObject( in PyCPointerType_new() 1409 stgdict = (StgDictObject *)PyObject_CallObject( in PyCArrayType_new() 1879 stgdict = (StgDictObject *)PyObject_CallObject( in CreateSwappedType() 1990 stgdict = (StgDictObject *)PyObject_CallObject( in PyCSimpleType_new() 2388 stgdict = (StgDictObject *)PyObject_CallObject( in PyCFuncPtrType_new() 2933 ob = PyObject_CallObject(type, value); in _PyCData_set() 3764 ob = PyObject_CallObject(ob, NULL); in _build_callargs() 3767 ob = PyObject_CallObject(dict->proto, NULL); in _build_callargs()
|
D | stgdict.c | 235 new_descr = (CFieldObject *)PyObject_CallObject((PyObject *)&PyCField_Type, NULL); in MakeFields()
|
D | callbacks.c | 315 result = PyObject_CallObject(callable, arglist); in _CallPythonObject()
|
D | cfield.c | 63 self = (CFieldObject *)PyObject_CallObject((PyObject *)&PyCField_Type, in PyCField_FromDesc()
|
/external/libnl/python/netlink/ |
D | capi.i | 621 resobj = PyObject_CallObject(funcobj, cbparobj); in nl_recv_msg_handler() 657 resobj = PyObject_CallObject(funcobj, cbparobj); in nl_recv_err_handler()
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 495 .. index:: single: PyObject_CallObject() 498 :c:func:`PyObject_CallObject`. This function has two arguments, both pointers to 514 result = PyObject_CallObject(my_callback, arglist); 517 :c:func:`PyObject_CallObject` returns a Python object pointer: this is the return 518 value of the Python function. :c:func:`PyObject_CallObject` is 521 -ed immediately after the :c:func:`PyObject_CallObject` call. 523 The return value of :c:func:`PyObject_CallObject` is "new": either it is a brand 531 If the C code that called :c:func:`PyObject_CallObject` is called from Python, it 543 have to provide an argument list to :c:func:`PyObject_CallObject`. In some cases 554 result = PyObject_CallObject(my_callback, arglist);
|
D | embedding.rst | 190 pValue = PyObject_CallObject(pFunc, pArgs);
|
/external/python/cpython2/Include/ |
D | abstract.h | 314 PyAPI_FUNC(PyObject *) PyObject_CallObject(PyObject *callable_object,
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 157 result = PyObject_CallObject(elementtree_deepcopy_obj, args); in deepcopy() 204 result = PyObject_CallObject(function, args); in list_join() 1004 result = PyObject_CallObject(elementtree_iter_obj, args); in element_iter() 1034 result = PyObject_CallObject(elementtree_itertext_obj, args); in element_itertext()
|
D | _sre.c | 2038 result = PyObject_CallObject(func, args); in call() 2097 result = PyObject_CallObject(function, args); in join_list() 2486 item = PyObject_CallObject(filter, args); in pattern_subx()
|
D | datetimemodule.c | 2974 args = PyObject_CallObject(getinitargs, tmp); in tzinfo_reduce() 2989 state = PyObject_CallObject(getstate, tmp); in tzinfo_reduce()
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 418 buf = PyObject_CallObject(tok->decoding_readline, NULL); in fp_readl() 572 buf = PyObject_CallObject(tok->decoding_readline, NULL); in decoding_feof()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 938 PyObject_CallObject:PyObject*::+1: 939 PyObject_CallObject:PyObject*:callable_object:0: 940 PyObject_CallObject:PyObject*:args:0:
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 265 PyObject* py_cmsg = PyObject_CallObject(reinterpret_cast<PyObject*>( in Item()
|
D | message.cc | 2432 PyObject* py_cmsg = PyObject_CallObject( in CheckAndGetInteger() 2449 PyObject* clone = PyObject_CallObject( in CheckAndGetInteger()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 121 "PyObject_CallObject"
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 141 Note that since :c:func:`PyObject_CallObject` *always* wants a tuple for the
|
/external/python/cpython2/Doc/c-api/ |
D | object.rst | 249 .. c:function:: PyObject* PyObject_CallObject(PyObject *callable_object, PyObject *args)
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 1668 result = PyObject_CallObject(mro, NULL); in mro_internal() 3294 args = PyObject_CallObject(getnewargs, NULL); in reduce_2() 3312 state = PyObject_CallObject(getstate, NULL); in reduce_2() 3503 res = PyObject_CallObject(reduce, NULL); in object_reduce_ex()
|
D | floatobject.c | 1679 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 110 r = PyObject_CallObject(cb, args); in call_error_callback()
|