Searched refs:IsEmpty (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPArray.h25 bool IsEmpty() const;
H A DGPArray.cpp81 GPArray<TYPE>::IsEmpty() const function in class:GPArray
/haiku-fatelf/src/apps/debugger/model/
H A DBreakpoint.cpp44 if (!fClients.IsEmpty())
47 return !fClients.IsEmpty() || HasEnabledUserBreakpoint();
54 return fClients.IsEmpty() && fUserBreakpoints.IsEmpty();
/haiku-fatelf/src/tests/kits/app/bmessagequeue/
H A DAddMessageTest1.cpp7 - checks that the queue is empty according to IsEmpty() and CountMessages()
9 - as each is added, checks that IsEmpty() is false and CountMessages()
78 assert(theMessageQueue->IsEmpty());
87 assert(!theMessageQueue->IsEmpty());
/haiku-fatelf/src/servers/registrar/
H A DPriorityMessageQueue.h26 bool IsEmpty() const;
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOScheduler.h27 { return !requests.IsEmpty()
28 || !completed_requests.IsEmpty()
29 || !operations.IsEmpty(); }
/haiku-fatelf/src/kits/shared/
H A DRWLockManager.cpp40 if (lockable->fWaiters.IsEmpty()) {
54 if (lockable->fWaiters.IsEmpty()) {
68 if (lockable->fWaiters.IsEmpty()) {
104 if (lockable->fReaderCount == 0 && lockable->fWaiters.IsEmpty()) {
126 if (lockable->fReaderCount == 0 && lockable->fWaiters.IsEmpty()) {
148 if (lockable->fReaderCount == 0 && lockable->fWaiters.IsEmpty()) {
239 while (!lockable->fWaiters.IsEmpty()
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dexit.cpp53 bool IsEmpty() const function in struct:AtExitInfoBlock
55 return fFirstUnused == ATEXIT_MAX && fFreeList.IsEmpty();
165 if (info->block->IsEmpty())
203 if (!sInitialAtExistInfoBlock.IsEmpty()) {
222 if (block->IsEmpty())
259 if (info->block->IsEmpty())
/haiku-fatelf/headers/private/kernel/
H A Dlisteners.h45 if (!gSchedulerListeners.IsEmpty()) {
59 if (!gSchedulerListeners.IsEmpty()) {
91 if (!gWaitObjectListeners.IsEmpty()) {
107 if (!gWaitObjectListeners.IsEmpty()) {
/haiku-fatelf/headers/private/storage/sniffer/
H A DCharStream.h36 bool IsEmpty() const;
/haiku-fatelf/src/apps/text_search/
H A DChangesIterator.h31 bool IsEmpty() const;
/haiku-fatelf/src/kits/package/
H A DPackageVersion.cpp100 if (fPreRelease.IsEmpty()) {
101 if (!other.fPreRelease.IsEmpty())
103 } else if (other.fPreRelease.IsEmpty()) {
127 if (!fPreRelease.IsEmpty())
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageLinkDirectory.h38 bool IsEmpty() const function in class:PackageLinkDirectory
39 { return fPackages.IsEmpty(); }
H A DResolvable.cpp67 if (fDependencies.IsEmpty())
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockAllocatorAreaBucket.h32 inline bool IsEmpty() const { return fAreas.IsEmpty(); } function in class:BlockAllocator::AreaBucket
H A DDirectory.h33 bool IsEmpty() const { return fEntries.IsEmpty(); } function in class:Directory
H A DStack.h28 bool IsEmpty() const function in class:Stack
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DList.h38 inline bool IsEmpty() const function in class:List
39 { return BList::IsEmpty(); }
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockAllocatorAreaBucket.h32 inline bool IsEmpty() const { return fAreas.IsEmpty(); } function in class:BlockAllocator::AreaBucket
H A DDirectory.h33 bool IsEmpty() const { return fEntries.IsEmpty(); } function in class:Directory
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp52 if (fFilterMode == kInclude && !fAddresses.IsEmpty())
123 MulticastGroupInterface<Addressing>::IsEmpty() const function in class:MulticastGroupInterface
125 return fFilterMode == kInclude && fAddresses.IsEmpty();
132 if (IsEmpty())
207 if (state->IsEmpty())
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp41 if (fFilterMode == kInclude && !fAddresses.IsEmpty())
112 MulticastGroupInterface<Addressing>::IsEmpty() const function in class:MulticastGroupInterface
114 return fFilterMode == kInclude && fAddresses.IsEmpty();
121 if (IsEmpty())
196 if (state->IsEmpty())
/haiku-fatelf/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp99 while (!usedList.IsEmpty()) {
309 while (!usedList.IsEmpty()) {
312 while (!nonCacheList.IsEmpty()) {
326 while (!usedList.IsEmpty()) {
329 while (!nonCacheList.IsEmpty()) {
/haiku-fatelf/headers/os/app/
H A DMessageQueue.h23 bool IsEmpty() const;
/haiku-fatelf/headers/private/fs_shell/
H A DStack.h32 bool IsEmpty() const function in class:FSShell::Stack

Completed in 126 milliseconds

1234567891011>>