Searched refs:fSkip (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTFileModeToFlags.cpp55 bool fSkip = false; local
74 fSkip = true;
105 fSkip = true;
155 fSkip = true;
161 fSkip = true;
180 if (!fSkip)
224 bool fSkip = false; local
229 fSkip = true;
238 fSkip = true;
262 fSkip
[all...]
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py135 fSkip = not fRc;
138 if not fSkip:
140 reporter.testDone(fSkip);
143 if not fSkip:
146 reporter.testDone(fSkip);
H A DtdAddGuestCtrl.py538 fSkip = 'session_basic' not in self.asTests;
539 if fSkip == False:
541 reporter.testDone(fSkip);
544 fSkip = 'session_env' not in self.asTests or fRc is False;
545 if fSkip == False:
547 reporter.testDone(fSkip);
550 fSkip = 'session_file_ref' not in self.asTests;
551 if fSkip == False:
553 reporter.testDone(fSkip);
557 #fSkip
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp228 bool fSkip = false; local
233 fSkip = true;
244 fSkip = false;
246 if (fSkip)
251 if (!fSkip && RT_SUCCESS(rc))
253 if (!fSkip && RT_SUCCESS(rc))
H A DVBoxServiceVMInfo.cpp1210 bool fSkip = false;
1212 fSkip = true;
1225 fSkip = true;
1227 if (!fSkip)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxtestvms.py193 self.fSkip = False; # All VMs are included in the configured set by default.
552 oTestVm.fSkip = True;
560 oTestVm.fSkip = False;
573 oTestVm.fSkip = True;
577 if oTestVm.fSkip is False:
604 if not oTestVm.fSkip:
621 if oTestVm.fSkip:
695 if oTestVm.fSkip and self.fIgnoreSkippedVm:
696 reporter.log2('Ignoring VM %s (fSkip = True).' % (oTestVm.sVmName,));
699 if oTestVm.fSkip
[all...]
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp362 bool fSkip = !!strcmp(pInfo->szShortName, pSdl->sdl_data); local
371 if (!fSkip)
379 if (!fSkip && (pSdl->sdl_type == IFT_ETHER || pSdl->sdl_type == IFT_L2VLAN))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h96 void winSkipKeyboardEvents(bool fSkip);
H A DUIKeyboardHandler.cpp413 void UIKeyboardHandler::winSkipKeyboardEvents(bool fSkip) argument
415 m_fSkipKeyboardEvents = fSkip;
/vbox/src/VBox/ValidationKit/tests/smoketests/
H A DtdSmokeTest1.py103 oTestVm.fSkip = True;
/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp483 bool fSkip = !!strncmp(pInfo->szShortName, pSdl->sdl_data, pSdl->sdl_nlen) local
493 if (!fSkip)
501 if (!fSkip && pSdl->sdl_type == IFT_ETHER)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1021 bool fSkip = false; local
1039 fSkip = true; \
1046 if (fSkip) continue;
1048 if (fSkip) continue;
1050 if (fSkip) continue;
1052 if (fSkip) continue;
1054 if (fSkip) continue;
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstTest1.py351 oTestVm.fSkip = os.path.basename(oTestVm.sDvdImage) != asArgs[iArg];
/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp1037 bool fSkip = false; local
1043 fSkip = true;
1045 if (!fSkip)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 66 milliseconds