Searched defs:it (Results 26 - 50 of 83) sorted by relevance

1234

/vbox/src/VBox/Main/src-server/
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 DVRDEServerImpl.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.
112 * it shares data with is destroyed.
175 * Called either from FinalRelease() or by the parent when it gets destroyed.
353 /* A probably valid range. Verify and parse it. */
394 /* Port value is not verified here because it is up to VRDP transport to
395 * use it. Specifying a wrong port number will cause a running server to
421 settings::StringsMap::const_iterator it local
452 settings::StringsMap::const_iterator it = mData->mProperties.find(aKey); local
[all...]
H A DNATEngineImpl.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.
115 NATRuleMap::iterator it; local
117 for (it = aThat->mNATRules.begin(); it != aThat->mNATRules.end(); ++it)
119 mNATRules.insert(std::make_pair(it->first, it
142 NATRuleMap::iterator it; local
213 NATRuleMap::iterator it; local
272 NATRuleMap::const_iterator it; local
308 NATRuleMap::iterator it; local
344 NATRuleMap::iterator it = mNATRules.find(aName); local
[all...]
H A DNetworkAdapterImpl.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.
94 /* generate the MAC address early to guarantee it is the same both after
116 * it shares data with is destroyed.
196 * Called either from FinalRelease() or by the parent when it gets destroyed.
951 settings::StringsMap::const_iterator it = mData->mGenericProperties.find(aKey); local
952 if (it != mData->mGenericProperties.end())
953 aValue = it
970 settings::StringsMap::const_iterator it = mData->mGenericProperties.find(aKey); local
[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...]
H A DVFSExplorerImpl.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.
367 std::list<Utf8Str>::const_iterator it; local
369 for (it = aTask->filenames.begin();
370 it != aTask->filenames.end();
371 ++it, ++i)
373 int vrc = RTPathJoin(szPath, sizeof(szPath), m->strPath.c_str(), (*it).c_str());
503 std::list<Utf8Str>::const_iterator it; local
611 std::list<VFSExplorer::Data::DirEntry>::const_iterator it; local
638 std::list<VFSExplorer::Data::DirEntry>::const_iterator it; local
[all...]
H A DMachineImplCloneVM.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.
181 * diff image is small in size, it could need some time to create
182 * it. Adding the biggest size in the chain should balance this a
276 /* Create the medium task chain. In this case it will always
349 * it leads to wrong progress infos which isn't nice. */
429 std::map<ComPtr<IMedium>, uint32_t>::iterator it; local
430 for (it
570 settings::SnapshotsList::const_iterator it; local
590 settings::NetworkAdaptersList::iterator it; local
602 settings::SnapshotsList::iterator it; local
637 settings::SnapshotsList::iterator it; local
650 settings::SnapshotsList::iterator it; local
1111 TStrMediumMap::iterator it = map.find(Utf8Str(bstrSrcId)); local
[all...]
H A DNATNetworkImpl.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.
192 for (settings::NATRuleList::const_iterator it = data.llPortForwardRules4.begin();
193 it != data.llPortForwardRules4.end(); ++it)
195 m->mapName2PortForwardRule4.insert(std::make_pair(it->strName.c_str(), *it));
200 for (settings::NATRuleList::const_iterator it
684 NATRuleMap::iterator it = mapRules.find(aPortForwardRuleName); local
[all...]
H A DPerformance.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.
239 /* cannot use ComObjPtr<Machine> in Performance.h, do it manually */
245 /* cannot use ComObjPtr<Machine> in Performance.h, do it manually */
456 /* This was our VMM stats provider, it is time to re-elect */
457 CollectorGuestList::iterator it; local
461 for (it = mGuests.begin(); it !
506 CollectorGuestList::iterator it; local
1532 ElementList::const_iterator it; local
[all...]
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.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.
138 CollectorHints::ProcessList::const_iterator it; local
142 for (it = processes.begin(); it != processes.end() && RT_SUCCESS(rc); it++)
144 RTPROCESS process = it->first;
157 if ((it
319 VMProcessMap::const_iterator it = mProcessStats.find(process); local
334 VMProcessMap::const_iterator it = mProcessStats.find(process); local
[all...]
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxModAPIMonitor.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.
347 mapVMIter it = g_mapVM.begin(); local
349 if (it == g_mapVM.end())
355 while (it != g_mapVM.end())
361 fHandleVM = apimonHandleVM(&it->second);
365 int rc2 = apimonMachineControl(it->first /* Uuid */,
366 &it
[all...]
H A DVBoxModBallooning.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.
84 * @param ulMaxBalloonSize The maximum balloon size (MB) it can inflate to.
187 * @param enmState The VM's machine state to judge whether it's running or not.
476 mapVMIter it = g_mapVM.begin(); local
477 while (it != g_mapVM.end())
479 MachineState_T state = getMachineState(&it->second);
483 && balloonIsRequired(&it
[all...]
H A DVBoxWatchdog.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.
275 /* Not handled event, just skip it. */
290 * This can be executed on any thread in the process, on Windows it may even be
370 mapVMIter it = g_mapVM.find(strUuid); local
371 Assert(it == g_mapVM.end());
502 mapVMIter it = g_mapVM.find(strUuid); local
503 if (it !
529 mapVMIter it = g_mapVM.begin(); local
[all...]
/vbox/src/VBox/Main/xml/
H A Dovfreader.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.
50 * Constructor. This opens the given XML file and parses it. Throws lots of exceptions
186 // recurse for this, since it has VirtualSystem elements as children
552 // this is the first IDE controller found: then mark it as "primary"
557 // IDE controllers, it seems that they are given an "Address" of 0
709 /* If this unknown resource type isn't required, we simply skip it. */
756 ControllersMap::const_iterator it local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.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.
344 ITERATORNATSERVICEPF it; local
345 for (it = rules.begin(); it != rules.end(); ++it)
348 NATSEVICEPORTFORWARDRULE& natFw = *it;
366 rules.erase(it);
[all...]
/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/linux/
H A DPerformanceLinux.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.
119 std::vector<RTPROCESS>::iterator it; local
120 for (it = processes.begin(); it != processes.end(); it++)
123 int rc = getRawProcessStats(*it, &vmStats.cpuUser, &vmStats.cpuKernel, &vmStats.pagesUsed);
128 mProcessStats[*it]
199 VMProcessMap::const_iterator it = mProcessStats.find(process); local
267 VMProcessMap::const_iterator it = mProcessStats.find(process); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.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.
79 QStringList::Iterator it = filterLst.begin(); local
81 for (; it != filterLst.end(); ++ it)
83 winfilters += *it;
85 winfilters += extractFilter (*it);
369 /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditiona
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.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.
64 ArgsMap::iterator it; local
65 it = pmapArgs->find(strKey);
66 if (it != pmapArgs->end())
68 strOut = it->second;
69 pmapArgs->erase(it);
138 unit. The target disk path is more important. I leave it fo
357 ArgsMapsMap::const_iterator it; local
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.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.
72 /* On Windows INET_ADDRSTRLEN defined as 22 Ws2ipdef.h, because it include port number */
119 * How it will coexists with managment from VBoxManagement, who should manage db
455 CmdParameterIterator it; local
466 for (it = CmdParameterll.begin(); it != CmdParameterll.end(); ++it)
[all...]
/vbox/src/recompiler/tests/
H A Dlinux-test.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
467 struct itimerval it, oit; local
478 it.it_interval.tv_sec = 0;
479 it.it_interval.tv_usec = 10 * 1000;
480 it.it_value.tv_sec = 0;
481 it.it_value.tv_usec = 10 * 1000;
482 chk_error(setitimer(ITIMER_REAL, &it, NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c5 it would have to take circular links and sharing into account.
393 PyObject *value, *it; local
406 it = PyObject_GetIter(v);
407 if (it == NULL) {
412 while ((value = PyIter_Next(it)) != NULL) {
416 Py_DECREF(it);
499 /* The result fits into int because it must be <=n. */
544 sizeof(long) > 4, it returns a Python int object, else a Python long
548 TYPE_INT64, it *needs* more than 32 bits).
637 /* NULL is a valid return value, it doe
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.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.
89 for (GuestEnvironmentArray::const_iterator it = environment.begin();
90 it != environment.end() && RT_SUCCESS(rc);
91 ++it)
93 rc = Set((*it));
102 for (std::map<Utf8Str, Utf8Str>::const_iterator it = mEnvironment.begin();
103 it !
122 std::map<Utf8Str, Utf8Str>::const_iterator it = mEnvironment.begin(); local
585 GuestCtrlStreamPairMapIter it = mPairs.find(Utf8Key); local
[all...]
H A DGuestImpl.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.
79 /* Confirm a successful initialization when it's the case */
147 * Called either from FinalRelease() or by the parent when it gets destroyed.
227 #if 0 /* not used for anything, so don't bother parsing it. */
402 * If we're running older guest additions (< 3.2.0) try get it from
449 * If we're running older guest additions (< 3.2.0) try get it from
538 for (FacilityMapIter it
727 FacilityMapIterConst it = mData.mFacilityMap.find(aFacility); local
[all...]
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.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.
142 /* Try to load libzfs dynamically, it may be missing. */
332 * Get the instance number from the interface name, then clip it off.
483 FsMap::iterator it = mFsMap.find(szFsName);
484 if (it == mFsMap.end())
487 char *pszDataset = strdup(it->second.c_str());
645 FsMap::iterator it local
[all...]

Completed in 142 milliseconds

1234