Searched refs:IsEmpty (Results 301 - 325 of 480) sorted by relevance

<<11121314151617181920

/haiku/src/apps/terminal/
H A DTermViewStates.cpp868 if (text.IsEmpty())
936 if (text.IsEmpty())
985 if (path.IsEmpty())
988 if (path[0] == '/' || fCurrentDirectory.IsEmpty()) {
H A DTermView.cpp2422 if (highlight->IsEmpty())
2446 if (!fSelection.IsEmpty()) {
2679 if (!fSelection.IsEmpty())
2738 return !fSelection.IsEmpty();
2795 if (!highlight->IsEmpty())
2803 if (!highlight->IsEmpty())
2813 if (highlight->IsEmpty())
2842 if (highlight->IsEmpty())
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp165 inline bool IsEmpty() const function in class:PathManipulator::Selection
838 if (!fSelection->IsEmpty())
920 if (!fSelection->IsEmpty())
940 if (!fSelection->IsEmpty())
1126 // if (!fSelection->IsEmpty())
1693 bool fromSelection = !fSelection->IsEmpty();
/haiku/src/servers/package/
H A DVolume.cpp119 if (fName.IsEmpty())
230 if (fPath.IsEmpty())
802 if (directoryName.IsEmpty())
888 if (name.IsEmpty()) {
1497 if (_result.ErrorPackage().IsEmpty()
H A DRoot.cpp212 if (fPath.IsEmpty())
/haiku/src/system/kernel/
H A Dport.cpp548 if (!port->messages.IsEmpty()) {
1172 && !portRef->messages.IsEmpty()) {
1347 if (is_port_closed(portRef) && portRef->messages.IsEmpty()) {
1380 || (is_port_closed(portRef) && portRef->messages.IsEmpty())) {
1456 if (is_port_closed(portRef) && portRef->messages.IsEmpty()) {
1484 || (is_port_closed(portRef) && portRef->messages.IsEmpty())) {
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp926 if (!tty->reader_queue.IsEmpty())
935 if (!tty->writer_queue.IsEmpty()) {
1501 if (!cookie->tty->writer_queue.IsEmpty()) {
2036 if (tty->reader_queue.IsEmpty() && tty_readable(tty) > 0)
2053 if (otherTTY->writer_queue.IsEmpty()
2056 || (tty->writer_queue.IsEmpty()
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp619 CHK(fApplication->Handler().Queue().IsEmpty());
620 CHK(handler2->Queue().IsEmpty());
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h63 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTreeMap
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp437 if (rangeExpression.IsEmpty())
448 while (!dataString.IsEmpty()) {
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp132 if (!IsEmpty() && fSelectedIndex != -1
220 bool IsEmpty() const function in class:StackedFeaturedPackagesView
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp391 if (wifiInterface.IsEmpty()) {
401 if (!wifiInterface.IsEmpty()) {
/haiku/headers/os/support/
H A DString.h36 bool IsEmpty() const;
458 BString::IsEmpty() const function in class:BString
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp354 if (diskSystems.IsEmpty()) {
471 if (supportedTypes.IsEmpty()) {
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp308 if (!partitionType.IsEmpty()) {
369 if (partitionType.IsEmpty())
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp371 if (fController->GetName(&info) != B_OK || info.IsEmpty())
559 && fController->GetCopyright(&info) == B_OK && !info.IsEmpty();
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3gDco.cpp937 if (m_cmActive.IsEmpty())
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp267 return fPackageName.Length() > 0 && !fCopyrights.IsEmpty();
/haiku/src/kits/storage/
H A DQueryPredicate.cpp477 if (error == B_OK && !fNodes.IsEmpty()) {
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp262 ASSERT(fIteratorsToUpdate->IsEmpty());
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h405 inline bool IsEmpty() const function in class:TestMap
408 CHK(fMyMap.IsEmpty() == result);
572 CHK(fMyMap.IsEmpty() == fReferenceMap.empty());
659 CHK(v1.IsEmpty());
/haiku/src/kits/support/
H A DList.cpp399 BList::IsEmpty() const function in class:BList
/haiku/src/kits/shared/
H A DDriverSettingsMessageAdapter.cpp399 if (!subSettings.IsEmpty()) {
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp265 while (!infosToLayout.IsEmpty()) {
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp262 if (sDeviceList.IsEmpty())

Completed in 146 milliseconds

<<11121314151617181920