Searched refs:prop_count (Results 1 – 8 of 8) sorted by relevance
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyTestcase.cpp | 72 int prop_count) in DuplicateProperties() argument 78 prop2 = (property_info *) malloc(sizeof(property_info) * (prop_count + 1)); in DuplicateProperties() 79 memcpy(prop2, prop1, sizeof(property_info) * (prop_count + 1)); in DuplicateProperties() 80 for(i = 0; i < prop_count; i++) { in DuplicateProperties() 168 int prop_count; in PerformTest() member 589 theTests[i].prop_count, theTests[i].value_count, in PerformTest() 594 propPtr = DuplicateProperties(theTests[i].props, theTests[i].prop_count); in PerformTest() 598 theTests[i].prop_count, theTests[i].value_count, in PerformTest() 607 theTests[i].prop_count, theTests[i].value_count, in PerformTest() 616 theTests[i].prop_count, theTests[i].value_count, in PerformTest()
|
H A D | PropertyConstructionTest.cpp | 55 int prop_count) in CompareProperties() argument 59 if ((prop_count != 0) && (prop1 != prop2)) { in CompareProperties() 62 for (i = 0; i < prop_count; i++) { in CompareProperties() 168 int32 prop_count, in TestProperty() argument 174 assert(propTest->CountProperties() == prop_count); in TestProperty() 176 CompareProperties(propTest->Properties(), prop_list, prop_count); in TestProperty()
|
H A D | PropertyConstructionTest.h | 24 int prop_count); 33 int32 prop_count,
|
H A D | PropertyTestcase.h | 22 property_info *DuplicateProperties(const property_info *prop1, int prop_count); 29 int32 prop_count,
|
H A D | PropertyFlattenTest.h | 25 int32 prop_count,
|
H A D | PropertyFindMatchTest.h | 33 int32 prop_count,
|
H A D | PropertyFindMatchTest.cpp | 51 int32 prop_count, in TestProperty() argument 68 for (i=0; i < prop_count; i++) { in TestProperty()
|
H A D | PropertyFlattenTest.cpp | 52 int32 prop_count, in TestProperty() argument
|