Home
last modified time | relevance | path

Searched refs:PySys_FormatStderr (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c185 PySys_FormatStderr("import _frozen_importlib # frozen\n"); in init_importlib()
198 PySys_FormatStderr("import _imp # builtin\n"); in init_importlib()
295 PySys_FormatStderr("%s", _C_LOCALE_WARNING); in emit_stderr_warning_for_legacy_locale()
1403 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in finalize_remove_modules()
1497 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in finalize_modules_clear_weaklist()
1510 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in finalize_clear_sys_builtins_dict()
1516 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in finalize_clear_sys_builtins_dict()
Dinitconfig.c3099 PySys_FormatStderr(" sys.%s = ", #NAME); \ in _Py_DumpPathConfig()
3101 PySys_FormatStderr("%A", obj); \ in _Py_DumpPathConfig()
3106 PySys_FormatStderr("\n"); \ in _Py_DumpPathConfig()
3125 PySys_FormatStderr(" %A,\n", path); in _Py_DumpPathConfig()
Dimport.c546 PySys_FormatStderr("import %U # previously loaded (%R)\n", in import_find_extension()
Dsysmodule.c3508 PySys_FormatStderr(const char *format, ...) in PySys_FormatStderr() function
/aosp_15_r20/external/python/cpython3/Modules/
Dmain.c328 PySys_FormatStderr("%S: can't open file %R: [Errno %d] %s\n", in pymain_run_file_obj()
346 PySys_FormatStderr("%S: %R is a directory, cannot continue\n", in pymain_run_file_obj()
Dgcmodule.c916 PySys_FormatStderr("gc: %s <%s %p>\n", in debug_cycle()
1058 PySys_FormatStderr( in show_stats_each_generations()
/aosp_15_r20/external/python/cpython3/Include/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c689 PySys_FormatStderr("# destroy %U\n", m->md_name); in module_dealloc()
837 PySys_FormatStderr("Exception ignored in m_clear of module%s%V\n", in module_clear()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2133 PySys_FormatStderr:void:::
2134 PySys_FormatStderr:const char*:format::
2135 PySys_FormatStderr::...::
Dstable_abi.dat594 function,PySys_FormatStderr,3.2,,
Dpython3.11.abi651 …<elf-symbol name='PySys_FormatStderr' type='func-type' binding='global-binding' visibility='defaul…
15573PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Python/sysmodule.c' line='3462' …
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c544 EXPORT_FUNC(PySys_FormatStderr)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst307 .. c:function:: void PySys_FormatStderr(const char *format, ...)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1311 [function.PySys_FormatStderr]
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to