Searched refs:it (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/haiku/src/build/libroot/
H A Derrors.cpp162 map<int, int>::iterator it = sToHostErrorMap.find(error); local
163 return (it != sToHostErrorMap.end() ? it->second : error);
172 map<int, int>::iterator it = sToHaikuErrorMap.find(error); local
173 if (it != sToHaikuErrorMap.end())
174 return it->second;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp76 IndexIterator it; local
77 if (GetIterator(it)) {
78 while (Node* node = it.Next()) {
/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp118 for ( vector<Test *>::const_iterator it = m_suite->getTests().begin();
119 it != m_suite->getTests().end();
120 ++it )
122 Test *test = *it;
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp142 for (StringSet::const_iterator it = usersToAdd.begin();
143 it != usersToAdd.end(); ++it) {
144 if (message.AddString("members", it->c_str()) != B_OK) {
/haiku/src/tests/kits/storage/
H A DBasicTest.h129 for (nameset::iterator it = fUntestedNames.begin();
130 it != fUntestedNames.end();
131 ++it) {
132 printf(" `%s'\n", it->c_str());
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp64 for (BNetworkCookieJar::UrlIterator it(j.GetUrlIterator(url)); (c = it.Next()); ) {
65 //for (BNetworkCookieJar::Iterator it(j.GetIterator()); c = it.Next(); ) {
98 for (BNetworkCookieJar::Iterator it(j.GetIterator()); (c = it.Next()); )
/haiku/src/servers/package/
H A DProblemWindow.cpp152 for (SolutionMap::const_iterator it = fSolutions.begin();
153 it != fSolutions.end(); ++it) {
154 BRadioButton* button = it->first;
156 const Solution& solution = it->second;
303 for (SolutionMap::const_iterator it = fSolutions.begin();
304 it != fSolutions.end(); ++it) {
305 BRadioButton* button = it->first;
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp121 std::vector<DownloadProgress>::const_iterator it; local
122 for (it = fDownloadProgresses.begin();
123 it != fDownloadProgresses.end(); it++) {
124 DownloadProgress downloadProgress = *it;
259 for (PackageInfoSet::iterator it = fDownloadedPackages.begin();
260 it != fDownloadedPackages.end(); ++it) {
261 (*it)->SetState(state);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp202 MeshInstanceList::iterator it = fMeshInstances.begin(); local
203 for (; it != fMeshInstances.end(); it++) {
204 delete (*it);
249 MeshInstanceList::iterator it = fMeshInstances.begin(); local
250 for (; it != fMeshInstances.end(); it++) {
251 (*it)->Update(deltaTime);
252 (*it)->Render();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp79 for (IndexEntryIterator it(this); it.GetCurrent(); it.GetNext()) {
80 Entry *entry = it.GetCurrent();
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp82 for (Iterator it = GetIterator(); it.Next() != NULL;)
83 delete it.Remove();
87 PrivateHashMap::Iterator it = fCookieHashMap->GetIterator(); local
88 while (it.HasNext()) {
89 BNetworkCookieList* list = it.Next().value;
173 // Remove any cookie with the same key as the one we're trying to add (it
191 // string, so it is now actually immutable. This way we can safely
242 for (Iterator it = GetIterator(); (cookiePtr = it
[all...]
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp165 for (uint32_t *it = (uint32_t*)prop; (uint8_t*)it - (uint8_t*)prop < propLen; it += 6) {
166 size_t i = (it - (uint32_t*)prop) / 6;
168 fInterruptMap[i].childAdr = B_BENDIAN_TO_HOST_INT32(*(it + 0));
169 fInterruptMap[i].childIrq = B_BENDIAN_TO_HOST_INT32(*(it + 3));
170 fInterruptMap[i].parentIrqCtrl = B_BENDIAN_TO_HOST_INT32(*(it + 4));
171 fInterruptMap[i].parentIrq = B_BENDIAN_TO_HOST_INT32(*(it + 5));
197 for (uint32_t *it = (uint32_t*)prop; (uint8_t*)it
[all...]
/haiku/src/bin/
H A Ddiff_zip.cpp188 for (EntryMap::iterator it = fEntries.begin(); it != fEntries.end();
189 ++it) {
190 Node* node = it->second;
207 // we print it only if it is no longer a directory
228 EntryMap::const_iterator it = fEntries.find(entry->d_name); local
229 if (it == fEntries.end()) {
235 diff_status entryStatus = it->second->CollectDiffEntries(out);
262 for (EntryMap::const_iterator it
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp210 ReferenceIterator it = fReferenceSet.find(value); local
211 if (it != fReferenceSet.end())
212 fReferenceSet.erase(it);
701 Iterator it = v.Find(value);
703 CHK(&*it == &*cit);
708 Iterator it = v.Find(value);
710 if (it != v.End())
711 CHK(&*it == &*cit);
756 Iterator it = v.FindClose(value, true);
758 CHK(*it
[all...]
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp129 PagingStructuresList::Iterator it = sPagingStructuresList.GetIterator(); local
130 while (X86PagingStructures32Bit* info = it.Next())
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h53 for (FamilyDependencyList::ConstIterator it = fDependencies.GetIterator();
54 Dependency* dependency = it.Next();) {
/haiku/src/kits/debugger/model/
H A DBreakpoint.cpp61 for (UserBreakpointInstanceList::ConstIterator it
63 UserBreakpointInstance* instance = it.Next();) {
H A DTeamMemoryBlock.cpp98 for (ListenerList::Iterator it = fListeners.GetIterator();
99 Listener* listener = it.Next();) {
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp137 PagingStructuresList::Iterator it = sPagingStructuresList.GetIterator();
138 while (PPCPagingStructures460* info = it.Next())
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp137 PagingStructuresList::Iterator it = sPagingStructuresList.GetIterator();
138 while (PPCPagingStructuresClassic* info = it.Next())
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.cpp129 PagingStructuresList::Iterator it = sPagingStructuresList.GetIterator(); local
130 while (ARMPagingStructures32Bit* info = it.Next())
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp202 // have changed it's mind about InitCheck()
210 // have changed it's mind about InitCheck()
239 std::vector<Listener*>::const_iterator it; local
240 for (it = listeners.begin(); it != listeners.end(); it++) {
241 Listener* listener = *it;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp107 for (NodeInfoList::Iterator it = fNodeInfos.GetIterator();
108 NodeInfo* info = it.Next();) {
168 for (NodeInfoList::Iterator it = fNodeInfos.GetIterator();
169 NodeInfo* info = it.Next();) {
293 // look it up -- maybe it's already registered
362 for (NodeInfoList::ConstIterator it = fNodeInfos.GetIterator();
363 NodeInfo* info = it.Next();) {
401 for (BlockInfoTable::Iterator it = fBlockInfos.GetIterator();
402 BlockInfo* info = it
[all...]
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp305 for (std::map<BString, int32>::const_iterator it
306 = fInterfaceStatuses.begin(); it != fInterfaceStatuses.end(); ++it) {
307 if (it->second > status)
308 status = it->second;
385 for (std::map<BString, int32>::const_iterator it
386 = fInterfaceStatuses.begin(); it != fInterfaceStatuses.end();
387 ++it) {
388 const BString& name = it->first;
450 for (std::map<BString, int32>::const_iterator it
560 std::map<BString, int32>::iterator it = fInterfaceStatuses.begin(); local
[all...]
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp54 BreakpointTree::Iterator it = fBreakpoints.GetIterator(); local
55 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
56 it.Remove();
226 BreakpointTree::Iterator it = fBreakpoints.GetIterator(); local
227 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
228 it.Remove();
298 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true, local
300 while (InstalledBreakpoint* installed = it.Next()) {
341 // Get the first breakpoint -- if it starts before the address, we'll
342 // handle it separatel
347 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true, local
[all...]

Completed in 142 milliseconds

1234567891011>>