Searched refs:IsEmpty (Results 426 - 450 of 480) sorted by relevance

<<11121314151617181920

/haiku/src/kits/debugger/model/
H A DTeam.cpp284 while (!fImages.IsEmpty())
/haiku/src/system/kernel/
H A DUserTimer.cpp1130 ASSERT(fTimers.IsEmpty());
H A Dsem.cpp185 if (!sem->queue.IsEmpty()) {
H A Dheap.cpp2008 if (sDeferredFreeList.IsEmpty() && sDeferredDeletableList.IsEmpty())
/haiku/headers/os/app/
H A DMessage.h79 bool IsEmpty() const;
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp346 KMessage::IsEmpty() const function in class:KMessage
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp473 if (!fGroups.IsEmpty()) {
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp627 CPPUNIT_ASSERT(translator_message.IsEmpty());
/haiku/src/system/boot/loader/
H A Dvfs.cpp758 if (gPartitions.IsEmpty())
/haiku/src/kits/app/
H A DLooper.cpp385 if (!fDirectTarget->Queue()->IsEmpty())
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp290 CPPUNIT_ASSERT(request.IsEmpty());
/haiku/src/apps/expander/
H A DExpanderWindow.cpp70 if(fStatus.IsEmpty() == false) {
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp467 if (!networksList.IsEmpty()) {
/haiku/src/kits/tracker/
H A DModel.cpp1128 if (type != NULL || (list != NULL && list->IsEmpty())) {
H A DNavMenu.cpp139 if (menu == NULL || typeslist == NULL || typeslist->IsEmpty())
H A DPoseView.cpp3790 if (fVSPoseList->IsEmpty())
4290 if (mimeTypeList->IsEmpty()) {
4292 if (!selectionList->IsEmpty()) {
6078 if (!fSelectionList->IsEmpty()) {
6263 if (fSelectionList->IsEmpty())
6730 if (fSelectionList->IsEmpty())
7019 if (fSelectionList->IsEmpty()) {
8017 if (fSelectionList->IsEmpty()) {
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp1093 if (!groups.IsEmpty())
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp170 if (!update.IsEmpty())
/haiku/src/servers/app/
H A DServerFont.cpp718 if (fallbacks.IsEmpty())
/haiku/src/kits/interface/
H A DOutlineListView.cpp459 return fFullList.IsEmpty();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1937 if (sourcePath.IsEmpty())
2107 if (sourcePath.IsEmpty())
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp389 bool IsEmpty() const function in class:NameBuffer
1677 if (!buffer.IsEmpty() && buffer.LastChar() != '(')
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp665 } else if (!urlString.IsEmpty()) {
667 if (path.IsEmpty())
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp585 error = _LocateDebugInfo(path, externalInfoFilePath.IsEmpty()
3341 if (fCompilationUnits.IsEmpty())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp41 inline bool IsEmpty() const function in struct:BFS::duplicate_array
1181 if (array->IsEmpty()) {

Completed in 404 milliseconds

<<11121314151617181920