Home
last modified time | relevance | path

Searched refs:Py_PreInitialize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c479 status = Py_PreInitialize(&preconfig); in check_init_compat_config()
570 PyStatus status = Py_PreInitialize(&preconfig); in test_init_from_config()
878 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated1()
904 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated2()
1021 status = Py_PreInitialize(&preconfig); in check_preinit_isolated_config()
1078 PyStatus status = Py_PreInitialize(&preconfig); in check_init_python_config()
1117 PyStatus status = Py_PreInitialize(&preconfig); in test_init_dont_configure_locale()
1525 PyStatus status = Py_PreInitialize(&preconfig); in test_init_setpath_config()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpylifecycle.h18 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpylifecycle.h18 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpylifecycle.h18 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpylifecycle.h18 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpylifecycle.h18 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit_config.rst13 :c:func:`Py_PreInitialize` and the :c:type:`PyPreConfig` structure.
357 .. c:function:: PyStatus Py_PreInitialize(const PyPreConfig *preconfig)
391 ``PyMem_SetAllocator()`` can be called after :c:func:`Py_PreInitialize` and
393 It can be called before :c:func:`Py_PreInitialize` if
410 status = Py_PreInitialize(&preconfig);
Dsys.rst128 the :c:func:`Py_PreInitialize` function.
195 the :c:func:`Py_PreInitialize` function.
Dmemory.rst488 * It can be called after :c:func:`Py_PreInitialize` and before
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c976 Py_PreInitialize(const PyPreConfig *src_config) in Py_PreInitialize() function
1004 return Py_PreInitialize(&preconfig); in _Py_PreInitializeFromConfig()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst332 * :c:func:`Py_PreInitialize`
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi902 …<elf-symbol name='Py_PreInitialize' type='func-type' binding='global-binding' visibility='default-…
14594Py_PreInitialize' mangled-name='Py_PreInitialize' filepath='Python/pylifecycle.c' line='975' colum…