HomeSort by relevance Sort by last modified time
    Searched refs:fqname (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname):
    [all...]
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname):
    [all...]
  /external/python/cpython2/Lib/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname)
    [all...]
modulefinder.py 271 def import_module(self, partname, fqname, parent):
272 self.msgin(3, "import_module", partname, fqname, parent)
274 m = self.modules[fqname]
280 if fqname in self.badmodules:
293 m = self.load_module(fqname, fp, pathname, stuff)
301 def load_module(self, fqname, fp, pathname, file_info):
303 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
305 m = self.load_package(fqname, pathname)
318 m = self.add_module(fqname)
455 def load_package(self, fqname, pathname)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname)
    [all...]
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname)
    [all...]
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname)
    [all...]
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None):
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
165 # the context of the new import. Get the module/package fqname.
263 def _import_one(self, parent, modname, fqname):
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname)
    [all...]
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_dl.c 19 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_os2.c 18 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_atheos.c 17 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_hpux.c 22 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_next.c 34 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_beos.c 157 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
251 beos_add_dyn( fqname, the_id );
  /external/python/cpython2/Python/
dynload_dl.c 19 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_os2.c 18 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_atheos.c 17 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_hpux.c 22 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dynload_next.c 34 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
  /external/python/cpython2/RISCOS/Python/
dynload_riscos.c 50 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 252 def import_module(self, partname, fqname, parent):
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info):
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname):
    [all...]

Completed in 669 milliseconds

1 2