Searched refs:IsEmpty (Results 176 - 200 of 479) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp211 while (!cacheList.IsEmpty()) {
222 while (!nonCacheList.IsEmpty()) {
/haiku/headers/private/shared/
H A DRangeArray.h47 inline bool IsEmpty() const function in class:BPrivate::RangeArray
48 { return fRanges.IsEmpty(); }
/haiku/src/servers/package/
H A DFSUtils.cpp33 if (result.IsEmpty())
45 if (pathString.IsEmpty())
/haiku/src/apps/sudoku/
H A DSudokuView.h69 bool CanUndo() { return !fUndos.IsEmpty(); }
70 bool CanRedo() { return !fRedos.IsEmpty(); }
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp70 while (!fEntries.IsEmpty()) {
111 while (!fNameCache.IsEmpty()) {
/haiku/src/bin/
H A Dfindpaths.cpp273 if (!exception.Details().IsEmpty())
301 if (result.IsEmpty()) {
H A Dmountvolume.cpp167 if (name.IsEmpty())
273 if (name.IsEmpty()) {
275 if (name.IsEmpty()) {
/haiku/src/preferences/printers/
H A DJobListView.cpp45 while (!IsEmpty())
64 while (!IsEmpty())
/haiku/headers/private/kernel/
H A Dsmp.h58 inline bool IsEmpty() const;
166 CPUSet::IsEmpty() const function in class:CPUSet
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp77 fErrorName(errorName.IsEmpty() ? name : errorName),
103 fErrorName(errorName.IsEmpty() ? cache.Info().Name() : errorName),
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h124 bool IsEmpty() const { return is_empty_type(fType); } function in class:PartitionType
153 bool IsEmpty() const function in class:Partition
/haiku/src/kits/shared/
H A DBarberPole.cpp77 bool wasEmpty = fMessengers.IsEmpty();
98 if (fMessengers.IsEmpty())
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp115 if (fUserDetail.Agreement().Code().IsEmpty())
417 if (!fUserUsageConditions.Code().IsEmpty()) {
H A DUserLoginWindow.cpp544 userCredentials.SetIsSuccessful(!token.IsEmpty());
547 if (token.IsEmpty()) {
1069 if (validationFailures.IsEmpty()) {
1122 if (detail.Nickname().IsEmpty())
1129 if (detail.PasswordClear().IsEmpty())
1139 if (detail.AgreedToUserUsageConditionsCode().IsEmpty())
1142 if (detail.CaptchaResponse().IsEmpty())
1174 if (!failures.IsEmpty()) {
H A DRatePackageWindow.cpp498 &fCommentLanguageId) == B_OK && !comment.IsEmpty()) {
559 if (webAppRepositoryCode.IsEmpty()
560 || webAppRepositorySourceCode.IsEmpty()) {
655 if (webAppRepositoryCode.IsEmpty()) {
662 if (webAppRepositorySourceCode.IsEmpty()) {
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp257 if (!webAppRepositorySourceCode.IsEmpty()) {
333 if (_DeriveWebAppRepositorySourceCode().IsEmpty()) {
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp152 if (value.IsEmpty()) {
167 if (value.IsEmpty()) {
174 if (value.IsEmpty()) {
184 if (value.IsEmpty()) {
855 if (path.IsEmpty() || path.ByteAt(0) != '/')
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp399 return !fCompletedOperations.IsEmpty();
556 while (!sortedOperations.IsEmpty()) {
570 if (!sortedOperations.IsEmpty())
668 if (owner->requests.IsEmpty()) {
673 if (operations.IsEmpty())
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp405 if (firstInQueue && !fReaders.IsEmpty() && fBuffer.Readable() > 0
412 if (request.BytesTransferred() > 0 && !fWriters.IsEmpty()
456 if (firstInQueue && !fWriters.IsEmpty() && fBuffer.Writable() > 0
463 if (request.BytesTransferred() > 0 && !fReaders.IsEmpty()
514 if (!fWriters.IsEmpty() && !IsWriteShutdown())
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp50 CHK(v1.IsEmpty());
55 CHK(v2.IsEmpty());
60 CHK(v3.IsEmpty());
65 CHK(v4.IsEmpty());
261 inline bool IsEmpty() const function in class:TestSet
264 CHK(fMySet.IsEmpty() == result);
424 CHK(fMySet.IsEmpty() == fReferenceSet.empty());
H A DVectorTest.cpp48 CHK(v1.IsEmpty());
53 CHK(v2.IsEmpty());
63 CHK(v1.IsEmpty());
68 CHK(v2.IsEmpty());
326 inline bool IsEmpty() const function in class:TestVector
329 CHK(fMyVector.IsEmpty() == result);
537 CHK(fMyVector.IsEmpty() == fReferenceVector.empty());
/haiku/src/kits/storage/sniffer/
H A DParser.cpp282 if (stream.IsEmpty())
365 if (stream.IsEmpty())
387 if (stream.IsEmpty())
552 } else if (ch == 0x3 && stream.IsEmpty()) {
568 if (ch == 0x3 && stream.IsEmpty())
745 TokenStream::IsEmpty() const { function in class:TokenStream
1037 if (stream.IsEmpty())
/haiku/headers/private/kernel/util/
H A DSplayTree.h206 bool IsEmpty() const function in class:SplayTree
561 bool IsEmpty() const function in class:IteratableSplayTree
563 return fTree.IsEmpty();
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp420 if (fPath1.IsEmpty()) {
421 if (fErrorPackage.IsEmpty()) {
429 if (fErrorPackage.IsEmpty()) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp243 if (fInputSetting[i].IsEmpty())
253 if (fInputSetting[i].IsEmpty()) {
294 if (fInputSetting[index].IsEmpty())

Completed in 290 milliseconds

1234567891011>>