Home
last modified time | relevance | path

Searched refs:PyObject_Print (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Modules/
Dxxmodule.c194 PyObject_Print(item, stdout, 0); in xx_bug()
/aosp_15_r20/external/python/cpython2/Modules/
Dxxmodule.c191 PyObject_Print(item, stdout, 0); in xx_bug()
D_collectionsmodule.c976 if (PyObject_Print(item, fp, 0) != 0) { in deque_tp_print()
1589 PyObject_Print(dd->default_factory, fp, 0); in defdict_print()
Dthreadmodule.c635 PyObject_Print(boot->func, stderr, 0); in t_bootstrap()
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcache.c256 PyObject_Print(display_str, stdout, Py_PRINT_RAW); in pysqlite_cache_display()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1012 PyObject_Print:int:::
1013 PyObject_Print:PyObject*:o:0:
1014 PyObject_Print:FILE*:fp::
1015 PyObject_Print:int:flags::
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def321 PyObject_Print
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c257 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function
391 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump()
2081 if (PyObject_Print(op, fp, 0) != 0) { in _Py_PrintReferences()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c328 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function
347 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump()
2280 if (PyObject_Print(op, fp, 0) != 0) in _Py_PrintReferences()
Dtupleobject.c253 if (PyObject_Print(op->ob_item[i], fp, 0) != 0) in tupleprint()
Ddictobject.c1131 if (PyObject_Print((PyObject *)ep->me_key, fp, 0)!=0) { in dict_print()
1139 if (PyObject_Print(pvalue, fp, 0) != 0) { in dict_print()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dset.rst19 :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:`PyObject_Print`, and
Dobject.rst22 .. c:function:: int PyObject_Print(PyObject *o, FILE *fp, int flags)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dset.rst21 :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:`PyObject_Print`, and
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1766 PyObject_Print:int:::
1767 PyObject_Print:PyObject*:o:0:
1768 PyObject_Print:FILE*:fp::
1769 PyObject_Print:int:flags::
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h459 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def464 "PyObject_Print"
/aosp_15_r20/external/python/cpython2/Doc/extending/
Dextending.rst975 PyObject_Print(item, stdout, 0); /* BUG! */
1007 PyObject_Print(item, stdout, 0);
1031 PyObject_Print(item, stdout, 0); /* BUG! */
/aosp_15_r20/external/python/cpython3/Doc/extending/
Dextending.rst1022 PyObject_Print(item, stdout, 0); /* BUG! */
1054 PyObject_Print(item, stdout, 0);
1078 PyObject_Print(item, stdout, 0); /* BUG! */
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1146 PyObject_Print(value, stderr, Py_PRINT_RAW); in handle_system_exit()

12