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

  /external/autotest/client/bin/
fsinfo.py 275 def compare_features(needed_feature, current_feature):
277 if len(needed_feature) != len(current_feature):
279 for feature in current_feature:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 481 feature = current_feature
524 self.start_component(self.logical, current_feature)
595 global current_feature
596 current_feature = self
  /external/python/cpython2/Lib/msilib/
__init__.py 286 feature = current_feature
338 self.start_component(self.logical, current_feature, 0)
411 global current_feature
412 current_feature = self
  /external/python/cpython2/Tools/msi/
msilib.py 481 feature = current_feature
519 self.start_component(self.logical, current_feature)
590 global current_feature
591 current_feature = self
  /external/python/cpython3/Lib/msilib/
__init__.py 285 feature = current_feature
337 self.start_component(self.logical, current_feature, 0)
415 global current_feature
416 current_feature = self

Completed in 403 milliseconds