Searched refs:walk_packages (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_pkgutil.py82 # issue7367 - walk_packages failed if unreadable dir on sys.path
89 for t in pkgutil.walk_packages(path=[self.dirname]):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_pkgutil.py82 # issue7367 - walk_packages failed if unreadable dir on sys.path
89 for t in pkgutil.walk_packages(path=[self.dirname]):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pkgutil.py82 # issue7367 - walk_packages failed if unreadable dir on sys.path
89 for t in pkgutil.walk_packages(path=[self.dirname]):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pkgutil.py82 # issue7367 - walk_packages failed if unreadable dir on sys.path
89 for t in pkgutil.walk_packages(path=[self.dirname]):
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpkgutil.py14 'walk_packages', 'iter_modules', 'get_data',
71 def walk_packages(path=None, prefix='', onerror=None): function
94 walk_packages()
97 walk_packages(ctypes.__path__, ctypes.__name__+'.')
125 for item in walk_packages(path, name+'.', onerror):
H A Dpydoc.py1551 for importer, modname, ispkg in pkgutil.walk_packages([dir], pkgpath):
1959 for importer, modname, ispkg in pkgutil.walk_packages(onerror=onerror):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpkgutil.py14 'walk_packages', 'iter_modules', 'get_data',
71 def walk_packages(path=None, prefix='', onerror=None): function
94 walk_packages()
97 walk_packages(ctypes.__path__, ctypes.__name__+'.')
125 for item in walk_packages(path, name+'.', onerror):
H A Dpydoc.py1551 for importer, modname, ispkg in pkgutil.walk_packages([dir], pkgpath):
1959 for importer, modname, ispkg in pkgutil.walk_packages(onerror=onerror):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpkgutil.py14 'walk_packages', 'iter_modules', 'get_data',
71 def walk_packages(path=None, prefix='', onerror=None): function
94 walk_packages()
97 walk_packages(ctypes.__path__, ctypes.__name__+'.')
125 for item in walk_packages(path, name+'.', onerror):
H A Dpydoc.py1551 for importer, modname, ispkg in pkgutil.walk_packages([dir], pkgpath):
1959 for importer, modname, ispkg in pkgutil.walk_packages(onerror=onerror):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpkgutil.py14 'walk_packages', 'iter_modules', 'get_data',
71 def walk_packages(path=None, prefix='', onerror=None): function
94 walk_packages()
97 walk_packages(ctypes.__path__, ctypes.__name__+'.')
125 for item in walk_packages(path, name+'.', onerror):
H A Dpydoc.py1551 for importer, modname, ispkg in pkgutil.walk_packages([dir], pkgpath):
1959 for importer, modname, ispkg in pkgutil.walk_packages(onerror=onerror):

Completed in 657 milliseconds