Searched refs:IsEmpty (Results 76 - 100 of 479) sorted by relevance

1234567891011>>

/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp57 if (name.IsEmpty())
59 if (!name.IsEmpty())
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp191 if (address.IsEmpty())
752 if (!mask.IsEmpty()) {
765 if (!mask.IsEmpty()) {
782 if (!broadcast.IsEmpty()) {
859 if (doAutoConfig && (!address.IsEmpty() || !mask.IsEmpty()
860 || !broadcast.IsEmpty() || !peer.IsEmpty())) {
867 if (!address.IsEmpty() || !mask.IsEmpty() || !broadcas
[all...]
/haiku/headers/private/kernel/util/
H A DStack.h31 bool IsEmpty() const function in class:Stack
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp36 if (IsEmpty()) {
/haiku/src/system/kernel/messaging/
H A DMessagingService.h35 bool IsEmpty() const;
/haiku/src/tests/kits/app/bmessage/
H A DMessageConstructTest.cpp78 CPPUNIT_ASSERT(msg.IsEmpty());
/haiku/src/apps/activitymonitor/
H A DCircularBuffer.h58 bool IsEmpty() const function in class:CircularBuffer
/haiku/headers/os/package/solver/
H A DSolverRepository.h60 bool IsEmpty() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinksDirectory.cpp98 if (linkDirectory->IsEmpty()) {
/haiku/src/kits/package/
H A DUserSettingsFileInfo.cpp61 return fPath.IsEmpty() ? B_NO_INIT : B_OK;
/haiku/src/system/boot/loader/
H A DRootFileSystem.h28 virtual bool IsEmpty();
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp95 return fName.IsEmpty() ? B_BAD_VALUE : B_OK;
205 return fName.IsEmpty() ? B_NO_INIT : B_OK;
247 BSolverRepository::IsEmpty() const function in class:BPackageKit::BSolverRepository
249 return fPackages.IsEmpty();
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributeDirectoryCookie.cpp37 || !customAttributeName.IsEmpty()) {
/haiku/headers/os/support/
H A DList.h56 bool IsEmpty() const;
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.cpp32 if (!pbmPrefs->IsEmpty())
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp32 if (prefs->IsEmpty()) {
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp79 if (fRuleSetStack.IsEmpty())
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.h39 virtual bool IsEmpty();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h89 bool IsEmpty() const { return fAddresses.IsEmpty(); } function in class:AddressSet
93 while (!fAddresses.IsEmpty())
157 bool IsEmpty() const;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h92 bool IsEmpty() const { return fAddresses.IsEmpty(); } function in class:AddressSet
96 while (!fAddresses.IsEmpty())
160 bool IsEmpty() const;
/haiku/src/tests/kits/net/libnetapi/
H A DNetworkAddressTest.cpp81 CPPUNIT_ASSERT(wildcard.IsEmpty());
87 CPPUNIT_ASSERT(!wildcard.IsEmpty());
100 CPPUNIT_ASSERT(!nullAddr.IsEmpty());
119 CPPUNIT_ASSERT(!nullAddr.IsEmpty());
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp73 if (repoInfo.BaseURL().IsEmpty()) {
/haiku/src/apps/haikudepot/textview/
H A DParagraph.h39 bool IsEmpty() const;
/haiku/src/apps/terminal/
H A DPrefHandler.h73 bool IsEmpty() const;
/haiku/src/bin/pkgman/
H A Dcommand_info.cpp96 if (packages.IsEmpty()) {

Completed in 139 milliseconds

1234567891011>>