Searched refs:IsUsed (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_variables.cpp31 inline bool IsUsed() const function in struct:Variable
145 if (!variable->IsUsed()) {
159 if (!variable->IsUsed()) {
228 if (variable.IsUsed()) {
237 if (variable.IsUsed()) {
325 if (variable.IsUsed())
332 if (variable.IsUsed())
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp280 if (fCurrentUpdateSession.IsUsed())
282 if (fPendingUpdateSession.IsUsed())
502 if (fCurrentUpdateSession.IsUsed())
504 if (fPendingUpdateSession.IsUsed())
793 if (fCurrentUpdateSession.IsUsed()) {
822 if (fUpdateRequested && !fCurrentUpdateSession.IsUsed()) {
823 if (fPendingUpdateSession.IsUsed()) {
855 if (fPendingUpdateSession.IsUsed()) {
H A DWindowLayer.h44 inline bool IsUsed() const function in class:UpdateSession
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp176 inline bool IsUsed(uint16 block);
263 AllocationBlock::IsUsed(uint16 block) function in class:AllocationBlock
809 if (!cached.IsUsed(bit)) {
1113 if (!cached.IsUsed(bit)) {
1207 if (cached.IsUsed(i)) {
1274 if (cached.IsUsed(blockOffset) != allocated) {
H A DCheckVisitor.cpp125 if (cached.IsUsed(k) != _CheckBitmapIsUsedAt(block)) {
/haiku/src/bin/
H A Dmountvolume.cpp259 bool IsUsed() function in struct:PrintPartitionsVisitor
544 if (printPartitionsVisitor.IsUsed()) {
/haiku/src/servers/app/
H A DWindow.cpp296 if (fCurrentUpdateSession->IsUsed())
298 if (fPendingUpdateSession->IsUsed())
487 if (fPendingUpdateSession->IsUsed()) {
491 if (fCurrentUpdateSession->IsUsed()) {
517 if (fPendingUpdateSession->IsUsed())
882 if (!fUpdateRequested && fPendingUpdateSession->IsUsed())
1998 if (fPendingUpdateSession->IsUsed()) {
H A DWindow.h405 inline bool IsUsed() const function in class:Window::UpdateSession

Completed in 137 milliseconds