/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 701 DECLPROC(hPython, int, PySys_SetArgv, (int, char **)); in do_run_installscript() 710 if (!Py_Initialize || !PySys_SetArgv in do_run_installscript() 735 PySys_SetArgv(argc, argv); in do_run_installscript() 1290 void (__cdecl * PySys_SetArgv)(int, char **); in get_sys_prefix() 1312 PySys_SetArgv = (void (*)(int, char **))GetProcAddress in get_sys_prefix() 1334 PySys_SetArgv(1, &exe); in get_sys_prefix()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | sysmodule.h | 13 PyAPI_FUNC(void) PySys_SetArgv(int, char **);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | sysmodule.h | 13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | sysmodule.h | 13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | frozenmain.c | 49 PySys_SetArgv(argc, argv); in Py_FrozenMain()
|
D | sysmodule.c | 1723 PySys_SetArgv(int argc, char **argv) in PySys_SetArgv() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | sysmodule.h | 13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | sysmodule.h | 13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | sysmodule.h | 13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 373 PySys_SetArgv
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | main.c | 581 PySys_SetArgv(argc-_PyOS_optind, argv+_PyOS_optind); in Py_Main()
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1327 PySys_SetArgv:int::: 1328 PySys_SetArgv:int:argc:: 1329 PySys_SetArgv:char**:argv::
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1135 "PySys_SetArgv"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2146 PySys_SetArgv:void::: 2147 PySys_SetArgv:int:argc:: 2148 PySys_SetArgv:wchar_t**:argv::
|
D | stable_abi.dat | 600 function,PySys_SetArgv,3.2,,
|
D | python3.11.abi | 657 …<elf-symbol name='PySys_SetArgv' type='func-type' binding='global-binding' visibility='default-vis… 15593 …PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3313' column='1'…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 550 EXPORT_FUNC(PySys_SetArgv)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | init.rst | 28 single: PySys_SetArgv() 304 :c:func:`PySys_SetArgv`, for example using:: 314 .. c:function:: void PySys_SetArgv(int argc, char **argv)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init.rst | 240 single: PySys_SetArgv() 658 :c:func:`PySys_SetArgv`, for example using:: 670 .. c:function:: void PySys_SetArgv(int argc, wchar_t **argv)
|
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2139 that embed Python. The old function, :c:func:`PySys_SetArgv`, would 2147 whether you're calling :c:func:`PySys_SetArgv` and carefully consider 2519 :c:func:`PySys_SetArgv` function was used. Check whether you're 2520 calling :c:func:`PySys_SetArgv` and carefully consider whether the
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 2163 that embed Python. The old function, :c:func:`PySys_SetArgv`, would 2171 whether you're calling :c:func:`PySys_SetArgv` and carefully consider 2549 :c:func:`PySys_SetArgv` function was used. Check whether you're 2550 calling :c:func:`PySys_SetArgv` and carefully consider whether the
|
D | 3.11.rst | 2572 * :c:func:`PySys_SetArgv`
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | sysmodule.c | 3359 PySys_SetArgv(int argc, wchar_t **argv) in PySys_SetArgv() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1321 [function.PySys_SetArgv]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.11.0b1.rst | 2031 Deprecate the C functions: :c:func:`PySys_SetArgv`,
|