Searched refs:it (Results 26 - 50 of 397) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/debugger/debug_info/
H A DFunction.cpp49 for (FunctionInstanceList::Iterator it = fInstances.GetIterator();
50 FunctionInstance* instance = it.Next();) {
104 for (ListenerList::Iterator it = fListeners.GetIterator();
105 Listener* listener = it.Next();) {
119 for (FunctionInstanceList::Iterator it = fInstances.GetIterator();
120 FunctionInstance* instance = it.Next();) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/fork/
H A D18-1.c5 * This program is free software; you can redistribute it and/or modify it
9 * This program is distributed in the hope that it would be useful, but
110 struct itimerspec it; local
132 it.it_interval.tv_nsec = 0;
134 it.it_interval.tv_sec = 0;
136 it.it_value.tv_sec = 0;
138 it.it_value.tv_nsec = 500000000; /* 0.5 sec */
140 ret = timer_settime( tmr, 0, &it, NULL );
/haiku-fatelf/headers/private/kernel/
H A Dlisteners.h46 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator(); local
47 while (SchedulerListener* listener = it.Next())
60 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator(); local
61 while (SchedulerListener* listener = it.Next())
93 WaitObjectListenerList::Iterator it local
95 while (WaitObjectListener* listener = it.Next())
109 WaitObjectListenerList::Iterator it local
111 while (WaitObjectListener* listener = it.Next())
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliThreadsCommand.cpp37 for (ThreadList::ConstIterator it = team->Threads().GetIterator();
38 Thread* thread = it.Next();) {
/haiku-fatelf/src/kits/storage/
H A DAddOnMonitorHandler.cpp36 DirectoryList::iterator it = fDirectories.begin(); local
37 for (; it != fDirectories.end(); it++) {
38 EntryList::iterator eiter = it->entries.begin();
39 for (; eiter != it->entries.end(); eiter++)
41 watch_node(&it->nref, B_STOP_WATCHING, this);
69 DirectoryList::iterator it = fDirectories.begin(); local
70 for (; it != fDirectories.end(); it++) {
71 if (it
563 EntryList::iterator it = list.begin(); local
571 EntryList::iterator it = list.begin(); local
595 _FindDirectory(ino_t directory, dev_t device, DirectoryList::iterator& it, const DirectoryList::const_iterator& end) const argument
606 _FindDirectory(const node_ref& directoryNodeRef, DirectoryList::iterator& it, const DirectoryList::const_iterator& end) const argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DResolvableFamily.cpp22 for (FamilyResolvableList::Iterator it = fResolvables.GetIterator();
23 (otherResolvable = it.Next()) != NULL;) {
55 for (FamilyResolvableList::Iterator it = fResolvables.GetIterator();
56 Resolvable* resolvable = it.Next();) {
H A DResolvable.cpp70 for (ResolvableDependencyList::Iterator it = fDependencies.GetIterator();
71 Dependency* dependency = it.Next();) {
/haiku-fatelf/src/tests/system/kernel/util/
H A DOrderedMapTest.h17 // That's how it should be, but we need to work around compiler bugs
358 ReferenceIterator it = fReferenceMap.find(key); local
359 if (it != fReferenceMap.end())
360 fReferenceMap.erase(it);
766 Iterator it = v.IteratorForIndex(i); local
767 Key key = it->Key();
768 const Value &value = it->Value();
962 Iterator it = v.Find(key); local
964 CHK(it->Key() == key);
965 CHK(it
973 Iterator it = v.Find(key); local
1028 Iterator it = v.FindClose(key, true); local
1048 Iterator it = v.FindClose(key, true); local
1107 Iterator it = v.Begin(); local
[all...]
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp163 map<string, string>::iterator it = fConfiguration->fStringSettings. local
165 for (; it != fConfiguration->fStringSettings.end(); it ++) {
166 stp_set_string_parameter(fVariables, it->first.c_str(),
167 it->second.c_str());
172 map<string, bool>::iterator it = fConfiguration->fBooleanSettings. local
174 for (; it != fConfiguration->fBooleanSettings.end(); it ++) {
175 stp_set_boolean_parameter(fVariables, it->first.c_str(),
176 it
181 map<string, int32>::iterator it = fConfiguration->fIntSettings. local
190 map<string, int32>::iterator it = fConfiguration->fDimensionSettings. local
199 map<string, double>::iterator it = fConfiguration->fDoubleSettings. local
267 list<GPBand*>::iterator it = fBands->begin(); local
366 list<GPBand*>::iterator it = bands.begin(); local
[all...]
H A DGPBinding.cpp73 list<string>::iterator it = ids.begin(); local
74 for (; it != ids.end(); it ++) {
75 string manufacturer = *it;
229 list<GPBand*>::iterator it = fBands.begin(); local
230 for (; it != fBands.end(); it ++) {
231 GPBand* band = *it;
/haiku-fatelf/src/system/kernel/vm/
H A DVMArea.cpp86 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
87 VMAreaWiredRange* range = it.Next();) {
123 for (VMAreaUnwiredWaiterList::Iterator it = range->waiters.GetIterator();
124 VMAreaUnwiredWaiter* waiter = it.Next();) {
142 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
143 VMAreaWiredRange* range = it.Next();) {
189 whether it intersects with the given address range. Useful when the
198 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
199 VMAreaWiredRange* range = it.Next();) {
247 for (VMAreaHashTable::Iterator it
[all...]
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.cpp285 // do it
319 for(node_ref_map::const_iterator it = m_nodeRefMap.begin();
320 it != m_nodeRefMap.end(); ++it) {
321 deadNodes.push_back((*it).second);
335 for(node_group_set::iterator it = m_nodeGroupSet.begin();
336 it != m_nodeGroupSet.end(); ++it) {
337 _clearGroup(*it);
360 for(con_map::iterator it
464 node_ref_map::const_iterator it = m_nodeRefMap.find(id); local
489 con_map::const_iterator it = m_conSourceMap.lower_bound(node); local
512 con_map::const_iterator it = m_conDestinationMap.lower_bound(node); local
539 con_map::const_iterator it = m_conSourceMap.lower_bound(sourceNode); local
785 node_group_set::const_iterator it = local
819 node_group_set::const_iterator it = local
1350 con_map::iterator it = m_conSourceMap.lower_bound(connection.sourceNode()); local
1726 node_ref_map::iterator it = m_nodeRefMap.find(id); local
1874 node_group_set::iterator it = find( local
[all...]
H A DNodeRef.cpp346 vector<Connection>::iterator it = outputConnections.begin();
347 it != outputConnections.end(); ++it) {
349 bigtime_t bufferDur = buffer_duration((*it).format().u.raw_audio);
376 NodeManager::con_map::iterator it, itEnd; local
377 it = m_manager->m_conDestinationMap.lower_bound(m_info.node.node);
380 for(; it != itEnd; ++it) {
382 (*it).second->format().type == filterType) {
384 ioConnections.push_back(*((*it)
397 NodeManager::con_map::iterator it, itEnd; local
421 NodeManager::con_map::iterator it, itEnd; local
447 NodeManager::con_map::iterator it, itEnd; local
739 vector<media_input>::const_iterator it; local
780 vector<media_output>::const_iterator it; local
885 vector<media_input>::const_iterator it; local
912 vector<media_input>::const_iterator it; local
938 vector<media_output>::const_iterator it; local
964 vector<media_output>::const_iterator it; local
[all...]
/haiku-fatelf/src/bin/debug/profile/
H A DThread.cpp166 ImageList::Iterator it = fImages.GetIterator(); local
167 while (ThreadImage* threadImage = it.Next()) {
169 it.Remove();
247 ImageList::ConstIterator it = fOldImages.GetIterator(); local
248 while (ThreadImage* image = it.Next()) {
253 it = fImages.GetIterator();
254 while (ThreadImage* image = it.Next()) {
266 ImageList::ConstIterator it = fImages.GetIterator(); local
267 while (ThreadImage* image = it.Next()) {
281 ImageList::Iterator it local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c85 struct fw_xferq *it; member in struct:fw_drv1
264 if (d->it != NULL) {
265 struct fw_xferq *it = d->it; local
267 if ((it->flag & FWXFERQ_OPEN) == 0)
269 if (it->flag & FWXFERQ_RUNNING) {
270 it->flag &= ~FWXFERQ_RUNNING;
271 fc->itx_disable(fc, it->dmach);
274 fwdev_freebuf(it);
275 it
548 struct fw_xferq *it; local
663 struct fw_xferq *ir, *it; local
[all...]
/haiku-fatelf/headers/private/storage/
H A DAddOnMonitorHandler.h36 // from or renamed in a directory and it has previously shadowed another
39 // it can cause another add-on to become disabled, if it has the same name.
89 EntryList::iterator& it) const;
92 EntryList::iterator& it) const;
100 DirectoryList::iterator& it) const;
103 DirectoryList::iterator& it) const;
105 DirectoryList::iterator& it,
110 DirectoryList::iterator& it,
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A DTODO17 #10) Make reservation of devices more flexible (can switch it off).
34 27)(???) Looks like system ignores our CHECK_CONDITION (for example on handling 1e, 1b, 2a). Is it our problem?
38 31) Work with NewFS Tracker and it's derivatives. There are lot of problems with that mad software.
39 #32) deactivate automatic READ(10)->READ(6) switching. Looks like it's makes more problems than solves.
50 #-INVALID!-43) What with sense data? should it be reorganized as MODE_SENSE/MODE_SELECT one?
59 #-INVALID-52)Some kind of reset required for FREECOM. Test it until this MODE_SELECT is not working!
66 57) Write a ReadMe.html for FREECOM module and make distribution support for it.
/haiku-fatelf/src/tests/kits/storage/
H A DStatableTest.h30 for (list<C*>::iterator it = entries.begin();
31 it != entries.end();
32 it++) {
35 if (BNode *node = dynamic_cast<BNode*>(*it))
37 else if (BEntry *entry = dynamic_cast<BEntry*>(*it))
40 delete *it;
H A DBasicTest.cpp19 for (set<int>::iterator it = fds.begin(); it != fds.end(); it++)
20 close(*it);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp65 VolumeList::Iterator it = fVolumes.GetIterator(); local
66 while (Volume* volume = it.Next()) {
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp78 SubWindowTable::Iterator it = fSubWindows.GetIterator(); local
79 while (SubWindow* window = it.Next())
/haiku-fatelf/src/servers/mail/
H A DMailDaemon.cpp134 AccountMap::const_iterator it = fAccounts.begin(); local
135 for (; it != fAccounts.end(); it++)
136 _RemoveAccount(it);
282 AccountMap::iterator it = fAccounts.find(account); local
283 if (it == fAccounts.end())
285 InboundProtocolThread* inboundThread = it->second.inboundThread;
468 AccountMap::const_iterator it = fAccounts.begin(); local
469 for (; it != fAccounts.end(); it
702 AccountMap::const_iterator it = fAccounts.find(account); local
713 _RemoveAccount(AccountMap::const_iterator it) argument
779 AccountMap::iterator it = fAccounts.find(account); local
792 AccountMap::iterator it = fAccounts.find(account); local
[all...]
/haiku-fatelf/src/tests/kits/net/urlRequest/
H A DurlUpload_test.cpp26 for (BHttpForm::Iterator it(f.GetIterator()); BHttpFormData* element = it.Next(); ) {
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfManager.cpp65 for (FileList::Iterator it = fFiles.GetIterator();
66 DwarfFile* file = it.Next();) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp24 // NOTE: This class doesn't make a copy of the name string it is constructed
103 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
104 Entry* entry = it.Next().value;
112 // remove the root dir -- we delete it separately
117 for (NodeMap::Iterator it = fNodes->GetIterator(); it.HasNext();) {
118 Node* node = it.Next().value;
241 NodeMap::Iterator it = fNodes->GetIterator(); local
242 if (it
282 EntryMap::Iterator it = fEntries->GetIterator(); local
[all...]

Completed in 177 milliseconds

1234567891011>>