Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleLevel (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dimport.h18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
22 PyImport_ImportModuleLevel(n, g, l, f, -1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dimport.h18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
22 PyImport_ImportModuleLevel(n, g, l, f, -1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c857 mod = PyImport_ImportModuleLevel("encodings", NULL, NULL, NULL, 0); in _PyCodecRegistry_Init()
Dimport.c2186 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in find_module()
2754 builtins = PyImport_ImportModuleLevel("__builtin__", in find_module()
Dbltinmodule.c49 return PyImport_ImportModuleLevel(name, globals, locals, in builtin___import__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c874 mod = PyImport_ImportModuleLevel("encodings", NULL, NULL, NULL, 0); in _PyCodecRegistry_Init()
Dimport.c2287 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function
2868 builtins = PyImport_ImportModuleLevel("__builtin__", in PyImport_Import()
Dbltinmodule.c49 return PyImport_ImportModuleLevel(name, globals, locals, in builtin___import__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2186 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in find_module()
2754 builtins = PyImport_ImportModuleLevel("__builtin__", in find_module()