Searched refs:IsEmpty (Results 26 - 50 of 479) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp119 if (!cpuMask.IsEmpty()) {
139 if (!cpuMask.IsEmpty()) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h35 bool IsEmpty() const { return fEntries.IsEmpty(); } function in class:Directory
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.h29 bool IsEmpty() const;
51 bool IsEmpty() const;
/haiku/src/kits/package/
H A DDownloadFileRequest.cpp33 if (fFileURL.IsEmpty())
67 if (fChecksum.IsEmpty())
H A DGlobalWritableFileInfo.cpp51 if (fPath.IsEmpty())
/haiku/src/servers/package/
H A DPackageFile.cpp50 if (fFileName.IsEmpty())
93 if (result.IsEmpty())
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DString.h26 bool IsEmpty() const;
93 String::IsEmpty() const function in class:String
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp52 if (name.IsEmpty())
54 if (!name.IsEmpty())
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp56 if (name.IsEmpty())
58 if (!name.IsEmpty())
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp41 if (fFilterMode == kInclude && !fAddresses.IsEmpty())
112 MulticastGroupInterface<Addressing>::IsEmpty() const function in class:MulticastGroupInterface
114 return fFilterMode == kInclude && fAddresses.IsEmpty();
121 if (IsEmpty())
196 if (state->IsEmpty())
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp99 while (!usedList.IsEmpty()) {
309 while (!usedList.IsEmpty()) {
312 while (!nonCacheList.IsEmpty()) {
326 while (!usedList.IsEmpty()) {
329 while (!nonCacheList.IsEmpty()) {
/haiku/src/kits/storage/
H A DPathFinder.cpp73 const char* dependency = fDependency.IsEmpty()
79 if (!fPath.IsEmpty()) {
137 if (path.IsEmpty() || !_paths.Add(path)) {
178 if ((path != NULL && path[0] != '\0' && fPath.IsEmpty())
180 && fDependency.IsEmpty())) {
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp52 if (fFilterMode == kInclude && !fAddresses.IsEmpty())
123 MulticastGroupInterface<Addressing>::IsEmpty() const function in class:MulticastGroupInterface
125 return fFilterMode == kInclude && fAddresses.IsEmpty();
132 if (IsEmpty())
208 if (state->IsEmpty())
/haiku/src/servers/launch/
H A DConditions.cpp135 if (strcmp(name, "and") == 0 && !args.IsEmpty())
137 if (strcmp(name, "or") == 0 && !args.IsEmpty())
139 if (strcmp(name, "not") == 0 && !args.IsEmpty())
295 if (fConditions.IsEmpty())
413 if (fPath.IsEmpty() || fPath == "/boot")
530 bool expect = fValue.IsEmpty();
540 if (fValue.IsEmpty() && !value.IsEmpty())
559 if (!fValue.IsEmpty())
/haiku/headers/private/fs_shell/
H A DStack.h32 bool IsEmpty() const function in class:FSShell::Stack
/haiku/src/add-ons/translators/rtf/
H A DStack.h30 bool IsEmpty() const function in class:Stack
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h58 bool IsEmpty() const;
/haiku/src/apps/sudoku/
H A DStack.h29 bool IsEmpty() const function in class:Stack
/haiku/src/kits/storage/sniffer/
H A DCharStream.cpp79 CharStream::IsEmpty() const { function in class:CharStream
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h38 inline bool IsEmpty() const;
/haiku/src/apps/terminal/
H A DTermViewHighlight.h54 bool IsEmpty() const function in class:TermViewHighlight
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp46 && !stoppedReason.IsEmpty()) {
/haiku/headers/os/package/solver/
H A DSolverResult.h48 bool IsEmpty() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvable.cpp65 if (fDependencies.IsEmpty())
/haiku/src/kits/support/
H A DArchitecture.cpp25 if (architecture.IsEmpty() || !_architectures.Add(architecture)) {

Completed in 168 milliseconds

1234567891011>>