Searched refs:PySys_FormatStderr (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | pylifecycle.c | 185 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()
|
D | initconfig.c | 3099 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()
|
D | import.c | 546 PySys_FormatStderr("import %U # previously loaded (%R)\n", in import_find_extension()
|
D | sysmodule.c | 3508 PySys_FormatStderr(const char *format, ...) in PySys_FormatStderr() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | main.c | 328 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()
|
D | gcmodule.c | 916 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/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | moduleobject.c | 689 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/ |
D | refcounts.dat | 2133 PySys_FormatStderr:void::: 2134 PySys_FormatStderr:const char*:format:: 2135 PySys_FormatStderr::...::
|
D | stable_abi.dat | 594 function,PySys_FormatStderr,3.2,,
|
D | python3.11.abi | 651 …<elf-symbol name='PySys_FormatStderr' type='func-type' binding='global-binding' visibility='defaul… 15573 …PySys_FormatStderr' mangled-name='PySys_FormatStderr' filepath='./Python/sysmodule.c' line='3462' …
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 544 EXPORT_FUNC(PySys_FormatStderr)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 307 .. c:function:: void PySys_FormatStderr(const char *format, ...)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1311 [function.PySys_FormatStderr]
|
D | HISTORY | 12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
|