Lines Matching refs:count1

515 	int i, numSymbols, count1, count2;  in testDictionary()  local
577 count1 = count2 = 0; in testDictionary()
579 count1 += (symCache[i]->getRetainCount() == 3); in testDictionary()
581 TEST_ASSERT('D', "2b", count1 == numSymbols); in testDictionary()
597 count1 = count2 = 0; in testDictionary()
599 count1 += (symCache[i]->getRetainCount() == 1); in testDictionary()
602 TEST_ASSERT('D', "2g", count1 == numSymbols); in testDictionary()
622 count1 = count2 = 0; in testDictionary()
624 count1 += (symCache[i]->getRetainCount() == 3); in testDictionary()
627 TEST_ASSERT('D', "3b", count1 == numSymbols); in testDictionary()
630 count1 = count2 = 0; in testDictionary()
633 count1 += (symCache[i] == (const OSSymbol *) dict1->getObject(str)); in testDictionary()
636 TEST_ASSERT('D', "3d", count1 == numSymbols); in testDictionary()
639 count1 = count2 = 0; in testDictionary()
643 count1 += (symCache[i] == (const OSSymbol *) dict1->getObject(cStr)); in testDictionary()
646 TEST_ASSERT('D', "3f", count1 == numSymbols); in testDictionary()
651 count1 = count2 = 0; in testDictionary()
653 count1 += (symCache[i]->getRetainCount() == 1); in testDictionary()
658 TEST_ASSERT('D', "3h", count1 == numSymbols); in testDictionary()
679 count1 = count2 = 0; in testDictionary()
682 count1 += ((OSObject *) sym == dict1->setObject((OSObject *) sym, in testDictionary()
687 TEST_ASSERT('D', "4c", numSymbols == count1); in testDictionary()
700 count1 = count2 = 0; in testDictionary()
707 count1 += ((OSString *) sym == replacedObject); in testDictionary()
712 TEST_ASSERT('D', "4g", numSymbols == count1); in testDictionary()
715 count1 = count2 = 0; in testDictionary()
719 count1 += (str == dict2->__takeObject(sym)); in testDictionary()
724 TEST_ASSERT('D', "4i", numSymbols == count1); in testDictionary()
752 int i, numSymbols, count1, count2, count3; in testIterator() local
772 count1 = count2 = 0; in testIterator()
774 count1 += array->setObject(cache[i], 0); in testIterator()
776 TEST_ASSERT('I', "1b", count1 == numSymbols); in testIterator()
784 count1 = count2 = count3 = 0; in testIterator()
787 count1 += (bigReturn->getCount() == 1); in testIterator()
791 TEST_ASSERT('I', "1e", count1 == numSymbols); in testIterator()
805 count1 = count2 = count3 = 0; in testIterator()
818 count1 += (cache[i] == str); in testIterator()
820 TEST_ASSERT('I', "1l", count1 == numSymbols); in testIterator()
842 count1 = count2 = 0; in testIterator()
844 count1 += set->setObject(cache[i]); in testIterator()
846 TEST_ASSERT('I', "2b", count1 == numSymbols); in testIterator()
854 count1 = count2 = count3 = 0; in testIterator()
857 count1 += (bigReturn->getCount() == 1); in testIterator()
861 TEST_ASSERT('I', "2e", count1 == numSymbols); in testIterator()
868 count1 = count2 = count3 = 0; in testIterator()
881 count1 += (cache[i] == str); in testIterator()
883 TEST_ASSERT('I', "2l", count1 == numSymbols); in testIterator()
913 count1 = count2 = 0; in testIterator()
915 count1 += (0 != dict->setObject(cache[i], symCache[i])); in testIterator()
917 TEST_ASSERT('I', "3b", count1 == numSymbols); in testIterator()
925 count1 = count2 = count3 = 0; in testIterator()
928 count1 += (bigReturn->getCount() == 2); in testIterator()
932 TEST_ASSERT('I', "3e", count1 == numSymbols); in testIterator()
939 count1 = count2 = count3 = 0; in testIterator()
956 count1 += (symCache[i] == sym); in testIterator()
959 TEST_ASSERT('I', "3l", count1 == numSymbols); in testIterator()
983 count1 = count2 = count3 = 0; in testIterator()
985 count1 += (1 == cache[i]->getRetainCount()); in testIterator()
990 TEST_ASSERT('I', "4a", count1 == numSymbols); in testIterator()