Searched refs:IsEmpty (Results 376 - 400 of 480) sorted by relevance

<<11121314151617181920

/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp823 if (pool->entries.IsEmpty()) {
861 if (pool->entries.IsEmpty()) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp340 return fPresentationName.IsEmpty()
1197 if (!fNodes.IsEmpty()) {
1598 if (tipData.IsEmpty())
2008 if (typeExpression.IsEmpty())
3393 if (!errorMessage.IsEmpty()) {
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp269 if (sSwapFileList.IsEmpty()) {
1245 && sourcePage->mappings.IsEmpty(),
1478 if (sSwapFileList.IsEmpty()) {
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1352 if (!item->Matches(jobName.IsEmpty() ? NULL : jobName.String(),
1390 if (status == B_OK && (limit != 0 || !jobName.IsEmpty()
1582 if (name.IsEmpty()) {
/haiku/src/kits/interface/
H A DListView.cpp1179 if (fList.IsEmpty())
1193 BListView::IsEmpty() const function in class:BListView
1195 return fList.IsEmpty();
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1542 if (!fChildren.IsEmpty()) {
1981 return fChildren.IsEmpty() ? B_OK : B_BUSY;
2005 if (IsProbed() && !fChildren.IsEmpty()
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp526 && !dynamic_cast<Directory*>(node)->IsEmpty()) {
602 && !dynamic_cast<Directory*>(clobberNode)->IsEmpty()) {
1209 } else if (!dynamic_cast<Directory*>(node)->IsEmpty()) {
/haiku/headers/private/kernel/util/
H A DKMessage.h67 bool IsEmpty() const;
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.h1044 return (FALSE == m_cmActive.IsEmpty());
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp335 if (!mlc->dir_stack->IsEmpty())
/haiku/src/tests/system/kernel/slab/
H A DSlab.h127 if (fPartialSlabs.IsEmpty()) {
/haiku/headers/build/os/app/
H A DMessage.h68 bool IsEmpty() const;
/haiku/src/bin/package/
H A Dcommand_extract.cpp673 if (name.IsEmpty())
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp799 CHK(stream.IsEmpty());
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp297 if (fSudokuView->Field()->IsEmpty())
/haiku/src/apps/resedit/
H A DBitmapView.cpp485 if (!clip->IsEmpty()) {
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp136 return fFunctions.IsEmpty();
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp710 if (name.IsEmpty() || name == kMasterKeyringName)
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp390 if (activeRange != NULL || pendingPoints.IsEmpty())
/haiku/src/kits/debug/
H A DSymbolLookup.cpp104 if (fAreas.IsEmpty())
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp603 if (typeDescription.IsEmpty())
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp104 if (!fIsEmbedded && fLoadedCatalogs.IsEmpty()) {
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp52 return !directory.IsEmpty() && fDirectories.Add(directory);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp787 virtual bool IsEmpty() function in struct:PackageFS::Directory
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp752 return !fStack.IsEmpty();

Completed in 288 milliseconds

<<11121314151617181920