Home
last modified time | relevance | path

Searched refs:ensure_fromlist (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dihooks.py412 self.ensure_fromlist(m, fromlist)
493 def ensure_fromlist(self, m, fromlist, recursive=0): member in ModuleImporter
502 self.ensure_fromlist(m, all, 1)
Dmodulefinder.py131 self.ensure_fromlist(m, fromlist)
211 def ensure_fromlist(self, m, fromlist, recursive=0): member in ModuleFinder
218 self.ensure_fromlist(m, all, 1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py131 self.ensure_fromlist(m, fromlist)
211 def ensure_fromlist(self, m, fromlist, recursive=0): member in ModuleFinder
218 self.ensure_fromlist(m, all, 1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2111 static int ensure_fromlist(PyObject *mod, PyObject *fromlist, in find_module()
2177 if (!ensure_fromlist(tail, fromlist, buf, buflen, 0)) { in find_module()
2454 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in find_module()
2488 int ret = ensure_fromlist(mod, all, buf, buflen, 1); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c2111 static int ensure_fromlist(PyObject *mod, PyObject *fromlist, in find_module()
2177 if (!ensure_fromlist(tail, fromlist, buf, buflen, 0)) { in find_module()
2454 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in find_module()
2488 int ret = ensure_fromlist(mod, all, buf, buflen, 1); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c2196 static int ensure_fromlist(PyObject *mod, PyObject *fromlist,
2273 if (!ensure_fromlist(tail, fromlist, buf, buflen, 0)) { in import_module_level()
2555 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in ensure_fromlist() function
2589 int ret = ensure_fromlist(mod, all, buf, buflen, 1); in ensure_fromlist()