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

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 55 :param rawCriterions: the desired criterions state descriptions
59 criterions = []
69 criterions.append(newCriterion)
75 # if rawCriterions is None, we create an empty criterions lists
77 criterions.append(newCriterion)
78 return criterions
TestLauncher.py 145 def executeTestVector(self, criterions):
147 for criterion in criterions:
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 42 def __init__(self, testLauncher, criterions):
51 self.__criterions = criterions
105 current criterions state.
177 Allow to change the value of several criterions through a menu.

Completed in 234 milliseconds