Searched refs:ExecFindMatch (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyFindMatchTest.cpp | 63 ExecFindMatch(propTest, uniquePropName, uniqueCommand, uniqueSpecifier, false, -1); in TestProperty() 64 ExecFindMatch(propTest, commonPropName, uniqueCommand, uniqueSpecifier, false, -1); in TestProperty() 65 ExecFindMatch(propTest, uniquePropName, commonCommand, uniqueSpecifier, false, -1); in TestProperty() 66 ExecFindMatch(propTest, uniquePropName, uniqueCommand, commonSpecifier, false, -1); 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() 128 void PropertyFindMatchTest::ExecFindMatch( in ExecFindMatch() function in PropertyFindMatchTest
|
H A D | PropertyFindMatchTest.h | 22 void ExecFindMatch(BPropertyInfo *propTest,
|