/external/python/cpython3/Modules/ |
D | _abc.c | 517 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl() 521 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl() 534 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl() 616 ok = _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId___subclasshook__, in _abc__abc_subclasscheck_impl()
|
D | _asynciomodule.c | 347 handle = _PyObject_CallMethodIdObjArgs( in call_soon() 1298 PyObject *rinfo = _PyObject_CallMethodIdObjArgs((PyObject*)fut, in FutureObj_repr() 1859 PyObject *res = _PyObject_CallMethodIdObjArgs( in register_task() 1874 PyObject *res = _PyObject_CallMethodIdObjArgs( in unregister_task() 2561 result = _PyObject_CallMethodIdObjArgs(coro, &PyId_send, in task_step_impl() 2566 result = _PyObject_CallMethodIdObjArgs(coro, &PyId_throw, in task_step_impl()
|
D | _elementtree.c | 1216 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_find_impl() 1261 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_findtext_impl() 1316 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_findall_impl() 1363 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_iterfind_impl() 2532 res = _PyObject_CallMethodIdObjArgs(element, &PyId_append, child, NULL); in treebuilder_add_subelement()
|
D | _datetimemodule.c | 1226 result = _PyObject_CallMethodIdObjArgs(tzinfo, &PyId_tzname, in call_tzname() 1619 result = _PyObject_CallMethodIdObjArgs(time, &PyId_strftime, in wrap_strftime() 1682 result = _PyObject_CallMethodIdObjArgs(time, &PyId_struct_time, in build_struct_time() 2885 result = _PyObject_CallMethodIdObjArgs(cls, &PyId_fromtimestamp, in date_today() 3114 return _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId_strftime, in date_format() 4935 return _PyObject_CallMethodIdObjArgs(module, &PyId__strptime_datetime, in datetime_strptime() 5862 _PyObject_CallMethodIdObjArgs(tzinfo, &PyId_fromutc, temp, NULL); in datetime_astimezone()
|
D | arraymodule.c | 1510 res = _PyObject_CallMethodIdObjArgs(f, &PyId_write, bytes, NULL); in array_array_tofile()
|
D | _pickle.c | 4733 return _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId_find_class, in find_class() 5345 return _PyObject_CallMethodIdObjArgs(cls, &PyId___new__, cls, NULL); in instantiate()
|
/external/python/cpython3/Python/ |
D | import.c | 902 pathobj = _PyObject_CallMethodIdObjArgs(external, in PyImport_ExecCodeModuleWithPathnames() 985 res = _PyObject_CallMethodIdObjArgs(external, in PyImport_ExecCodeModuleObject() 1646 mod = _PyObject_CallMethodIdObjArgs(interp->importlib, in import_find_and_load() 1743 value = _PyObject_CallMethodIdObjArgs(interp->importlib, in PyImport_ImportModuleLevelObject() 1817 final_mod = _PyObject_CallMethodIdObjArgs(interp->importlib, in PyImport_ImportModuleLevelObject() 1864 reloaded_module = _PyObject_CallMethodIdObjArgs(imp, &PyId_reload, m, NULL); in PyImport_ReloadModule()
|
D | _warnings.c | 40 result = _PyObject_CallMethodIdObjArgs(obj, &PyId_match, arg, NULL); in check_matched()
|
D | marshal.c | 1687 res = _PyObject_CallMethodIdObjArgs(file, &PyId_write, s, NULL); in marshal_dump_impl()
|
D | sysmodule.c | 238 result = _PyObject_CallMethodIdObjArgs(buffer, &PyId_write, encoded, NULL); in sys_displayhook_unencodable()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 62 result = _PyObject_CallMethodIdObjArgs(f, &PyId_readline, NULL); in PyFile_GetLine()
|
D | odictobject.c | 922 items = _PyObject_CallMethodIdObjArgs((PyObject *)od, &PyId_items, NULL); in odict_reduce() 1434 PyObject *items = _PyObject_CallMethodIdObjArgs((PyObject *)self, in odict_repr()
|
D | dictobject.c | 3921 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_difference_update, other, NULL); in dictviews_sub() 3941 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_intersection_update, other, NULL); in _PyDictView_Intersect() 3961 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_update, other, NULL); in dictviews_or() 3981 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_symmetric_difference_update, other, NULL); in dictviews_xor()
|
D | call.c | 1232 _PyObject_CallMethodIdObjArgs(PyObject *obj, in _PyObject_CallMethodIdObjArgs() function
|
D | descrobject.c | 861 return _PyObject_CallMethodIdObjArgs(pp->mapping, &PyId_get, in mappingproxy_get()
|
D | typeobject.c | 4091 slotnames = _PyObject_CallMethodIdObjArgs(copyreg, &PyId__slotnames, in _PyType_GetSlotNames() 4371 items = _PyObject_CallMethodIdObjArgs(obj, &PyId_items, NULL); in _PyObject_GetItemsIter()
|
/external/python/cpython3/Modules/_io/ |
D | textio.c | 1106 self->encoding = _PyObject_CallMethodIdObjArgs( in _io_TextIOWrapper___init___impl() 2718 res = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_setstate, saved_state, NULL); in _io_TextIOWrapper_tell_impl() 2732 res = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_setstate, saved_state, NULL); in _io_TextIOWrapper_tell_impl() 2944 res = _PyObject_CallMethodIdObjArgs(self->buffer, in _io_TextIOWrapper_close_impl()
|
D | iobase.c | 688 PyObject *ret = _PyObject_CallMethodIdObjArgs(result, &PyId_extend, in _io__IOBase_readlines_impl()
|
D | fileio.c | 147 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io_FileIO_close_impl()
|
D | winconsoleio.c | 206 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl()
|
D | bufferedio.c | 441 r = _PyObject_CallMethodIdObjArgs(self->raw, &PyId__dealloc_warn, in buffered_dealloc_warn()
|
/external/python/cpython3/Include/ |
D | abstract.h | 361 PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 1165 uppercase_level = _PyObject_CallMethodIdObjArgs( in pysqlite_connection_set_isolation_level() 1615 uppercase_name = _PyObject_CallMethodIdObjArgs((PyObject *)&PyUnicode_Type, in pysqlite_connection_create_collation()
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 1618 wr = _PyObject_CallMethodIdObjArgs(self->stream, &PyId_write, str, NULL); in mbstreamwriter_iwrite() 1712 wr = _PyObject_CallMethodIdObjArgs(self->stream, &PyId_write, pwrt); in _multibytecodec_MultibyteStreamWriter_reset_impl()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1675 obj = _PyObject_CallMethodIdObjArgs(typ, &PyId___new__, typ, NULL); in unpickle()
|