Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dmoduleobject.c60 PyModule_GetName(PyObject *m) in PyModule_GetName() function
192 name = PyModule_GetName((PyObject *)m); in module_repr()
Dobject.c1845 char *name = PyModule_GetName(obj); in _specialized_dir_module()
/aosp_15_r20/external/python/cpython2/Include/
Dmoduleobject.h17 PyAPI_FUNC(char *) PyModule_GetName(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmoduleobject.h27 PyAPI_FUNC(const char *) PyModule_GetName(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmoduleobject.h27 PyAPI_FUNC(const char *) PyModule_GetName(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmoduleobject.h27 PyAPI_FUNC(const char *) PyModule_GetName(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dmoduleobject.h27 PyAPI_FUNC(const char *) PyModule_GetName(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmoduleobject.h27 PyAPI_FUNC(const char *) PyModule_GetName(PyObject *);
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c390 name = PyModule_GetName(module); in PyModule_ExecDef()
510 PyModule_GetName(PyObject *m) in PyModule_GetName() function
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dmodule.rst60 .. c:function:: char* PyModule_GetName(PyObject *module)
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def269 PyModule_GetName
/aosp_15_r20/external/python/cpython2/Python/
Dmodsupport.c639 PyModule_GetName(m)); in PyModule_AddObject()
Dimport.c2789 name = PyModule_GetName(m); in PyImport_ReloadModule()
/aosp_15_r20/external/python/cpython3/Python/
Dmodsupport.c658 PyModule_GetName(mod)); in PyModule_AddObjectRef()
/aosp_15_r20/external/python/cpython2/Modules/
D_lsprof.c186 modname = PyModule_GetName(mod); in normalizeUserObj()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def439 "PyModule_GetName"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat766 PyModule_GetName:char*:::
767 PyModule_GetName:PyObject*:module:0:
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c383 EXPORT_FUNC(PyModule_GetName)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat412 function,PyModule_GetName,3.2,,
Drefcounts.dat1393 PyModule_GetName:const char*:::
1394 PyModule_GetName:PyObject*:module:0:
Dpython3.11.abi434 …<elf-symbol name='PyModule_GetName' type='func-type' binding='global-binding' visibility='default-…
9196PyModule_GetName' mangled-name='PyModule_GetName' filepath='Objects/moduleobject.c' line='510' col…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst84 .. c:function:: const char* PyModule_GetName(PyObject *module)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1018 [function.PyModule_GetName]
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c2729 PyModule_GetName(m)); in PyModule_AddObject()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx2484 PyModule_GetName(m)); in PyModule_AddObject()