Home
last modified time | relevance | path

Searched refs:Py_mod_exec (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/python/cpython3/Modules/
D_testmultiphase.c446 {Py_mod_exec, execfunc},
750 {Py_mod_exec, execfunc},
770 {Py_mod_exec, execfunc_err},
791 {Py_mod_exec, execfunc_raise},
812 {Py_mod_exec, execfunc_unreported_exception},
850 {Py_mod_exec, meth_state_access_exec},
Dsymtablemodule.c109 {Py_mod_exec, symtable_init_stentry_type},
110 {Py_mod_exec, symtable_init_constants},
D_hashopenssl.c2261 {Py_mod_exec, hashlib_init_hashtable},
2262 {Py_mod_exec, hashlib_init_evptype},
2263 {Py_mod_exec, hashlib_init_evpxoftype},
2264 {Py_mod_exec, hashlib_init_hmactype},
2265 {Py_mod_exec, hashlib_md_meth_names},
2266 {Py_mod_exec, hashlib_init_constructors},
2267 {Py_mod_exec, hashlib_exception},
D_contextvarsmodule.c46 {Py_mod_exec, _contextvars_exec},
D_uuidmodule.c108 {Py_mod_exec, uuid_exec},
D_weakref.c176 {Py_mod_exec, weakref_exec},
Dspwdmodule.c226 {Py_mod_exec, spwdmodule_exec},
Dxxmodule.c390 {Py_mod_exec, xx_exec},
Dxxsubtype.c295 {Py_mod_exec, xxsubtype_exec},
Dxxlimited_35.c299 {Py_mod_exec, xx_modexec},
Dsyslogmodule.c360 {Py_mod_exec, syslog_exec},
D_bisectmodule.c323 {Py_mod_exec, bisect_modexec},
Dpwdmodule.c338 {Py_mod_exec, pwdmodule_exec},
Dgrpmodule.c329 {Py_mod_exec, grpmodule_exec},
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst204 and before the module is executed (:c:data:`Py_mod_exec` function). More
219 and before the module is executed (:c:data:`Py_mod_exec` function). More
240 and before the module is executed (:c:data:`Py_mod_exec` function). More
367 .. c:macro:: Py_mod_exec
376 If multiple ``Py_mod_exec`` slots are specified, they are processed in the
413 Process any execution slots (:c:data:`Py_mod_exec`) given in *def*.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmoduleobject.h66 #define Py_mod_exec 2 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmoduleobject.h66 #define Py_mod_exec 2 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmoduleobject.h66 #define Py_mod_exec 2 macro
/aosp_15_r20/external/python/cpython3/Include/
Dmoduleobject.h66 #define Py_mod_exec 2 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmoduleobject.h66 #define Py_mod_exec 2 macro
/aosp_15_r20/external/python/cpython3/PC/
D_testconsole.c33 {Py_mod_exec, execfunc},
/aosp_15_r20/external/python/cpython3/Modules/_blake2/
Dblake2module.c129 {Py_mod_exec, blake2_exec},
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.c264 {Py_mod_exec, multiprocessing_exec},
/aosp_15_r20/external/python/cpython3/Python/
DPython-tokenize.c153 {Py_mod_exec, tokenizemodule_exec},
/aosp_15_r20/external/python/cpython3/Lib/test/
D_testcppext.cpp232 {Py_mod_exec, reinterpret_cast<void*>(_testcppext_exec)},

1234