Searched refs:IsEmpty (Results 226 - 250 of 479) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h116 bool IsEmpty() const { return fRingFree == fRingSize; } function in class:VirtioQueue
/haiku/src/system/kernel/
H A DDPC.cpp172 bool wasEmpty = fCallbacks.IsEmpty();
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp112 if (!identifier.IsEmpty()) {
H A DLocalPkgDataLoadProcess.cpp159 if (packages.IsEmpty())
209 if (modelInfo->DepotName().IsEmpty()
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1064 if (status == B_OK && !fAddress.IsEmpty()) {
1066 if (status == B_OK && !fMask.IsEmpty())
1069 if (status == B_OK && !fPeer.IsEmpty())
1071 if (status == B_OK && !fBroadcast.IsEmpty())
1073 if (status == B_OK && !fGateway.IsEmpty())
1254 if (index < 0 || status != B_OK || address.Address().IsEmpty()) {
1526 if (!fName.IsEmpty() && !fArguments.IsEmpty() && CountAddresses() > 0)
H A DSocketMessenger.cpp69 while (!fReceivedMessages.IsEmpty())
235 if (!fPrivateData->fReceivedMessages.IsEmpty()) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp79 if (fCapabilities.IsEmpty()) {
285 if (commandString.IsEmpty())
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h63 bool IsEmpty() const;
285 // IsEmpty
288 TemplateList<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:TemplateList
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h58 bool IsEmpty() const;
280 // IsEmpty
283 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:List
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp106 while (fieldLine && !fieldLine.value().IsEmpty()) {
112 if (!fieldLine || (fieldLine && !fieldLine.value().IsEmpty())) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp86 if (newFolders.IsEmpty() && fWorkers.CountItems() == workersWanted) {
194 if (fWorkers.IsEmpty()) {
H A DIMAPConnectionWorker.cpp329 if (status != B_OK || fFolders.IsEmpty()) {
622 while (!fPendingCommands.IsEmpty())
724 if (fPendingCommands.IsEmpty()) {
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp313 if (firstProcessDescription.IsEmpty()) {
324 if (firstProcessDescription.IsEmpty())
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h389 if (fallbacks.IsEmpty())
412 ASSERT(fallbacksList.IsEmpty());
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp68 return !entry->Enumerators().IsEmpty();
79 return !entry->Dimensions().IsEmpty();
90 return !entry->DataMembers().IsEmpty();
101 return !entry->BaseTypes().IsEmpty();
112 return !entry->TemplateParameters().IsEmpty();
124 return !entry->Parameters().IsEmpty();
/haiku/src/kits/package/
H A DPackageInfo.cpp352 || fCopyrightList.IsEmpty() || fLicenseList.IsEmpty()
353 || fProvidesList.IsEmpty())
463 return fFileName.IsEmpty() ? CanonicalFileName() : fFileName;
1407 if (groups.IsEmpty() && !user->Groups().IsEmpty())
1759 if (!groupsString.IsEmpty() && !groupsString.Split(" ", false, groups))
/haiku/src/kits/package/manager/
H A DPackageManager.cpp372 if (fInstalledRepositories.IsEmpty())
556 if (fileName.IsEmpty())
722 if (info.BasePackage().IsEmpty())
1044 return !fPackagesToActivate.IsEmpty() || !fPackagesToDeactivate.IsEmpty();
/haiku/src/kits/app/
H A DHandler.cpp104 bool IsEmpty();
617 return fObserverList && !fObserverList->IsEmpty();
857 ObserverList::IsEmpty() function in class:ObserverList
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp235 if (encoding.IsEmpty()) {
556 if (!encoding.IsEmpty())
559 if (!hasAttribute && !encoding.IsEmpty()) {
/haiku/src/servers/app/
H A DEventDispatcher.cpp403 if (target.IsEmpty())
450 if (target.RemoveListener(token) && target.IsEmpty())
461 if (target.RemoveTemporaryListener(token) && target.IsEmpty())
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp194 PhysicalPageSlotPool::IsEmpty() const function in class:PhysicalPageSlotPool
724 if (pool->IsEmpty()) {
739 if (pool->IsEmpty()) {
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp201 PhysicalPageSlotPool::IsEmpty() const function in class:PhysicalPageSlotPool
727 if (pool->IsEmpty()) {
742 if (pool->IsEmpty()) {
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp581 if (!version.Minor().IsEmpty()) {
813 !attribute->children.IsEmpty()));
818 if (!attribute->children.IsEmpty())
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp241 Playlist::IsEmpty() const function in class:Playlist
243 return fItems.IsEmpty();
482 if (!subPlaylist.IsEmpty()) {
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp121 virtual bool IsEmpty();
535 TarFS::Directory::IsEmpty() function in class:TarFS::Directory
537 return fEntries.IsEmpty();

Completed in 148 milliseconds

1234567891011>>