Searched refs:theProps (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyFindMatchTest.cpp | 59 const property_info *theProps = propTest->Properties(); in TestProperty() local 69 wildcardCommand = (theProps[i].commands[0] == 0); in TestProperty() 70 wildcardSpec = (theProps[i].specifiers[0] == 0); in TestProperty() 74 commands = theProps[i].commands; in TestProperty() 79 specifiers = theProps[i].specifiers; in TestProperty() 86 ExecFindMatch(propTest, theProps[i].name, commands[j], uniqueSpecifier, in TestProperty() 94 ExecFindMatch(propTest, theProps[i].name, uniqueCommand, specifiers[k], in TestProperty() 97 ExecFindMatch(propTest, theProps[i].name, commands[j], specifiers[k], in TestProperty()
|