Searched refs:IsEmpty (Results 351 - 375 of 480) sorted by relevance

<<11121314151617181920

/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1178 if (!fChildren.IsEmpty()) {
1526 return fChildren.IsEmpty() ? B_OK : B_BUSY;
1586 if (!fChildren.IsEmpty()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp79 bool IsEmpty() const;
1042 DirEntryTree::IsEmpty() const function in class:DirEntryTree
1638 *_lastEntryRemoved = entryTree.IsEmpty();
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp489 if (fDataSources.IsEmpty()) {
/haiku/src/apps/sudoku/
H A DSudokuField.cpp241 SudokuField::IsEmpty() const function in class:SudokuField
/haiku/src/preferences/locale/
H A DLanguageListView.cpp145 if (fCountryCode.IsEmpty())
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp412 CPPUNIT_ASSERT(!msg.IsEmpty());
/haiku/src/kits/app/
H A DLaunchRoster.cpp158 if (status == B_OK && data != NULL && !data->IsEmpty())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h140 bool IsEmpty();
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp426 if (!type.SetType(typeString) || type.IsEmpty())
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp448 return !fSettings.IsEmpty();
/haiku/src/servers/launch/
H A DEvents.cpp165 if (args.IsEmpty())
H A DJob.cpp373 if (fArguments.IsEmpty()) {
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp537 CPPUNIT_ASSERT(!msg.IsEmpty());
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h328 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::DoublyLinkedList
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp160 if (!fVolumes.IsEmpty())
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp324 if (!errorMessage.IsEmpty()) {
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h333 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedList
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp495 if (picModules.IsEmpty()) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp531 if (picModules.IsEmpty()) {
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_transport.cpp951 if ( cmStart.IsEmpty() )
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp392 if (issue->PackageName().IsEmpty()) {
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp838 if (!fLocalLayouters.IsEmpty())
1308 return !fHeightForWidthItems.IsEmpty();
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp519 if (settings.IsEmpty() || lastSelectedPath.Length() == 0) {
738 if (!fExtension.IsEmpty())
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp743 if (freeList.IsEmpty())
937 if (freeList.IsEmpty())
/haiku/src/system/kernel/fs/
H A Dfifo.cpp755 if (!fReadRequests.IsEmpty()) {
764 if (!fWriteRequests.IsEmpty()) {

Completed in 186 milliseconds

<<11121314151617181920