Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp263 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createExclusiveSelectionCriterionFromStateList() local
265 for (size_t state = 0; state < nbStates; state++) { in createExclusiveSelectionCriterionFromStateList()
291 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createInclusiveSelectionCriterionFromStateList() local
293 for (size_t state = 0; state < nbStates; state++) { in createInclusiveSelectionCriterionFromStateList()
310 bool CTestPlatform::createExclusiveSelectionCriterion(const string &strName, size_t nbStates, in createExclusiveSelectionCriterion() argument
316 for (size_t state = 0; state < nbStates; state++) { in createExclusiveSelectionCriterion()
337 bool CTestPlatform::createInclusiveSelectionCriterion(const string &strName, size_t nbStates, in createInclusiveSelectionCriterion() argument
343 for (size_t state = 0; state < nbStates; state++) { in createInclusiveSelectionCriterion()
/external/libxml2/
Dxmlregexp.c260 int nbStates; member
274 int nbStates; member
440 ret->nbStates = ctxt->nbStates; in xmlRegEpxFromParse()
474 stateRemap = xmlMalloc(ret->nbStates * sizeof(int)); in xmlRegEpxFromParse()
480 for (i = 0;i < ret->nbStates;i++) { in xmlRegEpxFromParse()
560 for (i = 0;i < ret->nbStates;i++) { in xmlRegEpxFromParse()
643 for (i = 0;i < ret->nbStates;i++) in xmlRegEpxFromParse()
648 ret->nbStates = 0; in xmlRegEpxFromParse()
667 ctxt->nbStates = 0; in xmlRegEpxFromParse()
923 for (i = 0;i < ctxt->nbStates;i++) in xmlRegFreeParserCtxt()
[all …]