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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSDictionary.h626 * @function removeObject
638 virtual void removeObject(const OSSymbol * aKey);
642 * @function removeObject
654 virtual void removeObject(const OSString * aKey);
658 * @function removeObject
670 virtual void removeObject(const char * aKey);
H A DOSArray.h523 * @function removeObject
535 virtual void removeObject(unsigned int index);
H A DOSOrderedSet.h478 * @function removeObject
489 virtual void removeObject(const OSMetaClassBase * anObject);
H A DOSSet.h588 * @function removeObject
599 virtual void removeObject(const OSMetaClassBase * anObject);
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp233 void OSSet::removeObject(const OSMetaClassBase *anObject) function in class:OSSet
240 members->removeObject(i);
H A DOSDictionary.cpp364 void OSDictionary::removeObject(const OSSymbol *aKey) function in class:OSDictionary
484 void OSDictionary::removeObject(const OSString *aKey)
485 OBJECT_WRAP_3(removeObject, OSSymbol::withString(aKey))
486 void OSDictionary::removeObject(const char *aKey)
487 OBJECT_WRAP_3(removeObject, OSSymbol::withCString(aKey))
H A DOSKext.cpp1402 anInfoDict->removeObject(kPrelinkBundlePathKey);
1403 anInfoDict->removeObject(kPrelinkExecutableRelativePathKey);
1431 anInfoDict->removeObject(kPrelinkExecutableLoadKey);
1432 anInfoDict->removeObject(kPrelinkExecutableSizeKey);
1470 anInfoDict->removeObject(kPrelinkExecutableSourceKey);
1514 anInfoDict->removeObject(kPrelinkKmodInfoKey);
1524 anInfoDict->removeObject(kPrelinkInterfaceUUIDKey);
2108 infoDict->removeObject(_kOSKextExecutableKey);
2109 infoDict->removeObject(_kOSKextMkextExecutableReferenceKey);
2110 infoDict->removeObject(_kOSKextExecutableExternalDataKe
[all...]
H A DOSArray.cpp295 void OSArray::removeObject(unsigned int index) function in class:OSArray
H A DOSOrderedSet.cpp222 void OSOrderedSet::removeObject(const OSMetaClassBase *anObject) function in class:OSOrderedSet
H A DOSMetaClass.cpp453 sAllClassesDict->removeObject(className);
455 sAllClassesDict->removeObject((char *)className);
811 reserved->instances->removeObject(instance);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp428 array->removeObject(idx);
603 array->removeObject(idx);
822 newPersonalities->removeObject(newIdx);
831 array->removeObject(idx);
H A DIOService.cpp701 newTables->removeObject(table);
707 allSet->removeObject(service);
1812 makeInactive->removeObject(0);
2124 gIOTerminatePhase2List->removeObject(0);
2156 doPhase2List->removeObject(0);
2168 didPhase2List->removeObject(0);
2186 gIOFinalizeList->removeObject(0);
2238 gIOStopList->removeObject( idx );
2239 gIOStopProviderList->removeObject( idx );
2630 matches->removeObject(nextMatc
[all...]
H A DIORegistryEntry.cpp343 old->registryTable()->removeObject( plane->keys[ kParentSetIndex ] );
344 old->registryTable()->removeObject( plane->keys[ kChildSetIndex ] );
527 getPropertyTable()->removeObject( aKey );
1357 links->removeObject( index );
1359 registryTable()->removeObject( plane->keys[ relation ]);
1794 all->removeObject(next);
H A DIOPMrootDomain.cpp2446 preventIdleSleepList->removeObject(service);
2494 preventSystemSleepList->removeObject(service);
3239 features->removeObject(dictKey);
3265 features->removeObject(dictKey);
3271 arrayMemberCopy->removeObject(i);
3577 array->removeObject(index);
5182 _joinedCapabilityClients->removeObject((OSObject *) object);
6982 inner->removeObject(service);
7230 gPMHaltArray->removeObject(i);
8140 assertionsArray->removeObject(inde
[all...]
H A DIOCPU.cpp345 all->removeObject(service);
H A DIODeviceTreeSupport.cpp158 stack->removeObject( stack->getCount() - 1);
382 propTable->removeObject( gIODTUnitKey );
H A DIONVRAM.cpp392 _ofDict->removeObject(aKey);
1227 _ofDict->removeObject("boot-args");
H A DIOUserClient.cpp259 dict->removeObject( (const OSSymbol *) obj );
283 dict->removeObject( (const OSSymbol *) obj );
333 dict->removeObject( (const OSSymbol *) obj );
703 newSet->removeObject( count - 1);
2739 mappings->removeObject(map);
2782 client->mappings->removeObject( map);
H A DIOServicePM.cpp1371 fRemoveInterestSet->removeObject(driver);
1413 fInsertInterestSet->removeObject(driver);
1457 fInsertInterestSet->removeObject(driver);
1478 fRemoveInterestSet->removeObject(driver);
2451 fPowerClients->removeObject(client);
3628 fNotifyChildArray->removeObject(0);
7976 dict->removeObject(gIOPMPowerClientAdvisoryTickle);
H A DIOPlatformExpert.cpp160 topLevel->removeObject( dict );
H A DIOMemoryDescriptor.cpp3948 _mappings->removeObject( mapping);
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp445 infoDictArray->removeObject(i--);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp250 array1->removeObject(i);

Completed in 248 milliseconds