HomeSort by relevance Sort by last modified time
    Searched refs:__path__ (Results 51 - 75 of 95) sorted by null

1 23 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 172 # Some times __path__ and __file__ are not absolute (e.g. while running from
176 # they are found in the CWD their __file__ and __path__ will be relative (this
179 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
180 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
183 if hasattr(module, '__path__'):
184 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /external/autotest/tko/parsers/test/
scenario_base.py 13 TEMPLATES_DIRPATH = templates.__path__[0]
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 165 d = module.__path__
  /external/python/cpython2/Lib/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 174 # Some times __path__ and __file__ are not absolute (e.g. while running from
178 # they are found in the CWD their __file__ and __path__ will be relative (this
181 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
182 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
185 if hasattr(module, '__path__'):
186 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 74 mod.__path__ = self._get__path__()
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /external/libmojo/third_party/jinja2/
loaders.py 436 mod.__path__ = path
  /external/python/cpython2/Lib/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
  /external/autotest/client/common_lib/cros/
autoupdater.py 25 STATEFUL_UPDATE_PATH = devserver.__path__[0]
  /external/devlib/devlib/utils/
misc.py 195 if not hasattr(root_mod, '__path__'):
198 for _, name, ispkg in pkgutil.iter_modules(root_mod.__path__):
  /tools/test/connectivity/acts/framework/acts/
test_runner.py 490 pkg_iter = pkgutil.iter_modules(module.__path__, module.__name__ + '.')
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 681 ispkg = mod.__path__ is not None
    [all...]

Completed in 880 milliseconds

1 23 4