Searched refs:IsEmpty (Results 401 - 425 of 480) sorted by relevance

<<11121314151617181920

/haiku/src/system/kernel/
H A Dsystem_info.cpp384 if (listenerList->listeners.IsEmpty()) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp554 if (fTree->IsEmpty()) // 4 backup roots is 0
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp262 if (protocol->IsEmpty()) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp166 if (indices.IsEmpty())
H A DInode.cpp1017 if (attributes->IsEmpty()) {
1383 Inode::IsEmpty() function in class:Inode
2558 if (isDirectory && !inode->IsEmpty())
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp555 if (fInputs->IsEmpty() || fOutput->IsMuted()) {
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp437 Directory::IsEmpty() function in class:FATFS::Directory
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp257 ASSERT(context->table.IsEmpty());
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp445 while (!nextSteps.IsEmpty()) {
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp636 if (paragraph2.IsEmpty()) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp390 while ((fDequeueing || fEventList.IsEmpty()) && !fClosing) {
/haiku/src/kits/interface/
H A DColumnTypes.cpp180 return !fClippedString.IsEmpty();
H A DSplitLayout.cpp549 return !fHeightForWidthItems.IsEmpty();
1311 if (fHeightForWidthItems.IsEmpty())
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp231 if (LocalAddress().IsEmpty(true))
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp559 if (!endpoint->PeerAddress().IsEmpty(true)) {
570 || mask == NULL || endpoint->LocalAddress().IsEmpty(false)) {
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp304 if (fBuffer.IsEmpty() || fMaximumValue < value)
306 if (fBuffer.IsEmpty() || fMinimumValue > value)
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1363 child->value.type, encoding, !child->children.IsEmpty()));
1368 if (!child->children.IsEmpty())
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1234 if (drivers.IsEmpty())
1309 if (--fDriver->devices_used == 0 && fDriver->devices.IsEmpty())
/haiku/src/apps/deskbar/
H A DSwitcher.cpp849 if (fGroupList.IsEmpty())
1010 if (fGroupList.IsEmpty())
1046 if (fGroupList.IsEmpty())
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp150 if (!array.IsEmpty()) {
859 if (!ioRequests.IsEmpty()) {
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp488 if (!packet->fFragments.IsEmpty()) {
790 if (sRawSockets.IsEmpty())
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp449 if (!packet->fFragments.IsEmpty()) {
755 if (sRawSockets.IsEmpty())
/haiku/src/apps/terminal/
H A DTermWindow.cpp1349 containerView, view, fSessions.IsEmpty());
1354 if (fSessions.IsEmpty())
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp647 if (fStandardMessages.IsEmpty()) {
/haiku/src/preferences/mail/
H A DConfigWindow.cpp477 settings.SetDaemonAutoStarts(!fAccounts.IsEmpty());

Completed in 241 milliseconds

<<11121314151617181920