Home
last modified time | relevance | path

Searched refs:subStateNames (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py636 def changeState(self, subStateNames, ignoreIntegrity=False): argument
639 subStateNames))
641 if not ignoreIntegrity and not self.isIntegre(subStateNames):
642 raise self.ChangeRequestToNonAccessibleState(subStateNames,
646 for subStateName in subStateNames :
656 def isIntegre(self, subStateNames): argument
657 return self.isInclusif or len(subStateNames) == 1
664 subStateNames = self._getElementNames(self.currentState)
665 return Criterion(self.name, self.isInclusif, subStateNames, subStateNames,
679 def stateIs(self, subStateNames): argument
[all …]