Home
last modified time | relevance | path

Searched refs:prop_count (Results 1 – 8 of 8) sorted by relevance

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyTestcase.cpp72 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 DPropertyConstructionTest.cpp55 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 DPropertyConstructionTest.h24 int prop_count);
33 int32 prop_count,
H A DPropertyTestcase.h22 property_info *DuplicateProperties(const property_info *prop1, int prop_count);
29 int32 prop_count,
H A DPropertyFlattenTest.h25 int32 prop_count,
H A DPropertyFindMatchTest.h33 int32 prop_count,
H A DPropertyFindMatchTest.cpp51 int32 prop_count, in TestProperty() argument
68 for (i=0; i < prop_count; i++) { in TestProperty()
H A DPropertyFlattenTest.cpp52 int32 prop_count, in TestProperty() argument