Searched defs:fQuiet (Results 1 - 16 of 16) sorted by relevance

/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 DtstRTPoll.cpp421 bool fQuiet = RTAssertAreQuiet(); local
425 RTAssertSetQuiet(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 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 DtstIprtList.cpp383 bool fQuiet = RTAssertAreQuiet(); local
480 RTAssertSetQuiet(fQuiet);
H A DtstLdr-3.cpp165 bool fQuiet = RTAssertSetQuiet(true); local
173 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/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/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/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 99 milliseconds