Searched defs:it (Results 1 - 25 of 83) sorted by relevance

1234

/vbox/src/VBox/Main/glue/
H A DEventQueue.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
56 EventQueueListIterator it = mEvents.begin(); local
57 while (it != mEvents.end())
59 (*it)->Release();
60 it = mEvents.erase(it);
84 * out of bounds. On darwin it wil
148 EventQueueListIterator it = mEvents.begin(); local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprulock.c63 _PRInterruptTable *it; local
75 ** need to avoid losing an interrupt (it's ok to delay an interrupt
93 for (it = _pr_interruptTable; it->name; it++) {
94 if (missed & it->missed_bit) {
97 ("IntsOn[0]: %s intr", it->name));
99 (*it->handler)();
140 ** threads, we are going to assign a cpu to it. So, protect thread's
155 PR_REMOVE_LINK(&t->waitQLinks); /* take it of
[all...]
/vbox/src/VBox/Main/include/
H A Dobjectslist.h11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
26 * has its own lock it is not a good idea to implement trees with this.
28 * ObjectList<T> is designed to behave as if it were a std::list of
31 * it's less typing. Iterators, front(), size(), begin() and end()
34 * In addition it automatically includes an RWLockHandle which can be
37 * If you need the raw std::list for some reason you can access it with
106 * (because it migh
195 insert(iterator it, MyType &p) argument
200 erase(iterator it) argument
[all...]
H A DMatching.h12 * you can redistribute it and/or modify it under the terms of the GNU
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
151 typename List::const_iterator it = local
153 if (it != mValues.end())
157 for (typename PairList::const_iterator it = mIntervals.begin();
158 it != mIntervals.end(); ++ it)
160 if ((*it)
[all...]
/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
86 ComEventsMap::const_iterator it = evMap.find(aName); local
88 if (it != evMap.end())
90 *did = it->second;
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
123 std::list<AUTOSTARTVM>::iterator it; local
124 for (it = listVM.begin(); it != listVM.end(); it++)
129 if ((*it).uStartupDelay > uDelayCurr)
132 (*it)
[all...]
H A DVBoxAutostartStop.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
151 std::list<AUTOSTOPVM>::iterator it; local
152 for (it = listVM.begin(); it != listVM.end(); it++)
157 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(),
183 switch ((*it)
[all...]
/vbox/src/VBox/Main/src-all/
H A DSecretKeyStore.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
134 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local
135 if (it != m_mapSecretKeys.end())
154 SecretKeyMap::iterator it = m_mapSecretKeys.find(strKeyId); local
155 if (it == m_mapSecretKeys.end())
158 SecretKey *pKey = it->second;
162 m_mapSecretKeys.erase(it);
170 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local
184 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local
211 SecretKeyMap::iterator it = m_mapSecretKeys.begin(); local
[all...]
/vbox/src/VBox/Main/src-server/
H A DBandwidthControlImpl.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
87 * it shares data with is destroyed.
114 BandwidthGroupList::const_iterator it; local
115 for (it = aThat->m->llBandwidthGroups->begin();
116 it != aThat->m->llBandwidthGroups->end();
117 ++it)
121 group->init(this, *it);
156 BandwidthGroupList::const_iterator it; local
204 BandwidthGroupList::const_iterator it; local
227 BandwidthGroupList::const_iterator it; local
259 BandwidthGroupList::const_iterator it; local
481 BandwidthGroupList::const_iterator it; local
496 settings::BandwidthGroupList::const_iterator it; local
516 BandwidthGroupList::const_iterator it; local
[all...]
H A DClientWatcher.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
197 /* Restore the caller before using VirtualBox. If it fails, this
246 for (MachinesOList::iterator it = allMachines.begin();
247 it != allMachines.end();
248 ++it)
255 if ((*it)->i_isSessionOpenOrClosing(sm))
279 for (MachinesOList::iterator it
634 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin(); local
782 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin(); local
[all...]
H A DNetworkServiceRunner.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
103 std::map<std::string, std::string>::const_iterator it; local
104 for(it = m->mOptions.begin(); it != m->mOptions.end(); ++it)
106 args[index++] = it->first.c_str();
107 args[index++] = it
[all...]
H A DHostDnsService.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
67 for (std::vector<std::string>::const_iterator it = v.begin(); it != v.end(); ++it, ++i)
68 aArray[i] = Utf8Str(it->c_str());
166 std::vector<PCHostDnsMonitorProxy>::iterator it; local
167 it
212 std::vector<PCHostDnsMonitorProxy>::const_iterator it; local
[all...]
H A DMediumLock.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
184 for (MediumLockList::Base::iterator it = mMediumLocks.begin();
185 it != mMediumLocks.end();
186 it++)
188 if (it->GetMedium() == aMedium)
189 return it->UpdateLock(aLockWrite);
223 for (MediumLockList::Base::iterator it
291 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachmentOld); local
302 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachment); local
329 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachment); local
[all...]
H A DDHCPServerImpl.cpp13 * you can redistribute it and/or modify it under the terms of the GNU
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
414 DhcpOptionMap::const_iterator it; local
416 for (it = m->GlobalDhcpOptions.begin(); it != m->GlobalDhcpOptions.end(); ++it, ++i)
418 uint32_t OptCode = (*it).first;
419 const DhcpOptValue &OptValue = (*it)
431 VmSlot2OptionsMap::const_iterator it; local
485 DhcpOptionMap::const_iterator it; local
504 VmSlot2OptionsIterator it; local
[all...]
H A DPerformanceImpl.cpp13 * you can redistribute it and/or modify it under the terms of the GNU
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
188 /* Let the sampler know it gets a valid collector. */
210 * Called either from FinalRelease() or by the parent when it gets destroyed.
228 BaseMetricList::iterator it; local
229 for (it = m.baseMetrics.begin(); it != m.baseMetrics.end();)
230 if ((*it)
338 MetricList::iterator it; local
377 BaseMetricList::iterator it; local
434 BaseMetricList::iterator it; local
475 BaseMetricList::iterator it; local
522 MetricList::iterator it; local
613 BaseMetricList::iterator it; local
636 MetricList::iterator it; local
725 BaseMetricList::iterator it; local
[all...]
/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp13 * you can redistribute it and/or modify it under the terms of the GNU
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
258 pm::DiskList::iterator it; local
259 for (it = disksUsage.begin(); it != disksUsage.end(); ++it)
262 rc = collector->getHostDiskSize(it->c_str(), &diskSize);
263 RTPrintf("tstCollector: TESTING - Disk size (%s) = %llu\n", it
[all...]
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
47 mapGroupsIterConst it = groups.find(strTokenUtf8); local
49 if (it == groups.end())
146 mapPayloadIter it = pMachine->payload.find(pszModule); local
147 if (it == pMachine->payload.end())
149 Assert(it->second.cbData);
150 return it
163 mapPayloadIter it = pMachine->payload.find(pszModule); local
183 mapPayloadIter it = pMachine->payload.find(pszModule); local
193 mapVMIter it = g_mapVM.find(strUuid); local
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
395 VmSlot2OptionsIterator it; local
410 for (it = VmSlot2Options.begin();
411 it != VmSlot2Options.end();
412 ++it)
414 for(itOpt = it->second.begin();
415 itOpt != it
[all...]
H A DVBoxManageMetrics.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
381 /* Don't care about the rest -- let it die a horrible death. */
454 std::set<std::pair<ComPtr<IUnknown>,Bstr> >::iterator it; local
456 for (it = baseMetrics.begin(); it != baseMetrics.end(); ++it)
458 it
[all...]
H A DVBoxManageNATNetwork.cpp11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
346 VPF2DELETEITERATOR it; local
347 for (it = vPfName2Delete.begin(); it != vPfName2Delete.end(); ++it)
349 CHECK_ERROR(net, RemovePortForwardRule((BOOL)(*it).fIPv6,
350 Bstr((*it)
358 VPF2ADDITERATOR it; local
393 LOOPBACK2DELETEADDITERATOR it; local
420 LOOPBACK2DELETEADDITERATOR it; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dy2k.c376 * Add the increment to base_time, normalize it to GMT and US Pacific
464 void add_time_increment(PRExplodedTime *et1, time_increment_t *it) argument
466 et1->tm_usec += it->ti_usec;
467 et1->tm_sec += it->ti_sec;
468 et1->tm_min += it->ti_min;
469 et1->tm_hour += it->ti_hour;
475 ** normalize it for GMT and local time zones. This test assumes that
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp162 StringUnicharInputStream* it = new StringUnicharInputStream(aString); local
163 if (nsnull == it) {
167 return it->QueryInterface(NS_GET_IID(nsIUnicharInputStream),
329 // data to add to it, we can't convert it. Therefore, we discard
330 // it.
404 UTF8InputStream* it = new UTF8InputStream(); local
405 if (nsnull == it) {
409 nsresult rv = it->Init(aStreamToWrap, aBufferSize);
413 return it
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dmisc.c11 * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
44 * Get our IP address and put it in our_addr
127 * @note This will LEAVE the critical section of the zone and RE-ENTER it
153 struct item *it; local
169 it = LIST_FIRST(&zone->free_items);
170 Assert(it->magic == ITEM_MAGIC);
173 rc = zone->pfInit(zone->pData, (void *)&it[
235 struct item *it; local
329 struct item *it; local
362 struct item *it = NULL; local
410 struct item *it; local
442 struct item *it; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp13 * you can redistribute it and/or modify it under the terms of the GNU
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
128 /* to make sure rule never used before rules assigning devices on it */
287 ReversePCIMap::iterator it = mReversePCIMap.find(devRec); local
288 if (it == mReversePCIMap.end())
291 it = mReversePCIMap.find(devRec);
295 it->second.push_back(Address);
304 ReversePCIMap::iterator it local
392 PCIMap::const_iterator it = mPCIMap.find(Address); local
[all...]
H A DEmulatedUSBImpl.cpp12 * you can redistribute it and/or modify it under the terms of the GNU
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
113 EUSBSettingsMap::const_iterator it; local
114 for (it = pSettings->begin(); it != pSettings->end(); ++it)
117 if ( RTStrCmp(it->first.c_str(), "MaxPayloadTransferSize") == 0
118 || RTStrCmp(it
292 EUSBSettingsMap::const_iterator it; local
394 WebcamsMap::iterator it = m.webcams.begin(); local
431 WebcamsMap::const_iterator it; local
466 WebcamsMap::const_iterator it = m.webcams.find(path); local
541 WebcamsMap::iterator it = m.webcams.find(path); local
667 WebcamsMap::const_iterator it; local
[all...]

Completed in 134 milliseconds

1234