Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance
161 sal_uLong oldCount = bparr.Count(); in TEST_F() local163 ASSERT_TRUE((bparr.Count() == oldCount + 1)) << "test_insert_entries_at_front failed"; in TEST_F()190 sal_uLong oldCount = bparr.Count(); in TEST_F() local215 int oldCount = bparr.Count(); in TEST_F() local222 ASSERT_TRUE((oldCount + 5 == bparr.Count())) << "test_insert_at_already_used_index failed"; in TEST_F()244 sal_uLong oldCount = bparr.Count(); in TEST_F() local268 sal_uLong oldCount = bparr.Count(); in TEST_F() local299 sal_uLong oldCount = bparr.Count(); in TEST_F() local303 ASSERT_TRUE((oldCount - 1 == bparr.Count())) << "test_remove_at_back failed (wrong count)"; in TEST_F()329 sal_uLong oldCount = bparr.Count(); in TEST_F() local[all …]
170 int oldCount = oObj.getSelectionCount(); in _removeSelection() local180 if (count != (oldCount - i - 1)){ in _removeSelection()182 "is not as expected (" + (oldCount -i -1) + ") => FAILED"); in _removeSelection()
1687 int oldCount = pSalData->mnCacheDCInUse; in ImplSetParentFrame() local1688 (void)oldCount; in ImplSetParentFrame()1759 … DBG_ASSERT( oldCount == pSalData->mnCacheDCInUse, "WinSalFrame::SetParent() hDC count corrupted"); in ImplSetParentFrame()
Completed in 38 milliseconds