Searched refs:iterator (Results 201 - 225 of 421) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp806 DirectoryIterator* iterator = new(std::nothrow) DirectoryIterator(inode);
807 if (iterator == NULL || iterator->InitCheck() != B_OK) {
808 delete iterator;
812 *_cookie = iterator;
821 DirectoryIterator* iterator = (DirectoryIterator*)_cookie; local
831 status_t status = iterator->GetNext(dirent->d_name, &length,
864 DirectoryIterator* iterator = (DirectoryIterator*)_cookie; local
866 return iterator->Rewind();
896 AttributeIterator* iterator
929 AttributeIterator* iterator = (AttributeIterator*)_cookie; local
953 AttributeIterator* iterator = (AttributeIterator*)_cookie; local
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp865 DoublyLinkedList<block_cache>::Iterator iterator = sCaches.GetIterator(); local
866 while (iterator.HasNext()) {
867 block_cache* cache = iterator.Next();
949 ListenerList::Iterator iterator = transaction->listeners.GetIterator(); local
950 while (iterator.HasNext()) {
951 cache_listener* listener = iterator.Next();
956 iterator.Remove();
972 ListenerList::Iterator iterator = transaction->listeners.GetIterator(); local
973 while (iterator.HasNext()) {
974 cache_listener* listener = iterator
986 ListenerList::Iterator iterator = transaction->listeners.GetIterator(); local
2269 NotificationList::Iterator iterator local
2372 ListenerList::Iterator iterator = transaction->listeners.GetIterator(); local
2481 TraceEntryIterator iterator; local
2689 DoublyLinkedList<block_cache>::Iterator iterator = sCaches.GetIterator(); local
[all...]
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp177 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator(); local
178 while (iterator.HasNext()) {
179 Entry* entry = iterator.Next();
210 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator(); local
211 while (iterator.HasNext()) {
212 Entry* entry = iterator.Next();
/haiku/src/kits/interface/
H A DColumnListView.cpp3343 for (RecursiveOutlineIterator iterator(&fRows); iterator.CurrentRow();
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3346 BRow* row = iterator.CurrentRow();
3391 destRect.left += iterator.CurrentLevel() * kOutlineLevelIndent
3393 sourceRect.left += iterator.CurrentLevel() * kOutlineLevelIndent
3490 for (RecursiveOutlineIterator iterator(&fRows); iterator.CurrentRow();
3491 iterator
[all...]
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp482 vector<MediaOutputInfo>::iterator itr;
508 vector<MediaOutputInfo>::iterator itr;
531 vector<MediaOutputInfo>::iterator itr
532 = (vector<MediaOutputInfo>::iterator)(*cookie);
534 // if the iterator is invalid, return an error code??
552 // nothing to do since our cookies are part of the vector iterator
562 vector<MediaOutputInfo>::iterator itr;
615 vector<MediaOutputInfo>::iterator itr;
638 vector<MediaOutputInfo>::iterator itr;
733 vector<MediaOutputInfo>::iterator it
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp678 VectorSet<HashedEntry>::Iterator iterator = entrySet.Begin(); local
684 uint32 previousHash = (*iterator).hash;
687 dirEntry = (ext2_dir_entry*)(*iterator).position;
688 previousHash = (*iterator).hash;
696 iterator++;
708 while (iterator != entrySet.End() && (*iterator).hash == previousHash) {
713 dirEntry = (ext2_dir_entry*)(*iterator).position;
724 iterator++;
728 uint32 medianHash = (*iterator)
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp344 for(node_group_set::iterator it = m_nodeGroupSet.begin();
369 for(con_map::iterator it = m_conSourceMap.begin();
1336 con_map::iterator it = m_conSourceMap.lower_bound(connection.sourceNode());
1337 con_map::iterator itEnd = m_conSourceMap.upper_bound(connection.sourceNode());
1400 *cookie = new node_ref_map::iterator(m_nodeRefMap.begin());
1402 node_ref_map::iterator* pit = (node_ref_map::iterator*)*cookie;
1424 node_ref_map::iterator* it =
1425 reinterpret_cast<node_ref_map::iterator*>(*cookie);
1438 *cookie = new con_map::iterator(m_conSourceMa
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h166 void AddDirIterator(LocalShareDirIterator* iterator);
168 LocalShareDirIterator* iterator);
179 // To be compared with remote dir iterator
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp76 MenuItemIterator iterator = menu->ItemIterator(); local
80 while ((item = iterator.Next()) != NULL) {
H A Dplatform_devices.cpp160 NodeIterator iterator = list->GetIterator(); local
162 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp145 for (RequiresList::iterator it = requiresList.begin();
148 ProvidesMap::iterator foundIt = providesMap.find(expression.Name());
/haiku/src/kits/tracker/
H A DEntryIterator.h100 // takes any iterator and runs it through a cache of a specified size
106 // using the default BEntryList iterator subclass
108 CachedEntryIterator(BEntryList* iterator, int32 numEntries,
110 // CachedEntryIterator does not get to own the <iterator>
121 virtual void SetTo(BEntryList* iterator);
122 // CachedEntryIterator does not get to own the <iterator>
162 // caching entry list iterator for directories
H A DEntryIterator.cpp141 CachedEntryIterator::CachedEntryIterator(BEntryList* iterator, argument
144 fIterator(iterator),
352 CachedEntryIterator::SetTo(BEntryList* iterator) argument
357 fIterator = iterator;
/haiku/src/servers/registrar/
H A DClipboardHandler.cpp49 for (ClipboardMap::iterator it = fClipboards->begin();
209 ClipboardMap::iterator it = fClipboards->find(name);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.h83 DirIterator** iterator);
85 AttrDirIterator** iterator);
/haiku/src/apps/mail/
H A DPeople.cpp137 PersonMap::iterator found = fPersonMap.find(nodeRef);
178 StringCountMap::iterator found = fGroupMap.find(group);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBinding.cpp73 list<string>::iterator it = ids.begin();
228 list<GPBand*>::iterator it = fBands.begin();
H A DGPJob.cpp165 map<string, string>::iterator it = fConfiguration->fStringSettings.
174 map<string, bool>::iterator it = fConfiguration->fBooleanSettings.
183 map<string, int32>::iterator it = fConfiguration->fIntSettings.
192 map<string, int32>::iterator it = fConfiguration->fDimensionSettings.
201 map<string, double>::iterator it = fConfiguration->fDoubleSettings.
269 list<GPBand*>::iterator it = fBands->begin();
368 list<GPBand*>::iterator it = bands.begin();
436 list<GPBand*>::iterator it = fBands->begin();
/haiku/src/build/libroot/
H A Derrors.cpp162 map<int, int>::iterator it = sToHostErrorMap.find(error);
172 map<int, int>::iterator it = sToHaikuErrorMap.find(error);
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp123 NodeIterator iterator = list->GetIterator(); local
125 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/headers/private/netservices/
H A DHttpForm.h146 // Form iterator
160 void _Erase(FormStorage::iterator it);
190 BHttpForm::FormStorage::iterator
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp328 TreeIterator iterator(tree);
334 while ((status = iterator.GetNextEntry(key, &length, B_FILE_NAME_LENGTH,
337 iterator.Dump();
342 iterator.Dump();
349 iterator.Dump();
364 iterator.Dump();
385 TreeIterator iterator(tree);
387 status_t status = iterator.Find((uint8*)gKeys[i].data, gKeys[i].length);
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp412 MessageQueue::Iterator iterator = fMessage.GetIterator(); local
413 while (iterator.HasNext()) {
414 queued_message *current = iterator.Next();
416 message = iterator.Remove();
425 MessageQueue::Iterator iterator = fMessage.GetIterator(); local
426 while (iterator.HasNext()) {
427 queued_message *current = iterator.Next();
429 message = iterator.Remove();
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp36 std::map<int32, BBuffer*>::iterator each;
/haiku/src/apps/haikudepot/packagemanagement/
H A DUninstallPackageProcess.cpp129 std::vector<PackageInfoRef>::iterator it;

Completed in 159 milliseconds

1234567891011>>