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

  /external/autotest/client/site_tests/webstore_InstallItem/
webstore_InstallItem.py 19 self.install_item(item_id, item_type, install_type)
  /external/autotest/client/cros/
webstore_test.py 126 Subclasses should use methods in this module such as install_item,
206 def install_item(self, item_id, item_type, install_type): member in class:webstore_test
  /external/python/setuptools/setuptools/command/
easy_install.py 649 return self.install_item(None, dl, tmpdir, deps, True)
654 return self.install_item(None, spec, tmpdir, deps, True)
673 return self.install_item(spec, dist.location, tmpdir, deps)
675 def install_item(self, spec, download, tmpdir, deps, install_needed=False): member in class:easy_install
    [all...]

Completed in 542 milliseconds