/external/libmojo/third_party/markupsafe/ |
D | _speedups.c | 129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape() 156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape() 167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
|
/external/python/cpython2/Modules/ |
D | _json.c | 406 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL); in join_list_unicode() 979 val = PyObject_CallFunctionObjArgs(s->pairs_hook, pairs, NULL); in _parse_object_str() 987 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_str() 995 val = PyObject_CallFunctionObjArgs(s->object_hook, rval, NULL); in _parse_object_str() 1106 val = PyObject_CallFunctionObjArgs(s->pairs_hook, pairs, NULL); in _parse_object_unicode() 1114 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_unicode() 1122 val = PyObject_CallFunctionObjArgs(s->object_hook, rval, NULL); in _parse_object_unicode() 1291 rval = PyObject_CallFunctionObjArgs(s->parse_constant, cstr, NULL); in _parse_constant() 1376 rval = PyObject_CallFunctionObjArgs(s->parse_float, numstr, NULL); in _match_number_str() 1389 rval = PyObject_CallFunctionObjArgs(s->parse_int, numstr, NULL); in _match_number_str() [all …]
|
D | itertoolsmodule.c | 104 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc, in groupby_next() 244 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc, in _grouper_next() 915 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in dropwhile_next() 1057 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in takewhile_next() 3029 good = PyObject_CallFunctionObjArgs(lz->func, in ifilter_next() 3174 good = PyObject_CallFunctionObjArgs(lz->func, in ifilterfalse_next()
|
D | _collectionsmodule.c | 1486 return PyObject_CallFunctionObjArgs((PyObject*)Py_TYPE(dd), Py_None, dd, NULL); in defdict_copy() 1487 return PyObject_CallFunctionObjArgs((PyObject*)Py_TYPE(dd), in defdict_copy()
|
D | gcmodule.c | 713 temp = PyObject_CallFunctionObjArgs(callback, wr, NULL); in handle_weakrefs()
|
D | _ssl.c | 2610 fn_ret = PyObject_CallFunctionObjArgs(pw_info->callable, NULL); in _password_callback() 3155 result = PyObject_CallFunctionObjArgs(ssl_ctx->set_hostname, ssl_socket, in _servername_callback() 3171 result = PyObject_CallFunctionObjArgs(ssl_ctx->set_hostname, ssl_socket, in _servername_callback()
|
/external/python/cpython2/Modules/_sqlite/ |
D | microprotocols.c | 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); in pysqlite_microprotocols_adapt()
|
D | connection.c | 344 cursor = PyObject_CallFunctionObjArgs(factory, (PyObject *)self, NULL); in pysqlite_connection_cursor() 1373 retval = PyObject_CallFunctionObjArgs(callback, string1, string2, NULL); in pysqlite_collation_callback()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | connection.h | 269 pickled_string = PyObject_CallFunctionObjArgs(pickle_dumps, obj, in connection_send_obj() 326 result = PyObject_CallFunctionObjArgs(pickle_loads, in connection_recv_obj()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 265 CDataObject *obj = (CDataObject *)PyObject_CallFunctionObjArgs(cnv, NULL); in _CallPythonObject() 549 result = PyObject_CallFunctionObjArgs(func, in Call_GetClassObject()
|
D | callproc.c | 950 v = PyObject_CallFunctionObjArgs(checker, retval, NULL); in GetResult() 1144 v = PyObject_CallFunctionObjArgs(converter, in _ctypes_callproc() 1882 return PyObject_CallFunctionObjArgs(typ, arg, NULL); in pointer() 1886 result = PyObject_CallFunctionObjArgs(typ, arg, NULL); in pointer()
|
/external/python/cpython2/Objects/ |
D | abstract.c | 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL); in _PyObject_LengthHint() 760 result = PyObject_CallFunctionObjArgs(bound_method, 812 result = PyObject_CallFunctionObjArgs(format_method, 838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL); 2760 PyObject_CallFunctionObjArgs(PyObject *callable, ...) function 2977 res = PyObject_CallFunctionObjArgs(checker, inst, NULL); 3055 res = PyObject_CallFunctionObjArgs(checker, derived, NULL);
|
D | enumobject.c | 252 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL); in reversed_new()
|
D | object.c | 502 res = PyObject_CallFunctionObjArgs(func, NULL); in PyObject_Unicode() 514 res = PyObject_CallFunctionObjArgs(func, NULL); in PyObject_Unicode() 1944 result = PyObject_CallFunctionObjArgs(dirfunc, NULL); in _dir_object()
|
D | weakrefobject.c | 894 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); in handle_callback()
|
D | complexobject.c | 312 PyObject *res = PyObject_CallFunctionObjArgs(f, NULL); in try_complex_special_method()
|
D | listobject.c | 1998 return PyObject_CallFunctionObjArgs(co->func, xx, yy, NULL); in cmpwrapper_call() 2100 key = PyObject_CallFunctionObjArgs(keyfunc, value, in listsort()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 289 r = PyObject_CallFunctionObjArgs(cofunc, codecobj, NULL); in getcodec()
|
/external/python/cpython2/Include/ |
D | abstract.h | 358 PyAPI_FUNC(PyObject *) PyObject_CallFunctionObjArgs(PyObject *callable,
|
/external/python/cpython2/Doc/c-api/ |
D | object.rst | 270 :c:func:`PyObject_CallFunctionObjArgs` is a faster alternative. 284 .. c:function:: PyObject* PyObject_CallFunctionObjArgs(PyObject *callable, ..., NULL)
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 923 PyObject_CallFunctionObjArgs:PyObject*::+1: 924 PyObject_CallFunctionObjArgs:PyObject*:callable:0: 925 PyObject_CallFunctionObjArgs::...::
|
/external/python/cpython2/Python/ |
D | _warnings.c | 415 res = PyObject_CallFunctionObjArgs(show_fxn, message, category, in warn_explicit()
|
D | import.c | 1257 importer = PyObject_CallFunctionObjArgs(hook, p, NULL); in get_path_importer() 1267 importer = PyObject_CallFunctionObjArgs( in get_path_importer()
|
D | sysmodule.c | 712 res = PyObject_CallFunctionObjArgs(method, NULL); in _PySys_GetSizeOf()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 118 "PyObject_CallFunctionObjArgs"
|