Searched refs:IsEmpty (Results 251 - 275 of 485) sorted by relevance

<<11121314151617181920

/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();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp307 bool applyFilter = !fFilterString.IsEmpty()
507 if (fFilterString.IsEmpty()
520 if (sourcePath.IsEmpty())
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp336 /*! \fn bool PartitionType::IsEmpty() const
555 if (IsEmpty()) {
782 if (!fPrimaries[i].IsEmpty())
817 if (!PartitionAt(i)->IsEmpty())
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp196 PhysicalPageSlotPool::IsEmpty() const function in class:PhysicalPageSlotPool
729 if (pool->IsEmpty()) {
744 if (pool->IsEmpty()) {
/haiku/headers/private/kernel/
H A Dthread_types.h394 { return !fCPUTimeUserTimers.IsEmpty(); }
396 { return !fUserTimeUserTimers.IsEmpty(); }
629 { return !fCPUTimeUserTimers.IsEmpty(); }
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1161 if (!text.IsEmpty())
1299 if (!fModel.Nickname().IsEmpty()) {
1313 bool hasUser = !nickname.IsEmpty();
1384 if (depotName.IsEmpty()) {
1395 if (repositoryCode.IsEmpty()) {
1421 if (fModel.Nickname().IsEmpty()) {
/haiku/src/preferences/printers/
H A DPrinterListView.cpp51 while (!IsEmpty())
60 while (!IsEmpty())
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp34 if (!string.IsEmpty())
371 if (!fSequence.IsEmpty())
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp136 MessagingArea::IsEmpty() const function in class:MessagingArea
436 if (!area->IsEmpty()) {
/haiku/headers/private/kernel/util/
H A DVector.h56 inline bool IsEmpty() const;
408 // IsEmpty
415 _VECTOR_CLASS_NAME::IsEmpty() const function in class:_VECTOR_CLASS_NAME
H A DAVLTree.h42 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTree
/haiku/headers/private/userlandfs/shared/
H A DVector.h52 inline bool IsEmpty() const;
404 // IsEmpty
411 _VECTOR_CLASS_NAME::IsEmpty() const function in class:_VECTOR_CLASS_NAME
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp416 if (!ptype.IsValid() || ptype.IsEmpty())
549 if (primary->IsEmpty()) {
828 if (!primary || primary->IsEmpty()) {
867 if (map->PrimaryPartitionAt(i)->IsEmpty()) {
1221 if (!ptype.IsValid() || ptype.IsEmpty())
1434 if (!primary->IsEmpty())
1693 return (ptype.IsValid() && !ptype.IsEmpty() && !ptype.IsExtended());
2102 if (!ptype.IsValid() || ptype.IsEmpty() || ptype.IsExtended())
/haiku/src/kits/support/
H A DStringList.cpp282 BStringList::IsEmpty() const function in class:BStringList
284 return fStrings.IsEmpty();
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp417 if (!partitions.IsEmpty() || !strict)
480 if (partitions.IsEmpty()) {
/haiku/src/apps/terminal/
H A DPrefHandler.cpp465 PrefHandler::IsEmpty() const function in class:PrefHandler
467 return fContainer.IsEmpty();
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp233 if (partition->IsEmpty()) {
255 if (!partition || partition->IsEmpty()) {
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp114 if (sCheckList.IsEmpty())
217 if (sCheckList.IsEmpty()) {
/haiku/src/system/kernel/
H A Dcondition_variable.cpp282 if (!fEntries.IsEmpty())
368 if (!fEntries.IsEmpty()) {
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp269 if (local.IsEmpty(false)) {
428 if (user->LocalAddress().IsEmpty(false)
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp89 if (!publisherName.IsEmpty())
390 return !fLocalFilePath.IsEmpty() && fInstallationLocations.empty();
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h148 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::SinglyLinkedList
/haiku/headers/private/shared/
H A DArray.h32 inline bool IsEmpty() const { return fSize == 0; } function in class:BPrivate::Array

Completed in 169 milliseconds

<<11121314151617181920