Searched refs:IsEmpty (Results 151 - 175 of 479) sorted by relevance

1234567891011>>

/haiku/src/kits/app/
H A DMessageQueue.cpp109 BMessageQueue::IsEmpty() const function in class:BMessageQueue
/haiku/headers/os/support/
H A DStringList.h54 bool IsEmpty() const;
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp72 if (data.IsEmpty() || !fMatcher.Match(data)) {
/haiku/src/kits/support/
H A DJob.cpp211 return fDependencies.IsEmpty();
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp139 Directory::IsEmpty() function in class:BFS::Directory
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp151 Directory::IsEmpty() function in class:FFS::Directory
/haiku/src/kits/debugger/model/
H A DTargetHost.cpp26 while (!fTeams.IsEmpty())
/haiku/src/tests/system/kernel/util/
H A DDoublyLinkedListTest.cpp104 CHK(!list.IsEmpty());
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp79 if (!licenseNames.IsEmpty()) {
/haiku/src/apps/mediaplayer/playlist/
H A DRandomizePLItemsCommand.cpp36 if (indices.IsEmpty() || !fPlaylist || !fItems || !fListIndices
H A DMovePLItemsCommand.cpp35 if (indices.IsEmpty()) {
H A DPlaylist.h68 bool IsEmpty() const;
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp285 if (!primary->IsEmpty()) {
359 if (!type.SetType(typeString) || type.IsEmpty())
477 if (!type.SetType(typeString) || type.IsEmpty())
497 if (fPartitionMap.PrimaryPartitionAt(i)->IsEmpty()) {
/haiku/src/servers/registrar/
H A DAppInfoList.h55 bool IsEmpty() const { return (CountInfos() == 0); }; function in class:AppInfoList
/haiku/src/tests/kits/app/blooper/
H A DIsMessageWaitingTest.cpp77 CPPUNIT_ASSERT(Looper.MessageQueue()->IsEmpty());
136 // CPPUNIT_ASSERT(Looper->MessageQueue()->IsEmpty());
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp138 return !fProxyHost.IsEmpty();
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp255 if (other.IsEmpty()) {
283 if (other.IsEmpty()) {
335 BHttpFields::Field::IsEmpty() const noexcept
418 if (!field.IsEmpty())
/haiku/src/servers/net/
H A DNetServer.cpp475 if (!addressSettings.Address().IsEmpty()
476 || !addressSettings.Mask().IsEmpty()
477 || !addressSettings.Broadcast().IsEmpty()
478 || !addressSettings.Peer().IsEmpty()
483 if (!addressSettings.Broadcast().IsEmpty())
485 else if (!addressSettings.Peer().IsEmpty())
498 if (!addressSettings.Gateway().IsEmpty()) {
1056 && !string.IsEmpty())
1058 == B_OK && !string.IsEmpty())) {
/haiku/src/bin/
H A Dopen.cpp93 if (teams.IsEmpty())
/haiku/src/system/kernel/events/
H A DNotifications.cpp216 if (fListeners.IsEmpty())
244 if (fListeners.IsEmpty())
376 if (fListeners.IsEmpty())
457 if (fListeners.IsEmpty())
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp86 if (language->GetName(name) != B_OK || name.IsEmpty())
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp92 if (packageName.IsEmpty() && package != NULL)
217 if (fPackagesToActivate.IsEmpty() && fPackagesToDeactivate.empty()) {
325 if (transactionDirectoryName.IsEmpty()
477 if (baseName.IsEmpty())
498 if (directoryName.IsEmpty())
597 if (fPackagesToActivate.IsEmpty())
773 if (!user.RealName().IsEmpty()) {
778 if (!user.Home().IsEmpty()) {
783 if (!user.Shell().IsEmpty()) {
788 if (!user.Groups().IsEmpty()) {
[all...]
/haiku/headers/private/net/
H A DAddressUtilities.h46 bool IsEmpty(bool checkPort) const function in class:SocketAddress
179 bool IsEmpty(bool checkPort) const function in class:ConstSocketAddress
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.cpp117 // IsEmpty returns TRUE if mask has no bits set
121 BOOL CChannelMask::IsEmpty() function in class:CChannelMask
128 } // void CChannelMask::IsEmpty()
444 // IsEmpty returns TRUE if mask has no bits set
448 BOOL CChMaskDsp::IsEmpty() function in class:CChMaskDsp
455 } // void CChMaskDsp::IsEmpty()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h71 bool IsEmpty() const;
257 // IsEmpty
260 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:List

Completed in 206 milliseconds

1234567891011>>