HomeSort by relevance Sort by last modified time
    Searched refs:modulefinder (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/
__init__.py 12 import modulefinder
17 modulefinder.AddPackagePath(__name__, p)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]

Completed in 252 milliseconds