/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdbool.h | 13 false, which expands to the integer constant 0, and 17 macros bool, true, and false. 34 #define false 0 macro
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | string.h | 36 #define false false_type macro 45 #undef false macro
|
/vbox/src/VBox/Main/include/ |
H A D | BusAssignmentManager.h | 37 PCIBusAddress HostAddress, bool fGuestAddressRequired = false); 45 PCIBusAddress& GuestAddress, bool fAddressRequired = false) 50 virtual HRESULT assignPCIDevice(const char* pszDevName, PCFGMNODE pCfg, PCIBusAddress& Address, bool fAddressRequired = false) argument 60 return assignPCIDeviceImpl(pszDevName, pCfg, GuestAddress, HostAddress, false); 44 assignHostPCIDevice(const char* pszDevName, PCFGMNODE pCfg, PCIBusAddress HostAddress, PCIBusAddress& GuestAddress, bool fAddressRequired = false) argument
|
H A D | Matching.h | 44 ParsedFilter_base() : mValid (false), mNull (true), mErrorPosition (0) {}; 51 * string if #isValid() is false. Positions are zero-based. 59 * detailed matching meaningful, otherwise returns false. 61 * so that isMatch() will immediately return false if isPreMatch() returns 62 * false. 67 return false; 99 * appropriate. Parsing stops if mValid is false after this method 148 return false; 165 return false; 214 mValid = false; 311 ParsedRegexpFilter_base(bool aDefIgnoreCase = false, size_t aMinLen = 0, size_t aMaxLen = 0) argument 319 ParsedRegexpFilter_base(const Bstr &aFilter, bool aDefIgnoreCase = false, size_t aMinLen = 0, size_t aMaxLen = 0) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIWarningPane.cpp | 86 m_hovered << false; local 179 m_hovered[iIconLabelPosition] = false;
|
/vbox/include/iprt/cpp/ |
H A D | mem.h | 167 * the allocation. Defaults to false. 169 RTCMemAutoPtr(size_t a_cElements, bool a_fZeroed = false) argument 222 * @retval false on failure, no memory is associated with the object. 227 * the allocation. Defaults to false. 229 bool alloc(size_t a_cElements = 1, bool a_fZeroed = false) argument 249 * @retval false on failure, no memory is associated with the object.
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostDnsService.h | 41 bool equals(const HostDnsInformation &, bool fDNSOrderIgnore = false) const; 62 explicit HostDnsMonitor(bool fThreaded = false); 157 explicit HostDnsServiceResolvConf(bool fThreaded = false) : HostDnsMonitor(fThreaded), m(NULL) {} argument
|
H A D | HostUSBDeviceImpl.cpp | 88 mIsPhysicallyDetached = false; 591 * @param[in] aDone When set to false, the VM just informs us that it's about 763 * @returns true if it was actually detached, false if it's just a re-enumeration. 784 return false; /* not physically detached. */ 799 return false; /* not physically detached. */ 904 AssertComRCReturn(autoCaller.rc(), false); 909 return false; 912 return false; 915 return false; 921 return false; 2189 AssertReturn(isWriteLockOnCurrentThread(), false); local 2232 AssertReturn(isWriteLockOnCurrentThread(), false); local 2399 AssertReturn(isWriteLockOnCurrentThread(), false); local [all...] |
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTDigest-2.cpp | 75 * @returns true on success, false on failure. 82 RTTESTI_CHECK_RC_RET(RTCrDigestFinal(hDigest, NULL, 0), VINF_SUCCESS, false); local 87 VINF_SUCCESS, false); local 92 return false;
|
/vbox/src/VBox/Runtime/generic/ |
H A D | timer-generic.cpp | 108 pTimer->fDestroyed = false; 140 * @returns true if valid, false if invalid. 145 AssertReturn(VALID_PTR(pTimer), false); local 146 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, false); 147 AssertReturn(!pTimer->fDestroyed, false); 194 ASMAtomicXchgU8(&pTimer->fSuspended, false); 335 return false;
|
/vbox/src/VBox/Runtime/include/internal/ |
H A D | dir.h | 39 * @returns false if the name doesn't match filter. 142 * @returns false if valid after having bitched about it first. 146 AssertMsgReturn(VALID_PTR(pDir), ("%p\n", pDir), false); local 147 AssertMsgReturn(pDir->u32Magic == RTDIR_MAGIC, ("%#RX32\n", pDir->u32Magic), false);
|
/vbox/src/VBox/Runtime/r0drv/freebsd/ |
H A D | timer-r0drv-freebsd.c | 131 * @returns true if valid, false if invalid. 136 AssertReturn(VALID_PTR(pTimer), false); local 137 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, false); 177 pTimer->fSuspended = false; 284 return false;
|
/vbox/src/VBox/Runtime/r0drv/os2/ |
H A D | timer-r0drv-os2.cpp | 169 * @returns true if valid, false if invalid. 174 AssertReturn(VALID_PTR(pTimer), false); local 175 AssertReturn(pTimer->u32Magic == RTTIMER_MAGIC, false); 253 pTimer->fSuspended = false; 310 pTimer->fDone = false; 381 return false;
|
/vbox/src/VBox/HostServices/SharedFolders/testcase/ |
H A D | tstShflCase.cpp | 269 int testCase(char *pszFullPath, bool fWildCard = false) argument 289 bool fHaveWildcards = false; 360 fEndOfString = false;
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsLanguage.cpp | 59 const QString &strId, bool fBuiltIn = false) 116 : QTreeWidgetItem(pParent, UILanguageItemType), m_fBuiltIn(false) 134 : QTreeWidgetItem(pParent, UILanguageItemType), m_fBuiltIn(false) 153 return false; 157 return false; 178 : m_fPolished(false) 179 , m_fIsLanguageChanged(false) 343 m_fIsLanguageChanged = false; 58 UILanguageItem(QTreeWidget *pParent, const QTranslator &translator, const QString &strId, bool fBuiltIn = false) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/ |
H A D | igbvf_osdep.h | 55 false = 0, enumerator in enum:__anon15170
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageUSB.cpp | 112 Nullable(const T &aValue, bool aIsNull = false) argument 123 mIsNull = false; 157 USBFilterCmd() : mAction(Invalid), mIndex(0), mGlobal(false) {} 244 cmd.mFilter.mActive = false;
|
/vbox/src/VBox/Additions/haiku/SharedFolders/ |
H A D | OpenHashTable.h | 93 bool CheckDuplicates = false, typename Allocator = MallocAllocator> 209 return false; 242 return false; 261 ValueType* Clear(bool returnElements = false) argument 329 meantime, the method free()s the given allocation and returns \c false, 336 bool Resize(void* allocation, size_t size, bool force = false, argument 342 return false; 438 return false; 491 return false;
|
/vbox/include/VBox/com/ |
H A D | ErrorInfo.h | 140 * three interfaces are available. If both methods return false, no error info 173 : mIsBasicAvailable(false), 174 mIsFullAvailable(false), 183 : mIsBasicAvailable(false), 184 mIsFullAvailable(false), 194 : mIsBasicAvailable (false), mIsFullAvailable (false) 207 : mIsBasicAvailable (false), mIsFullAvailable (false) 356 : mIsBasicAvailable(false), 451 ErrorInfoKeeper(bool aIsNull = false) argument [all...] |
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgConsole.cpp | 63 setUndoRedoEnabled(false); 64 setOverwriteMode(false); 69 setAcceptRichText(false); 262 setAutoCompletion(false); 316 fNeedsAppending = false; 356 : VBoxDbgBaseWindow(a_pDbgGui, a_pParent), m_pOutput(NULL), m_pInput(NULL), m_fInputRestoreFocus(false), 359 m_pTimer(NULL), m_fUpdatePending(false), m_Thread(NIL_RTTHREAD), m_EventSem(NIL_RTSEMEVENT), 360 m_fTerminate(false), m_fThreadTerminated(false) 391 m_pInput->setDuplicatesEnabled(false); 568 m_pOutput->appendText(QString::fromUtf8((const char *)m_pszOutputBuf, (int)m_cbOutputBuf), false /*fClearSelection*/); local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMLogViewer.cpp | 76 m_pNextPrevButtons->setEnabled(0, false); 77 m_pNextPrevButtons->setEnabled(1, false); 289 void search(bool fForward, bool fStartCurrent = false) argument 328 void findBack() { search(false); } 378 , m_fIsPolished(false) 454 bool isAnyLogPresent = false; 583 VBoxGlobal::centerWidget(this, parentWidget(), false);
|
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMedium.h | 40 NoDiffsCache() : isSet(false), state(KMediumState_NotCreated) {} 129 KMediumState state(bool fNoDiffs = false) const 140 const COMResult& result(bool fNoDiffs = false) const 168 QString name(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strName : m_strName; } 172 QString location(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strLocation : m_strLocation; } 177 QString size(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strSize : m_strSize; } 181 QString logicalSize(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strLogicalSize : m_strLogicalSize; } 186 QString hardDiskType(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strHardDiskType : m_strHardDiskType; } 190 QString hardDiskFormat(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strHardDiskFormat : m_strHardDiskFormat; } 198 QString usage(bool fNoDiffs = false) cons 213 toolTipCheckRO(bool fNoDiffs = false, bool fNullAllowed = false) const argument 244 detailsHTML(bool fNoDiffs = false, bool fPredictDiff = false) const argument [all...] |
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 74 * @returns true if it's the shadow of a 4MB or 2MB guest page, otherwise false. 86 return false; 693 * @returns true if it's likely that we're forking, otherwise false. 724 return false; 732 * @returns false if we consider it to still be a paging page. 797 return false; 807 return false; 1068 bool fForcedFlush = false; 1162 bool fReused = false; 1163 bool fNotReusedNotForking = false; 1639 pgmPoolFlushDirtyPage(PVM pVM, PPGMPOOL pPool, unsigned idxSlot, bool fAllowRemoval = false) argument [all...] |
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cidet-app.cpp | 679 RTTESTI_CHECK_RC_RET(RTMemProtect(pbUsingBuf, pAppBuf->cb, pAppBuf->fDefaultProt), VINF_SUCCESS, false); local 684 RTTESTI_CHECK_RC_RET(RTMemProtect(pbUsingBuf, pAppBuf->cb - PAGE_SIZE, pAppBuf->fDefaultProt), VINF_SUCCESS, false); local 686 VINF_SUCCESS, false); 700 return false; 702 pAppBuf->fArmed = false; 721 return false; 730 return false; 738 return false; 802 return false; 811 return false; [all...] |
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | vbsf.cpp | 321 fEndOfString = false; 461 bool fWildCard = false, bool fPreserveLastComponent = false) 935 bool fNoError = false; 2341 rc = vbsfBuildFullPath(pClient, root, pDest, pDest->u16Size, &pszFullPathDest, NULL, false, true); 459 vbsfBuildFullPath(SHFLCLIENTDATA *pClient, SHFLROOT root, PSHFLSTRING pPath, uint32_t cbPath, char **ppszFullPath, uint32_t *pcbFullPathRoot, bool fWildCard = false, bool fPreserveLastComponent = false) argument
|