Searched refs:dict1 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp488 OSDictionary *dict1, *dict2; local
492 dict1 = OSDictionary::withCapacity(1);
493 TEST_ASSERT('D', "0a", dict1);
494 if (dict1)
495 dict1->release();
505 dict1 = OSDictionary::withCapacity(1);
506 TEST_ASSERT('D', "1a", dict1);
507 if (dict1) {
508 TEST_ASSERT('D', "1b", !dict1->getCount());
509 TEST_ASSERT('D', "1c", 1 == dict1
[all...]

Completed in 8 milliseconds