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

<<11121314151617181920

/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.cpp1663 ASSERT(sSocketList.IsEmpty());
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp108 if (!separator.IsEmpty()) {
H A DFSUtils.cpp548 if (srcList->IsEmpty()) {
594 if (srcList->IsEmpty()) {
1003 ASSERT(!srcList->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/system/kernel/
H A Dmodule.cpp1626 if (event.IsEmpty()) {
H A Dthread.cpp1107 while (sUndertakerEntries.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()) {
H A Dvm_page.cpp549 fMapped(!page->mappings.IsEmpty()),
2440 if (page->mappings.IsEmpty())
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1089 if (abiVersion.IsEmpty())
/haiku/src/kits/app/
H A DRoster.cpp2655 } else if (alreadyRunning && (!messageList || messageList->IsEmpty()))
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1946 if (fileName.IsEmpty() == true) {
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1125 return !LocalAddress().IsEmpty(true);

Completed in 247 milliseconds

<<11121314151617181920