Searched refs:iterator (Results 1 - 25 of 1589) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp2855 OSCollectionIterator * iterator = NULL; // must release local
2903 OSSafeRelease(iterator);
7045 "Kext %s - can't allocate dependencies iterator.",
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddirscanner.cpp83 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it)
138 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it) {
H A Dresources.cpp85 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddirscanner.cpp83 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it)
138 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it) {
H A Dresources.cpp85 for (Rules::iterator it = mRules.begin(); it != mRules.end(); ++it)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A Ddy_framework.c78 _IOIteratorNext(io_iterator_t iterator) argument
86 return dyfunc ? dyfunc(iterator) : 0;
169 _IORegistryEntryCreateIterator(mach_port_t masterPort, const io_name_t plane, IOOptionBits options, io_iterator_t *iterator) argument
177 return dyfunc ? dyfunc(masterPort, plane, options, iterator) : KERN_FAILURE;
H A Ddy_framework.h53 io_iterator_t iterator
107 io_iterator_t *iterator
H A DSCNetworkInterface.c2619 io_iterator_t iterator = MACH_PORT_NULL; local
2628 kr = IOServiceGetMatchingServices(masterPort, matching, &iterator);
2636 while ((interface = IOIteratorNext(iterator)) != MACH_PORT_NULL) {
2648 IOObjectRelease(iterator);
/macosx-10.9.5/configd-596.15/Plugins/Logger/
H A Dlogger.c596 io_object_t iterator; local
599 power = IORegisterForSystemPower(0, &notify, power_notification, &iterator);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c346 io_iterator_t iterator )
350 if( kIOReturnSuccess != io_iterator_next( iterator, &next))
358 io_iterator_t iterator )
360 io_iterator_reset( iterator );
365 io_iterator_t iterator )
369 if( kIOReturnSuccess != io_iterator_is_valid( iterator, &valid ))
1741 io_iterator_t * iterator )
1752 options, iterator);
1765 io_iterator_t * iterator )
1768 options, iterator));
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventQueue.cpp265 OSCollectionIterator * iterator; local
275 if ( NULL != (iterator = OSCollectionIterator::withCollection(_elementSet)) )
277 while ( NULL != (temp = (IOHIDElementPrivate *)iterator->getNextObject()) )
285 iterator->release();
H A DIOHIDResourceUserClient.cpp611 OSCollectionIterator * iterator; local
614 iterator = OSCollectionIterator::withCollection(_pending);
615 if ( !iterator )
618 while ( (object = iterator->getNextObject()) )
621 iterator->release();
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp34 #include <iterator>
500 for (auto iterator = sortedList.begin(); iterator != sortedList.end(); ++iterator) {
501 auto ret = mSizes.insert(std::pair<size_t, size_t>((*iterator)->offset, (*iterator)->size));
507 size_t gapSize = (*iterator)->offset - prevHeaderEnd;
511 if (((*iterator)->align > MAX_ALIGN) || gapSize >= (1 << (*iterator)->align)) {
538 prevHeaderEnd = (*iterator)
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp34 #include <iterator>
500 for (auto iterator = sortedList.begin(); iterator != sortedList.end(); ++iterator) {
501 auto ret = mSizes.insert(std::pair<size_t, size_t>((*iterator)->offset, (*iterator)->size));
507 size_t gapSize = (*iterator)->offset - prevHeaderEnd;
511 if (((*iterator)->align > MAX_ALIGN) || gapSize >= (1 << (*iterator)->align)) {
538 prevHeaderEnd = (*iterator)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp1862 HashSet<Document*>::iterator it = documentsThatNeedStyleRecalc->begin();
3477 // The node iterator can be detached without having been attached if its root node didn't have a document
3478 // when the iterator was created, but has it now.
4059 HashSet<Element*>::iterator end = m_documentSuspensionCallbackElements.end();
4060 for (HashSet<Element*>::iterator i = m_documentSuspensionCallbackElements.begin(); i != end; ++i)
4074 Vector<Element*>::iterator end = elements.end();
4075 for (Vector<Element*>::iterator i = elements.begin(); i != end; ++i)
4102 HashSet<Element*>::iterator end = m_mediaVolumeCallbackElements.end();
4103 for (HashSet<Element*>::iterator i = m_mediaVolumeCallbackElements.begin(); i != end; ++i)
4125 HashSet<Element*>::iterator en
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp1077 const HashSet<RefPtr<Widget> >::iterator end = viewChildren->end();
1078 for (HashSet<RefPtr<Widget> >::iterator current = viewChildren->begin(); current != end; ++current) {
3728 const Vector<RefPtr<FrameView> >::iterator end = frameViews.end();
3729 for (Vector<RefPtr<FrameView> >::iterator it = frameViews.begin(); it != end; ++it)
4086 ScrollableAreaSet::iterator it = m_scrollableAreas->find(scrollableArea);
H A DDOMWindow.cpp185 DOMWindowSet::iterator it = set.find(domWindow);
193 DOMWindowSet::iterator it = set.find(domWindow);
210 DOMWindowSet::iterator it = set.find(domWindow);
218 DOMWindowSet::iterator it = set.find(domWindow);
249 DOMWindowSet::iterator end = set.end();
250 for (DOMWindowSet::iterator it = set.begin(); it != end; ++it)
290 DOMWindowSet::iterator end = set.end();
291 for (DOMWindowSet::iterator it = set.begin(); it != end; ++it)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp361 MatchedPropertiesCache::iterator it = m_matchedPropertiesCache.begin();
362 MatchedPropertiesCache::iterator end = m_matchedPropertiesCache.end();
1058 KeyframesRuleMap::iterator it = m_keyframesRuleMap.find(list.animationName().impl());
1761 MatchedPropertiesCache::iterator it = m_matchedPropertiesCache.find(hash);
3732 CSSValueListIterator iterator(parameterIterator.value());
3733 if (!iterator.isPrimitiveValue())
3735 CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(iterator.value());
3745 iterator.advance();
3747 if (!iterator.hasMore())
3750 RefPtr<CustomFilterParameter> parameter = parseCustomFilterParameter(name, iterator
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp79 return PassRefPtr<InjectedBundleNodeHandle>(result.iterator->value);
82 result.iterator->value = nodeHandle.get();
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/mac/
H A DPluginProcessMac.mm98 WindowSet::iterator it = m_windows.find(window);
118 WindowSet::iterator it = m_windows.find(window);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp249 HashSet<Frame*>::iterator end = m_openedFrames.end();
250 for (HashSet<Frame*>::iterator it = m_openedFrames.begin(); it != end; ++it)
2336 FrameVector::iterator end = childrenToDetach.end();
2337 for (FrameVector::iterator it = childrenToDetach.begin(); it != end; ++it)
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp325 HashSet<RefPtr<PluginStream> >::iterator end = streams.end();
326 for (HashSet<RefPtr<PluginStream> >::iterator it = streams.begin(); it != end; ++it) {
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAXObjectCache.cpp97 HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id);
120 HashMap<AXID, RefPtr<AccessibilityObject> >::iterator end = m_objects.end();
121 for (HashMap<AXID, RefPtr<AccessibilityObject> >::iterator it = m_objects.begin(); it != end; ++it) {
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIConfigurator.h282 uint8_t iterator; member in struct:IOPCIConfigEntry
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp2537 device->iterator = kIteratorCheck;
2544 // DLOG("iterate(bridge "B()", state 0x%x, parent 0x%x)\n", BRIDGE_IDENT(device), device->iterator, parent ? parent->iterator : 0);
2548 if (device->iterator == kIteratorCheck)
2555 device->iterator = kIteratorDidCheck;
2571 parent->iterator = kIteratorCheck;
2583 child->iterator = kIteratorCheck;
2584 if (!next && (child->iterator < kIteratorDidCheck))
2593 device->iterator = kIteratorDoneCheck;
2754 BRIDGE_IDENT(bridge), bridge->iterator, bridg
[all...]

Completed in 367 milliseconds

1234567891011>>