Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethodIdOneArg (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c1913 PyObject *res = _PyObject_CallMethodIdOneArg(all_tasks, in register_task()
1928 PyObject *res = _PyObject_CallMethodIdOneArg(all_tasks, in unregister_task()
2216 res = _PyObject_CallMethodIdOneArg(self->task_fut_waiter, in _asyncio_Task_cancel_impl()
2693 result = _PyObject_CallMethodIdOneArg(coro, &PyId_throw, exc); in task_step_impl()
2820 r = _PyObject_CallMethodIdOneArg(result, &PyId_cancel, in task_step_impl()
2912 r = _PyObject_CallMethodIdOneArg(result, &PyId_cancel, in task_step_impl()
D_datetimemodule.c1335 result = _PyObject_CallMethodIdOneArg(tzinfo, &PyId_tzname, tzinfoarg); in call_tzname()
1790 result = _PyObject_CallMethodIdOneArg(time, &PyId_struct_time, args); in build_struct_time()
2989 result = _PyObject_CallMethodIdOneArg(cls, &PyId_fromtimestamp, time); in date_today()
3287 return _PyObject_CallMethodIdOneArg((PyObject *)self, &PyId_strftime, in date_format()
6296 _PyObject_CallMethodIdOneArg(tzinfo, &PyId_fromutc, temp); in datetime_astimezone()
D_elementtree.c2633 res = _PyObject_CallMethodIdOneArg(element, &PyId_append, child); in treebuilder_add_subelement()
D_testcapimodule.c5225 return _PyObject_CallMethodIdOneArg((PyObject *)gen, &PyId_send, Py_None); in raise_SIGINT_then_send_None()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() function
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() function
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1866 obj = _PyObject_CallMethodIdOneArg(typ, &PyId___new__, typ); in unpickle()