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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventQueue.h88 virtual void removeElement( IOHIDElementPrivate * element );
H A DIOHIDEventQueue.cpp263 void IOHIDEventQueue::removeElement( IOHIDElementPrivate * element ) function in class:IOHIDEventQueue
H A DIOHIDElementPrivate.cpp1384 queue->removeElement( this );
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDQueueClass.h93 virtual IOReturn removeElement (IOHIDElementRef element, IOOptionBits options = 0);
143 virtual IOReturn removeElement (IOHIDElementCookie cookie);
144 virtual IOReturn removeElement (IOHIDElementRef element,
H A DIOHIDTransactionClass.h91 virtual IOReturn removeElement (IOHIDElementRef element, IOOptionBits options=0);
141 virtual IOReturn removeElement (IOHIDElementCookie cookie);
142 virtual IOReturn removeElement (IOHIDElementRef element,
H A DIOHIDLibObsolete.h228 IOReturn (*removeElement)(void * self, IOHIDElementCookie elementCookie); \
256 IOReturn (*removeElement)(void * self, IOHIDElementCookie elementCookie); \
612 /*! @function removeElement
619 IOReturn (*removeElement)(void * self, IOHIDElementCookie elementCookie);
754 /*! @function removeElement
761 IOReturn (*removeElement) (void * self, IOHIDElementCookie elementCookie);
H A DIOHIDQueueClass.cpp392 IOReturn IOHIDQueueClass::removeElement (IOHIDElementRef element, IOOptionBits options __unused) function in class:IOHIDQueueClass
614 { return getThis(self)->removeElement(element, options); }
685 { return getThis(self)->removeElement(elementCookie); }
760 IOReturn IOHIDObsoleteQueueClass::removeElement (IOHIDElementCookie cookie) function in class:IOHIDObsoleteQueueClass
762 return IOHIDQueueClass::removeElement(fOwningDevice->getElement(cookie));
766 IOHIDObsoleteQueueClass::removeElement (IOHIDElementRef element, function in class:IOHIDObsoleteQueueClass
769 return IOHIDQueueClass::removeElement(element, options);
H A DIOHIDTransactionClass.cpp272 IOReturn IOHIDTransactionClass::removeElement (IOHIDElementRef element, IOOptionBits options __unused) function in class:IOHIDTransactionClass
496 { return getThis(self)->removeElement(element, options); }
561 { return getThis(self)->removeElement(cookie); }
650 IOReturn IOHIDOutputTransactionClass::removeElement (IOHIDElementCookie cookie) function in class:IOHIDOutputTransactionClass
654 return IOHIDTransactionClass::removeElement(element);
658 IOHIDOutputTransactionClass::removeElement(IOHIDElementRef element, function in class:IOHIDOutputTransactionClass
661 return IOHIDTransactionClass::removeElement(element, options);
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDDevicePlugIn.h402 /*! @function removeElement
409 IOReturn (*removeElement)(void * self, IOHIDElementRef element, IOOptionBits options); member in struct:IOHIDDeviceQueueInterface
511 /*! @function removeElement
518 IOReturn (*removeElement)(void * self, IOHIDElementRef element, IOOptionBits options); member in struct:IOHIDDeviceTransactionInterface
H A DIOHIDTransaction.c260 (*transaction->transactionInterface)->removeElement(
H A DIOHIDQueue.c269 (*queue->queueInterface)->removeElement(queue->queueInterface, element, 0);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duvector.h165 UBool removeElement(void* obj);
H A Duvector.cpp243 UBool UVector::removeElement(void* obj) { function in class:UVector
H A Duniset.cpp1207 strings->removeElement((void*) &s);
1285 strings->removeElement((void*) &s);
1375 if (!strings->removeElement(e)) {
H A Dserv.cpp884 if (factories->removeElement(factory)) {
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/Java/
H A DBrowserApp.java412 this.removeElement( domain);
H A DSimpleChat.java285 this.removeElement( match);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtransreg.cpp691 availableIDs.removeElement((void*) &id);
919 availableIDs.removeElement((void*) &ID);
989 variants->removeElement((void*) &variant);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 136 milliseconds