/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()
|
/external/python/cpython2/Modules/_sqlite/ |
D | microprotocols.c | 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); in pysqlite_microprotocols_adapt()
|
/external/python/cpython3/Modules/_sqlite/ |
D | microprotocols.c | 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); in pysqlite_microprotocols_adapt()
|
D | connection.c | 304 cursor = PyObject_CallFunctionObjArgs(factory, (PyObject *)self, NULL); in pysqlite_connection_cursor() 971 ret = PyObject_CallFunctionObjArgs((PyObject*)user_arg, py_statement, NULL); in _trace_callback() 1390 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/cpython3/Modules/ |
D | _asynciomodule.c | 724 return PyObject_CallFunctionObjArgs( in _asyncio_Future__repr_info_impl() 1540 return PyObject_CallFunctionObjArgs( in _asyncio_Task__repr_info_impl() 1631 return PyObject_CallFunctionObjArgs( in _asyncio_Task_get_stack_impl() 1656 return PyObject_CallFunctionObjArgs( in _asyncio_Task_print_stack_impl() 1901 PyObject *e = PyObject_CallFunctionObjArgs(et, msg, NULL); in task_set_error_soon() 1951 exc = PyObject_CallFunctionObjArgs(asyncio_CancelledError, NULL); in task_step_impl() 2185 o = PyObject_CallFunctionObjArgs(inspect_isgenerator, result, NULL); in task_step_impl()
|
D | _json.c | 816 val = PyObject_CallFunctionObjArgs(s->object_pairs_hook, rval, NULL); in _parse_object_unicode() 823 val = PyObject_CallFunctionObjArgs(s->object_hook, rval, NULL); in _parse_object_unicode() 929 rval = PyObject_CallFunctionObjArgs(s->parse_constant, cstr, NULL); in _parse_constant() 1028 rval = PyObject_CallFunctionObjArgs(custom_func, numstr, NULL); in _match_number_unicode() 1480 return PyObject_CallFunctionObjArgs(s->encoder, obj, NULL); in encoder_encode_string() 1558 newobj = PyObject_CallFunctionObjArgs(s->defaultfn, obj, NULL); in encoder_listencode_obj()
|
D | mathmodule.c | 954 result = PyObject_CallFunctionObjArgs(method, NULL); in math_ceil() 994 result = PyObject_CallFunctionObjArgs(method, NULL); in math_floor() 1545 result = PyObject_CallFunctionObjArgs(trunc, NULL); in math_trunc()
|
D | _testbuffer.c | 315 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in pack_from_list() 409 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in pack_single() 623 x = PyObject_CallFunctionObjArgs(unpack_from, mview, NULL); in unpack_rec() 699 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in ndarray_as_list() 791 tmp = PyObject_CallFunctionObjArgs(calcsize, format, NULL); in get_itemsize()
|
D | itertoolsmodule.c | 104 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc, newvalue, NULL); in groupby_next() 296 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc, newvalue, NULL); in _grouper_next() 1133 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in dropwhile_next() 1299 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in takewhile_next() 3482 newtotal = PyObject_CallFunctionObjArgs(lz->binop, lz->total, val, NULL); in accumulate_next() 3827 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in filterfalse_next()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 184 CDataObject *obj = (CDataObject *)PyObject_CallFunctionObjArgs(cnv, NULL); in _CallPythonObject() 469 result = PyObject_CallFunctionObjArgs(func, in Call_GetClassObject()
|
D | callproc.c | 918 v = PyObject_CallFunctionObjArgs(checker, retval, NULL); in GetResult() 1108 v = PyObject_CallFunctionObjArgs(converter, arg, NULL); in _ctypes_callproc() 1725 return PyObject_CallFunctionObjArgs(typ, arg, NULL); in pointer() 1729 result = PyObject_CallFunctionObjArgs(typ, arg, NULL); in pointer()
|
/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()
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 261 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL); in reversed_new()
|
D | genobject.c | 46 res = PyObject_CallFunctionObjArgs(finalizer, self, NULL); in _PyGen_Finalize() 462 ret = PyObject_CallFunctionObjArgs(meth, typ, val, tb, NULL); in _gen_throw() 594 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
|
D | abstract.c | 106 result = PyObject_CallFunctionObjArgs(hint, NULL); in PyObject_LengthHint() 713 result = PyObject_CallFunctionObjArgs(meth, format_spec, NULL); in PyObject_Format() 2790 PyObject_CallFunctionObjArgs(PyObject *callable, ...) in PyObject_CallFunctionObjArgs() function 3008 res = PyObject_CallFunctionObjArgs(checker, inst, NULL); in PyObject_IsInstance() 3082 res = PyObject_CallFunctionObjArgs(checker, derived, NULL); in PyObject_IsSubclass()
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 502 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL); in filter_next() 1552 val = PyObject_CallFunctionObjArgs(keyfunc, item, NULL); in min_max() 2077 result = PyObject_CallFunctionObjArgs(round, NULL); in builtin_round() 2079 result = PyObject_CallFunctionObjArgs(round, ndigits, NULL); in builtin_round()
|
D | _warnings.c | 411 msg = PyObject_CallFunctionObjArgs(warnmsg_cls, message, category, in call_show_warning() 418 res = PyObject_CallFunctionObjArgs(show_fn, msg, NULL); in call_show_warning()
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | cjkcodecs.h | 292 r = PyObject_CallFunctionObjArgs(cofunc, codecobj, NULL); in getcodec()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 289 r = PyObject_CallFunctionObjArgs(cofunc, codecobj, NULL); in getcodec()
|