Searched refs:get_parent (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 2191 static PyObject *get_parent(PyObject *globals, char *buf, 2224 parent = get_parent(globals, buf, &buflen, level); in import_module_level() 2314 get_parent(PyObject *globals, char *buf, Py_ssize_t *p_buflen, int level) in get_parent() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 2106 static PyObject *get_parent(PyObject *globals, char *buf, in find_module() 2135 parent = get_parent(globals, buf, &buflen, level); in find_module() 2213 get_parent(PyObject *globals, char *buf, Py_ssize_t *p_buflen, int level) in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 2106 static PyObject *get_parent(PyObject *globals, char *buf, in find_module() 2135 parent = get_parent(globals, buf, &buflen, level); in find_module() 2213 get_parent(PyObject *globals, char *buf, Py_ssize_t *p_buflen, int level) in find_module()
|