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

1234567891011>>

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPArray.h25 bool IsEmpty() const;
/haiku/src/kits/debugger/model/
H A DBreakpoint.cpp44 if (!fClients.IsEmpty())
47 return !fClients.IsEmpty() || HasEnabledUserBreakpoint();
54 return fClients.IsEmpty() && fUserBreakpoints.IsEmpty();
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h55 bool IsEmpty() const function in class:PathBlocklist
56 { return fPaths.IsEmpty(); }
/haiku/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/src/servers/registrar/
H A DPriorityMessageQueue.h26 bool IsEmpty() const;
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h27 { return !requests.IsEmpty()
28 || !completed_requests.IsEmpty()
29 || !operations.IsEmpty(); }
/haiku/src/apps/terminal/
H A DPatternEvaluator.cpp102 if (began && !mappedValue.IsEmpty())
104 if (!before.IsEmpty() && !mappedValue.IsEmpty()) {
H A DHyperLink.h27 bool IsValid() const { return !fAddress.IsEmpty(); }
/haiku/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/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp27 if (a.IsEmpty())
28 return b.IsEmpty() ? 0 : -1;
29 if (b.IsEmpty())
119 if (fPreRelease.IsEmpty()) {
120 if (!other.fPreRelease.IsEmpty())
122 } else if (other.fPreRelease.IsEmpty()) {
/haiku/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 (!sInitialAtExitInfoBlock.IsEmpty()) {
222 if (block->IsEmpty())
259 if (info->block->IsEmpty())
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.cpp23 if (fProperty.IsEmpty())
66 ValidationFailure::IsEmpty() const function in class:ValidationFailure
68 return fMessages.IsEmpty();
139 ValidationFailures::IsEmpty() const function in class:ValidationFailures
141 return fItems.IsEmpty();
149 return failure != NULL && !failure->IsEmpty();
/haiku/src/apps/text_search/
H A DChangesIterator.h31 bool IsEmpty() const;
/haiku/headers/os/package/solver/
H A DSolverPackageSpecifierList.h26 bool IsEmpty() const;
/haiku/src/kits/package/
H A DPackageVersion.cpp108 if (fPreRelease.IsEmpty()) {
109 if (!other.fPreRelease.IsEmpty())
111 } else if (other.fPreRelease.IsEmpty()) {
138 if (!fPreRelease.IsEmpty())
H A DPackageInfoStringBuilder.h149 if (!fBasePackage.IsEmpty()
173 } else if (!value->TemplatePath().IsEmpty()) {
183 if (!value->RealName().IsEmpty()) {
188 if (!value->Home().IsEmpty()) {
193 if (!value->Shell().IsEmpty()) {
198 if (!value->Groups().IsEmpty()) {
201 if (groups.IsEmpty()) {
223 return value.IsEmpty();
/haiku/headers/private/kernel/
H A Dlisteners.h45 if (!gSchedulerListeners.IsEmpty()) {
59 if (!gSchedulerListeners.IsEmpty()) {
91 if (!gWaitObjectListeners.IsEmpty()) {
107 if (!gWaitObjectListeners.IsEmpty()) {
/haiku/headers/private/storage/sniffer/
H A DCharStream.h36 bool IsEmpty() const;
/haiku/src/apps/haikudepot/packagemodel/
H A DLanguage.cpp37 if (result == B_OK && (name.IsEmpty() || name == Code()))
/haiku/src/apps/icon-o-matic/generic/support/
H A DList.h38 inline bool IsEmpty() const function in class:List
39 { return BList::IsEmpty(); }
/haiku/src/kits/package/solver/
H A DSolverResult.cpp79 BSolverResult::IsEmpty() const function in class:BPackageKit::BSolverResult
81 return fElements.IsEmpty();
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.h39 bool IsEmpty() const function in class:PackageLinkDirectory
40 { return fPackages.IsEmpty(); }
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp119 if (!cpuMask.IsEmpty()) {
139 if (!cpuMask.IsEmpty()) {
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp119 if (!cpuMask.IsEmpty()) {
139 if (!cpuMask.IsEmpty()) {
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp119 if (!cpuMask.IsEmpty()) {
139 if (!cpuMask.IsEmpty()) {

Completed in 110 milliseconds

1234567891011>>