Searched refs:empty (Results 76 - 100 of 131) sorted by last modified time

123456

/haiku/src/servers/package/
H A DPackageManager.cpp63 if (packagesToActivate.empty() && packagesToDeactivate.empty())
66 if (packagesToActivate.empty()) {
82 if (fPackagesRemovedByUser.empty())
119 if (fPackagesRemovedByUser.empty() && fPackagesAddedByUser.empty())
H A DFSTransaction.cpp89 if (fToPath.empty())
/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp93 if (inputFiles.empty() || !catalogSig || !outputFile.Length())
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp255 buffer, sizeof(buffer), B_TIMEOUT, waitingTeams.empty()
259 else if (size == B_TIMED_OUT && !waitingTeams.empty()) {
269 if (waitingTeams.empty())
/haiku/src/preferences/network/
H A DIPAddressControl.cpp42 IPAddressControl::SetAllowEmpty(bool empty) argument
44 fAllowEmpty = empty;
H A DIPAddressControl.h22 void SetAllowEmpty(bool empty);
/haiku/src/kits/interface/
H A DGridLayout.cpp621 // check for empty columns
622 bool empty = true; local
624 for (int32 row = 0; empty && row < rowCount; row++)
625 empty &= (fGrid[columnCount - 1][row] == NULL);
627 if (!empty)
631 // check for empty rows
632 empty = true;
634 for (int32 column = 0; empty && column < columnCount; column++)
635 empty &= (fGrid[column][rowCount - 1] == NULL);
637 if (!empty)
[all...]
/haiku/src/libs/icon/style/
H A DGradientTransformable.h56 Gradient(bool empty = false);
/haiku/src/apps/showimage/
H A DImageCache.cpp163 // empty the working queue
165 while (!fQueue.empty()) {
192 if (self->fQueue.empty()) {
247 if (!queueEntry->listeners.empty()) {
330 if (queueEntry->listeners.empty())
/haiku/headers/cpp/
H A Dstl_vector.h217 bool empty() const function in class:vector
/haiku/src/tests/kits/storage/
H A DBasicTest.h140 return (fUntestedNames.empty());
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h407 bool result = fReferenceMap.empty();
572 CHK(fMyMap.IsEmpty() == fReferenceMap.empty());
H A DVectorSetTest.cpp263 bool result = fReferenceSet.empty();
424 CHK(fMySet.IsEmpty() == fReferenceSet.empty());
H A DVectorTest.cpp328 bool result = fReferenceVector.empty();
537 CHK(fMyVector.IsEmpty() == fReferenceVector.empty());
/haiku/src/system/runtime_loader/
H A Dutility.h43 bool empty() const { return size() == 0; } function in class:utility::vector
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp109 if (usersToAdd.empty() && usersToRemove.empty()) {
131 if (!usersToRemove.empty()) {
137 // If the group doesn't have any more members, insert an empty string as an
139 if (usersToAdd.empty())
/haiku/src/kits/package/solver/
H A DSolverPackageSpecifierList.cpp62 return fSpecifiers == NULL || fSpecifiers->empty();
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp471 return fInfos.empty();
830 // - move non-empty directory into/within/out of
1323 if (!testNames.empty()) {
1337 if (!testNames.empty()) {
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp132 if ( !e->additionalMessage().empty() )
H A DSourceLine.cpp31 return !m_fileName.empty();
H A DTestRunner.cpp54 * \param testName Name of the test case to run. If an empty is given, then
83 if ( testName.empty() )
H A DTextOutputter.cpp110 if ( !e->additionalMessage().empty() )
H A DTextTestResult.cpp123 if ( !e->additionalMessage().empty() )
/haiku/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h16 unsigned int empty:16; member in struct:__anon5416::__anon5417
34 unsigned int empty:16; member in struct:__anon5418::__anon5419
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h16 unsigned int empty:16; member in struct:__anon5448::__anon5449
34 unsigned int empty:16; member in struct:__anon5450::__anon5451

Completed in 259 milliseconds

123456