Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
DInclusiveCriterion.py66 if self.noValue in valueList:
69 self.__currentValues.add(self.noValue)
72 if self.noValue in self.__currentValues:
73 self.__currentValues.remove(self.noValue)
77 and currentValue != self.noValue:
92 self.__currentValues.append(self.noValue)
DCriterion.py49 def noValue(self): member in Criterion
DExclusiveCriterion.py51 if currentValue in self._allowedValues or currentValue == self.noValue:
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DUserInteractor.py145 and not x == criterion.noValue]:
169 criterion.noValue)))
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DTestVectorFactory.py76 newCriterion.currentValue = newCriterion.noValue