Home
last modified time | relevance | path

Searched refs:getCapacity (Results 1 – 25 of 33) sorted by relevance

12

/xnu-11215/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp143 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test2_start()
159 s2->getLength(), s2->getCapacity()); in test2_start()
/xnu-11215/iokit/Tests/
H A DTestContainers.cpp146 TEST_ASSERT('d', "1c", test1->getCapacity() == DATA_SIZE_1); in testData()
151 TEST_ASSERT('d', "1h", test1->getCapacity() == DATA_SIZE_1); in testData()
193 TEST_ASSERT('d', "3c", test1->getCapacity() == sizeof(testData)); in testData()
198 TEST_ASSERT('d', "3h", test1->getCapacity() == sizeof(testData)); in testData()
H A DTestCollections.cpp68 TEST_ASSERT('A', "1c", 1 == array1->getCapacity()); in testArray()
105 TEST_ASSERT('A', "2c", numStrCache == (int) array1->getCapacity()); in testArray()
322 TEST_ASSERT('S', "1c", 1 == set1->getCapacity()); in testSet()
360 TEST_ASSERT('S', "2c", numStrCache == (int) set1->getCapacity()); in testSet()
538 TEST_ASSERT('D', "1c", 1 == dict1->getCapacity()); in testDictionary()
584 TEST_ASSERT('D', "2d", numSymbols == (int) dict1->getCapacity()); in testDictionary()
/xnu-11215/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test1_start()
/xnu-11215/libkern/libkern/c++/
H A DOSCollection.h301 virtual unsigned int getCapacity() const = 0;
H A DOSSet.h445 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
H A DOSArray.h372 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
H A DOSSerialize.h310 virtual unsigned int getCapacity() const;
H A DOSOrderedSet.h301 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
H A DOSDictionary.h508 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
H A DOSData.h597 virtual unsigned int getCapacity() const;
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h326 virtual vm_size_t getCapacity() const;
/xnu-11215/libkern/c++/
H A DOSSerialize.cpp261 OSSerialize::getCapacity() const in getCapacity() function in OSSerialize
H A DOSSet.cpp190 OSSet::getCapacity() const in getCapacity() function in OSSet
H A DOSOrderedSet.cpp143 OSOrderedSet::getCapacity() const in getCapacity() function in OSOrderedSet
H A DOSArray.cpp187 OSArray::getCapacity() const in getCapacity() function in OSArray
H A DOSData.cpp250 OSData::getCapacity() const in getCapacity() function in OSData
H A DOSUnserialize.y590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
H A DOSDictionary.cpp296 OSDictionary::getCapacity() const in getCapacity() function in OSDictionary
H A DOSUnserializeXML.y1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
H A DOSUnserialize.cpp2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp857 if (size2cpy > (destination->getCapacity() - destination->getLength())) { in updateReportChannel()
859 (unsigned long)destination->getCapacity(), in updateReportChannel()
H A DIONVRAMV3Handler.cpp1059 remainingEntries = OSArray::withCapacity(_varEntries->getCapacity()); in reclaim()
1155 remainingEntries = OSArray::withCapacity(_varEntries->getCapacity()); in syncRaw()
1270 remainingEntries = OSArray::withCapacity(_varEntries->getCapacity()); in syncBlock()
H A DIOBufferMemoryDescriptor.cpp775 IOBufferMemoryDescriptor::getCapacity() const in getCapacity() function in IOBufferMemoryDescriptor
H A DIONVRAM.cpp1577 totalCapacity = localVarDict->getCapacity(); in dictionaryWithProperties()

12