Searched refs:IsEmpty (Results 101 - 125 of 479) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp115 // IsEmpty
117 Document::IsEmpty() const function in class:Document
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp236 if (extended.IsEmpty()) {
246 if (nonExtended.IsEmpty()) {
273 if (error == B_OK && !nonExtended.IsEmpty()) {
283 if (error == B_OK && !extended.IsEmpty())
/haiku/src/apps/haikudepot/server/
H A DUserDetailVerifierProcess.cpp89 if (fModel->Nickname().IsEmpty()) {
H A DIncrementViewCounterProcess.cpp73 if (depot->WebAppRepositorySourceCode().IsEmpty()) {
H A DWebAppInterface.cpp177 if (!webAppRepositorySourceCode.IsEmpty()) {
182 if (!webAppRepositoryCode.IsEmpty()) {
399 if (result != B_OK || token.IsEmpty()) {
521 if (!code.IsEmpty()) {
578 if (!version.Major().IsEmpty()) {
583 if (!version.Minor().IsEmpty()) {
588 if (!version.Micro().IsEmpty()) {
593 if (!version.PreRelease().IsEmpty()) {
740 if (!email.IsEmpty()) {
836 if (!version.Major().IsEmpty()) {
[all...]
/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.cpp92 if (fEntries.IsEmpty())
/haiku/src/apps/haikudepot/textview/
H A DTextSpan.h48 { return fClickMessage.IsEmpty() ? NULL : &fClickMessage; }
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp68 return !fCode.IsEmpty() && fWidth > 0 && fHeight > 0;
H A DModel.cpp160 if (term.IsEmpty())
162 if (!searchTerms.IsEmpty())
288 && (fDepotFilter.IsEmpty() || fDepotFilter == package->DepotName())
511 if (depotName.IsEmpty())
519 return !depot->WebAppRepositoryCode().IsEmpty();
648 if (!micro.IsEmpty()) {
657 if (!architectureCode.IsEmpty()) {
727 if (nickname.IsEmpty())
763 if (!existingNickname.IsEmpty() && nickname.IsEmpty())
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp132 if (fPath.IsEmpty()) {
138 if (path.IsEmpty())
339 if (subDirectory.IsEmpty()) {
461 if (parentInfo->Id().IsEmpty()) {
463 if (id.IsEmpty())
529 if (!definitionFileContent.IsEmpty()) {
677 if (!info->Id().IsEmpty()) {
708 if (subDirPath.IsEmpty())
745 if (entryPath.IsEmpty())
822 return !_subDirPath.IsEmpty()
[all...]
/haiku/src/bin/network/route/
H A Droute.cpp441 if (!defaultRoute && destination.IsEmpty() && mode != RTM_LIST)
463 if (!mask.IsEmpty()) {
476 if (!mask.IsEmpty()) {
507 if (!destination.IsEmpty())
509 if (!mask.IsEmpty())
511 if (!gateway.IsEmpty()) {
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp348 while (!fMessages.IsEmpty())
414 bool IsEmpty() const function in class:MessageDeliverer::TargetPort
416 return fMessages.IsEmpty();
671 if (port->IsEmpty()) {
726 if (port->IsEmpty()) {
793 if (portError || port->IsEmpty()) {
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp75 if (!domain->routes.IsEmpty())
89 if (!domain->route_infos.IsEmpty())
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp126 RootFileSystem::IsEmpty() function in class:RootFileSystem
128 return fList.IsEmpty();
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp158 if (!_path.IsEmpty() && fPath != NULL) {
172 return _path.IsEmpty() ? B_NO_MEMORY : B_OK;
/haiku/src/servers/launch/
H A DBaseJob.cpp187 if (fSourceFiles.IsEmpty())
251 if (!line.IsEmpty())
/haiku/src/apps/mail/
H A DPeople.cpp29 if (node.ReadAttrString("META:email", &email) != B_OK || email.IsEmpty())
52 || groupString.IsEmpty()) {
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp51 if (line.IsEmpty())
116 if (line.IsEmpty()) {
/haiku/src/tests/apps/haikudepot/
H A DDumpExportRepositoryJsonListenerTest.cpp274 if (!fConcatenatedCodes.IsEmpty())
280 if (!fConcatenatedSourcesUrl.IsEmpty())
/haiku/src/servers/app/
H A DEventDispatcher.h45 bool IsEmpty() const { return fListeners.IsEmpty(); } function in class:EventTarget
/haiku/src/tests/kits/translation/
H A DTranslatorTest.cpp166 CPPUNIT_ASSERT(bmsg.IsEmpty() == true);
191 CPPUNIT_ASSERT(bmsg.IsEmpty() == true);
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp58 if (name.IsEmpty())
60 if (!name.IsEmpty())
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp66 if (input.IsEmpty())
77 if (!input.IsEmpty())
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h66 bool IsEmpty() const { return fRequests.IsEmpty(); } function in class:RequestQueue
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp189 if (!fEntries.IsEmpty())
216 if (!fEntries.IsEmpty()) {

Completed in 299 milliseconds

1234567891011>>