| /xnu-11215/libkern/c++/Tests/TestSerialization/test2/ |
| H A D | test2_main.cpp | 143 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 D | TestContainers.cpp | 146 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 D | TestCollections.cpp | 68 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 D | test1_main.cpp | 83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test1_start()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSCollection.h | 301 virtual unsigned int getCapacity() const = 0;
|
| H A D | OSSet.h | 445 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSArray.h | 372 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSSerialize.h | 310 virtual unsigned int getCapacity() const;
|
| H A D | OSOrderedSet.h | 301 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSDictionary.h | 508 virtual unsigned int getCapacity() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSData.h | 597 virtual unsigned int getCapacity() const;
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOBufferMemoryDescriptor.h | 326 virtual vm_size_t getCapacity() const;
|
| /xnu-11215/libkern/c++/ |
| H A D | OSSerialize.cpp | 261 OSSerialize::getCapacity() const in getCapacity() function in OSSerialize
|
| H A D | OSSet.cpp | 190 OSSet::getCapacity() const in getCapacity() function in OSSet
|
| H A D | OSOrderedSet.cpp | 143 OSOrderedSet::getCapacity() const in getCapacity() function in OSOrderedSet
|
| H A D | OSArray.cpp | 187 OSArray::getCapacity() const in getCapacity() function in OSArray
|
| H A D | OSData.cpp | 250 OSData::getCapacity() const in getCapacity() function in OSData
|
| H A D | OSUnserialize.y | 590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| H A D | OSDictionary.cpp | 296 OSDictionary::getCapacity() const in getCapacity() function in OSDictionary
|
| H A D | OSUnserializeXML.y | 1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
|
| H A D | OSUnserialize.cpp | 2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOReporter.cpp | 857 if (size2cpy > (destination->getCapacity() - destination->getLength())) { in updateReportChannel() 859 (unsigned long)destination->getCapacity(), in updateReportChannel()
|
| H A D | IONVRAMV3Handler.cpp | 1059 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 D | IOBufferMemoryDescriptor.cpp | 775 IOBufferMemoryDescriptor::getCapacity() const in getCapacity() function in IOBufferMemoryDescriptor
|
| H A D | IONVRAM.cpp | 1577 totalCapacity = localVarDict->getCapacity(); in dictionaryWithProperties()
|