/vbox/src/VBox/HostServices/SharedFolders/testcase/ |
H A D | tstShflSizes.cpp | 34 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 D | tstDir.cpp | 45 bool fQuiet = false; local 64 fQuiet = true; 92 if (!fQuiet) 124 if (!fQuiet)
|
H A D | tstRTPoll.cpp | 421 bool fQuiet = RTAssertAreQuiet(); local 425 RTAssertSetQuiet(fQuiet);
|
H A D | tstSemMutex.cpp | 113 static int Test1(unsigned cThreads, unsigned cSeconds, bool fYield, bool fQuiet) argument 125 g_fQuiet = fQuiet; 147 if (!fQuiet)
|
H A D | tstRTCritSectRw.cpp | 216 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument 230 g_fQuiet = fQuiet;
|
H A D | tstRTSemRW.cpp | 215 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument 229 g_fQuiet = fQuiet;
|
H A D | tstIprtList.cpp | 383 bool fQuiet = RTAssertAreQuiet(); local 480 RTAssertSetQuiet(fQuiet);
|
H A D | tstLdr-3.cpp | 165 bool fQuiet = RTAssertSetQuiet(true); local 173 RTAssertSetQuiet(fQuiet);
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | assert.cpp | 77 RTDECL(bool) RTAssertSetQuiet(bool fQuiet) argument 79 return ASMAtomicXchgBool(&g_fQuiet, fQuiet);
|
H A D | lockvalidator.cpp | 4432 RTDECL(bool) RTLockValidatorSetQuiet(bool fQuiet) argument 4434 return ASMAtomicXchgBool(&g_fLockValidatorQuiet, fQuiet);
|
/vbox/src/VBox/Frontends/VBoxAutostart/ |
H A D | VBoxAutostart-posix.cpp | 353 bool fQuiet = false; local 398 fQuiet = true; 435 if (!fQuiet)
|
/vbox/src/VBox/Runtime/tools/ |
H A D | RTGzip.cpp | 61 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 D | lockvalidator.h | 1091 * @param fQuiet The new setting. 1093 RTDECL(bool) RTLockValidatorSetQuiet(bool fQuiet); variable
|
H A D | assert.h | 191 * @param fQuiet The new setting. 193 RTDECL(bool) RTAssertSetQuiet(bool fQuiet); variable
|
/vbox/src/VBox/Devices/USB/linux/ |
H A D | USBProxyDevice-linux.cpp | 164 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 D | SUPR3HardenedMain-win.cpp | 1196 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)
|