Searched refs:nbStates (Results 1 – 2 of 2) sorted by relevance
263 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createExclusiveSelectionCriterionFromStateList() local265 for (size_t state = 0; state < nbStates; state++) { in createExclusiveSelectionCriterionFromStateList()291 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createInclusiveSelectionCriterionFromStateList() local293 for (size_t state = 0; state < nbStates; state++) { in createInclusiveSelectionCriterionFromStateList()310 bool CTestPlatform::createExclusiveSelectionCriterion(const string &strName, size_t nbStates, in createExclusiveSelectionCriterion() argument316 for (size_t state = 0; state < nbStates; state++) { in createExclusiveSelectionCriterion()337 bool CTestPlatform::createInclusiveSelectionCriterion(const string &strName, size_t nbStates, in createInclusiveSelectionCriterion() argument343 for (size_t state = 0; state < nbStates; state++) { in createInclusiveSelectionCriterion()
266 int nbStates; member282 int nbStates; member474 ret->nbStates = ctxt->nbStates; in xmlRegEpxFromParse()508 stateRemap = xmlMalloc(ret->nbStates * sizeof(int)); in xmlRegEpxFromParse()514 for (i = 0;i < ret->nbStates;i++) { in xmlRegEpxFromParse()595 for (i = 0;i < ret->nbStates;i++) { in xmlRegEpxFromParse()675 for (i = 0;i < ret->nbStates;i++) in xmlRegEpxFromParse()680 ret->nbStates = 0; in xmlRegEpxFromParse()699 ctxt->nbStates = 0; in xmlRegEpxFromParse()955 for (i = 0;i < ctxt->nbStates;i++) in xmlRegFreeParserCtxt()[all …]