Searched refs:fQuiet (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Ddel_build.py54 oParser.add_option('-q', '--quiet', dest='fQuiet', action='store_true',
59 if not oConfig.fQuiet:
71 if oConfig.fQuiet:
75 if not oConfig.fQuiet:
H A Dvcs_import.py63 oParser.add_option('-q', '--quiet', dest = 'fQuiet', action = 'store_true',
112 if not self.oConfig.fQuiet:
128 if not self.oConfig.fQuiet:
H A Dadd_build.py57 oParser.add_option('-q', '--quiet', dest = 'fQuiet', action = 'store_true',
119 if self.oConfig.fQuiet:
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflSizes.cpp34 else if (!fQuiet)\
46 bool fQuiet = argc == 2 && !strcmp(argv[1], "quiet"); local
47 bool fPrintChecks = !fQuiet && argc != 1;
/vbox/src/VBox/Runtime/testcase/
H A DtstDir.cpp45 bool fQuiet = false; local
64 fQuiet = true;
92 if (!fQuiet)
124 if (!fQuiet)
H A DtstSemMutex.cpp113 static int Test1(unsigned cThreads, unsigned cSeconds, bool fYield, bool fQuiet) argument
125 g_fQuiet = fQuiet;
147 if (!fQuiet)
H A DtstLdr-3.cpp165 bool fQuiet = RTAssertSetQuiet(true); local
173 RTAssertSetQuiet(fQuiet);
H A DtstRTCritSectRw.cpp216 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
230 g_fQuiet = fQuiet;
H A DtstRTSemRW.cpp215 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
229 g_fQuiet = fQuiet;
H A DtstRTPipe.cpp501 bool fQuiet = RTAssertAreQuiet();
505 RTAssertSetQuiet(fQuiet);
H A DtstRTPoll.cpp421 bool fQuiet = RTAssertAreQuiet(); local
425 RTAssertSetQuiet(fQuiet);
H A DtstIprtList.cpp383 bool fQuiet = RTAssertAreQuiet(); local
480 RTAssertSetQuiet(fQuiet);
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp77 RTDECL(bool) RTAssertSetQuiet(bool fQuiet) argument
79 return ASMAtomicXchgBool(&g_fQuiet, fQuiet);
H A Dlockvalidator.cpp4432 RTDECL(bool) RTLockValidatorSetQuiet(bool fQuiet) argument
4434 return ASMAtomicXchgBool(&g_fLockValidatorQuiet, fQuiet);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp353 bool fQuiet = false; local
398 fQuiet = true;
435 if (!fQuiet)
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp61 bool fQuiet; member in struct:RTGZIPCMDOPTS
467 Opts.fQuiet = false;
554 case 'q': Opts.fQuiet = true; break;
558 case 'v': Opts.fQuiet = false; break;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py805 def _detectBuild(self, fQuiet = False):
847 if not fQuiet:
851 def _detectValidationKit(self, fQuiet = False):
896 if not fQuiet:
2099 def addTestMachine(self, sNameOrId, fQuiet = False):
2115 if not fQuiet:
2166 return self.addTestMachine(sName, fQuiet = True);
2181 return self.addTestMachine(sUuid, fQuiet = True);
2558 def _hasHostCpuFeature(self, sEnvVar, sEnum, fpApiMinVer, fQuiet):
2575 if not fQuiet
[all...]
H A Dbase.py1165 def pidFileRemove(self, iPid, fQuiet = False):
1171 if not fQuiet:
1522 self.pidFileRemove(iPid, fQuiet = True);
H A Dtxsclient.py166 def disconnect(self, fQuiet = False):
174 _ = fQuiet;
1908 def disconnect(self, fQuiet = False):
1916 if not fQuiet:
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp164 static void usbProxyLinuxSetConnected(PUSBPROXYDEV pProyxDev, int iIf, bool fConnect, bool fQuiet);
253 static void usbProxyLinuxSetConnected(PUSBPROXYDEV pProxyDev, int iIf, bool fConnect, bool fQuiet) argument
259 if (!fQuiet)
267 && !fQuiet)
/vbox/include/iprt/
H A Dlockvalidator.h1091 * @param fQuiet The new setting.
1093 RTDECL(bool) RTLockValidatorSetQuiet(bool fQuiet); variable
H A Dassert.h191 * @param fQuiet The new setting.
193 RTDECL(bool) RTAssertSetQuiet(bool fQuiet); variable
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1196 bool const fQuiet = cHits >= 8 && !RT_IS_POWER_OF_TWO(cHits); local
1198 *pfQuiet = fQuiet;
1228 else if (!fQuiet || !pCacheHit->fWinVerifyTrust)
1239 if (!fQuiet)
1825 bool fQuiet = false; local
1870 "LdrLoadDll", false /*fAvoidWinVerifyTrust*/, &fQuiet);
1874 if (!fQuiet)
1921 if (!fQuiet)
1946 else if (!NT_SUCCESS(rcNt) || !fQuiet)

Completed in 404 milliseconds