Lines Matching defs:it

11  * 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 = allMachines.begin();
280 it != allMachines.end();
281 ++it)
287 if ((*it)->i_isSessionSpawning())
290 HRESULT hrc = (*it)->COMGETTER(SessionPID)(&pid);
298 spawnedMachines.push_back(*it);
348 /* Restore the caller before using VirtualBox. If it fails, this
457 for (MachinesOList::iterator it = allMachines.begin();
458 it != allMachines.end(); ++it)
466 if ((*it)->i_isSessionOpenOrClosing(sm))
504 for (MachinesOList::iterator it = allMachines.begin();
505 it != allMachines.end(); ++it)
507 if ((*it)->i_isSessionSpawning())
508 spawnedMachines.push_back(*it);
564 * Restore the caller before using VirtualBox. If it fails, this
586 for (MachinesOList::iterator it = allMachines.begin();
587 it != allMachines.end();
588 ++it)
591 if ((*it)->i_isSessionOpenOrClosing(sm))
604 for (MachinesOList::iterator it = allMachines.begin();
605 it != allMachines.end();
606 ++it)
608 if ((*it)->i_isSessionSpawning())
609 spawnedMachines.push_back(*it);
634 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin();
635 while (it != that->mProcesses.end())
637 RTPROCESS pid = *it;
666 it = that->mProcesses.erase(it);
674 /* remove the process if it is not already running */
675 it = that->mProcesses.erase(it);
678 ++it;
727 * Restore the caller before using VirtualBox. If it fails, this
755 for (MachinesOList::iterator it = allMachines.begin();
756 it != allMachines.end();
757 ++it)
759 if ((*it)->i_isSessionSpawning())
760 spawnedMachines.push_back(*it);
782 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin();
783 while (it != that->mProcesses.end())
785 RTPROCESS pid = *it;
814 it = that->mProcesses.erase(it);
822 /* remove the process if it is not already running */
823 it = that->mProcesses.erase(it);
826 ++it;