Lines Matching refs:pP

175 		Property * pP = aProps.getArray();  in test_PropertyArrayHelper()  local
179 OSL_ENSURE( pP[i].Name == getPropertyTable1()[i].Name , "Name not correct" ); in test_PropertyArrayHelper()
180 OSL_ENSURE( pP[i].Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
181 OSL_ENSURE( pP[i].Attributes == getPropertyTable1()[i].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper()
182 OSL_ENSURE( pP[i].Type == getPropertyTable1()[i].Type, "Type not correct" ); in test_PropertyArrayHelper()
190 Property * pP = aProps.getArray(); in test_PropertyArrayHelper() local
197 OSL_ENSURE( pP[i].Name == getPropertyTable2()[a[i]].Name , "Name not correct" ); in test_PropertyArrayHelper()
198 OSL_ENSURE( pP[i].Handle == getPropertyTable2()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
199 … OSL_ENSURE( pP[i].Attributes == getPropertyTable2()[a[i]].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper()
200 OSL_ENSURE( pP[i].Type == getPropertyTable2()[a[i]].Type, "Type not correct" ); in test_PropertyArrayHelper()
208 Property * pP = aProps.getArray(); in test_PropertyArrayHelper() local
214 OSL_ENSURE( pP[i].Name == getPropertyTable3()[a[i]].Name , "Name not correct" ); in test_PropertyArrayHelper()
215 OSL_ENSURE( pP[i].Handle == getPropertyTable3()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
216 … OSL_ENSURE( pP[i].Attributes == getPropertyTable3()[a[i]].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper()
217 OSL_ENSURE( pP[i].Type == getPropertyTable3()[a[i]].Type, "Type not correct" ); in test_PropertyArrayHelper()