Searched refs:IsEmpty (Results 451 - 475 of 485) sorted by relevance

<<11121314151617181920

/haiku/src/system/kernel/
H A Dheap.cpp2008 if (sDeferredFreeList.IsEmpty() && sDeferredDeletableList.IsEmpty())
H A Dmodule.cpp1626 if (event.IsEmpty()) {
/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()) {
/haiku/src/kits/tracker/
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()) {
H A DWidgetAttributeText.cpp108 if (!separator.IsEmpty()) {
H A DFSUtils.cpp548 if (srcList->IsEmpty()) {
594 if (srcList->IsEmpty()) {
1003 ASSERT(!srcList->IsEmpty());
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp1096 CPPUNIT_ASSERT(!msg.IsEmpty());
/haiku/src/apps/sudoku/
H A DSudokuView.cpp1294 if (undos.IsEmpty())
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1145 if (fListeners->IsEmpty()) {
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp966 ASSERT(fChildren.IsEmpty()
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp292 if (cache->consumers.IsEmpty() && cache->areas == NULL
H A Dblock_cache.cpp1524 unused_blocks.IsEmpty() ? "" : "not ");
2266 if (!cache->pending_notifications.IsEmpty()) {
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1384 if (fDocument->IsEmpty() || fDocument->CommandStack()->IsSaved())
/haiku/src/system/boot/loader/
H A Dmenu.cpp1540 if (sPathBlocklist->IsEmpty())
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp741 if (returnValueInfos != NULL && !returnValueInfos->IsEmpty()) {
/haiku/src/apps/text_search/
H A DGrepWindow.cpp949 if (fChangesIterator == NULL || fChangesIterator->IsEmpty())
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1645 ASSERT(sSocketList.IsEmpty());
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1411 if (!description.IsEmpty()) {
/haiku/src/servers/input/
H A DInputServer.cpp1769 if (!newEvents.IsEmpty()) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1743 if (!truncatedText.IsEmpty() && truncatedText != sourceText) {
/haiku/src/build/libbe/app/
H A DMessage.cpp453 BMessage::IsEmpty() const function in class:BMessage
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1089 if (abiVersion.IsEmpty())
/haiku/src/system/kernel/vm/
H A Dvm.cpp703 && cache->consumers.IsEmpty() && area->cache_type == CACHE_TYPE_RAM;
1007 || !cache->consumers.IsEmpty() || cache->type != CACHE_TYPE_RAM) {
2944 if (!isWritable && becomesWritable && !cache->consumers.IsEmpty()) {
2992 if (!cache->consumers.IsEmpty()) {

Completed in 424 milliseconds

<<11121314151617181920