Searched refs:PyNullImporter_Type (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | import.h | 51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | import.h | 51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 207 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init() 1250 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer() 3351 PyTypeObject PyNullImporter_Type = { variable 3398 if (PyType_Ready(&PyNullImporter_Type) < 0) in initimp() 3420 Py_INCREF(&PyNullImporter_Type); in initimp() 3421 PyModule_AddObject(m, "NullImporter", (PyObject *)&PyNullImporter_Type); in initimp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 179 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init() 1155 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer() 3268 PyTypeObject PyNullImporter_Type = { in find_module() local 3315 if (PyType_Ready(&PyNullImporter_Type) < 0) in find_module() 3337 Py_INCREF(&PyNullImporter_Type); in find_module() 3338 PyModule_AddObject(m, "NullImporter", (PyObject *)&PyNullImporter_Type); in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 179 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init() 1155 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer() 3268 PyTypeObject PyNullImporter_Type = { in find_module() local 3315 if (PyType_Ready(&PyNullImporter_Type) < 0) in find_module() 3337 Py_INCREF(&PyNullImporter_Type); in find_module() 3338 PyModule_AddObject(m, "NullImporter", (PyObject *)&PyNullImporter_Type); in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | main.c | 202 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | main.c | 207 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | main.c | 207 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
|