Searched refs:it (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/vbox/src/VBox/RDP/client-1.8.3/
H A Dctrl.c6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
11 This program is distributed in the hope that it will be useful,
22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
71 _ctrl_slave_t *it, *ns; local
79 it = _ctrl_slaves;
82 while (it && it->next)
83 it = it
101 _ctrl_slave_t *it; local
354 _ctrl_slave_t *it; local
378 _ctrl_slave_t *it; 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 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 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...]
H A DUSBDeviceFiltersImpl.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.
131 * it shares data with is destroyed.
152 DeviceFilterList::const_iterator it = aPeer->m->llDeviceFilters->begin(); local
153 while (it != aPeer->m->llDeviceFilters->end())
157 pFilter->init(this, *it);
159 ++it;
194 DeviceFilterList::const_iterator it local
366 DeviceFilterList::iterator it; local
430 DeviceFilterList::iterator it = m->llDeviceFilters->begin(); local
592 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local
646 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local
694 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local
746 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local
1031 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); 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 DSnapshotImpl.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.
139 /* Confirm a successful initialization when it's the case */
147 * Called either from FinalRelease(), by the parent when it gets destroyed,
148 * or by a third party when it decides this object is no more valid.
165 SnapshotsList::iterator it; local
166 for (it = m->llChildren.begin();
167 it !
[all...]
H A DHostPower.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 (VirtualBox::InternalControlList::const_iterator it = controls.begin();
68 it != controls.end();
69 ++it)
71 ComPtr<IInternalSessionControl> pControl = *it;
97 * in an inappropriate state (it will also fail if the VM has
141 for (SessionMachinesList::const_iterator it
[all...]
H A DUSBProxyService.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.
112 * done, probably... For now it help avoiding deadlocks we don't have
143 for (HostUSBDeviceList::const_iterator it = mDevices.begin(); it != mDevices.end(); ++it, ++i)
144 aUSBDevices[i] = *it;
166 * former case it wil
876 HostUSBDeviceList::iterator it = this->mDevices.begin(); local
[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/Frontends/VirtualBox/src/extensions/
H A DQITreeWidget.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.
50 QTreeWidgetItemIterator it (this);
51 while (*it)
53 emit painted (*it, &painter);
54 ++ it;
/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...]
/vbox/src/VBox/Frontends/VBoxManage/
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/VBox/Installer/linux/install_service/
H A Dinstall_service.sh10 # you can redistribute it and/or modify it under the terms of the GNU
12 # Foundation, in version 2 as it comes in the "COPYING" file of the
14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
39 Create a system service which runs a command. In order to make it possible to
42 - That it can be started safely even if all its dependencies are not started
43 and will sleep if necessary until it can start work. Ideally it should
44 start accepting input as early as it can, but delay handling it i
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0A.asm13 ; you can redistribute it and/or modify it under the terms of the Common
14 ; Development and Distribution License Version 1.0 (CDDL) only, as it
16 ; VirtualBox OSE is distributed in the hope that it will be useful, but
/vbox/src/VBox/VMM/VMMRC/
H A DEMRCA.asm11 ; 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.
/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 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...]
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...]
/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/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.chill.ksh40 * NOTES: This test does no verification - it's not possible. So,
41 * we just run this and make sure it runs.
/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/xpcom/ds/
H A DnsUnicharBuffer.cpp55 UnicharBufferImpl* it = new UnicharBufferImpl();
56 if (it == nsnull)
59 NS_ADDREF(it);
60 nsresult rv = it->QueryInterface(aIID, aResult);
61 NS_RELEASE(it);
/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...]

Completed in 364 milliseconds

1234567891011>>