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

<<11121314151617181920

/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/headers/private/kernel/
H A Dthread_types.h394 { return !fCPUTimeUserTimers.IsEmpty(); }
396 { return !fUserTimeUserTimers.IsEmpty(); }
628 { return !fCPUTimeUserTimers.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/src/apps/haikudepot/ui/
H A DMainWindow.cpp1152 if (!text.IsEmpty())
1290 if (!fModel.Nickname().IsEmpty()) {
1304 bool hasUser = !nickname.IsEmpty();
1375 if (depotName.IsEmpty()) {
1386 if (repositoryCode.IsEmpty()) {
1412 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/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp89 if (!publisherName.IsEmpty())
390 return !fLocalFilePath.IsEmpty() && fInstallationLocations.empty();
/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/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
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h170 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:UserlandFSUtil::SLList
/haiku/src/tests/kits/app/bclipboard/
H A DReadWriteTester.cpp60 CHK(data->IsEmpty());
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp146 while (!playingIntervals.IsEmpty()) {

Completed in 224 milliseconds

<<11121314151617181920