Searched refs:empty (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp143 // fPackagesToActivate will be empty).
217 if (fPackagesToActivate.IsEmpty() && fPackagesToDeactivate.empty()) {
225 // Clean up the unused empty transaction directory for first boot
238 transactionDirEntry.Remove(); // Okay to fail when non-empty.
539 if (fPackagesToDeactivate.empty())
1257 if (fAddedPackages.empty() || fFirstBootProcessing)
1312 if (fRemovedPackages.empty() || fFirstBootProcessing)
H A DVolume.cpp355 // empty transaction directory and then never have it cleaned up when
356 // the empty transaction gets rejected.
369 // volume, which also creates an empty transaction directory.
751 return !fPackagesToBeActivated.empty() || !fPackagesToBeDeactivated.empty();
889 ERROR("Volume::_QueueNodeMonitorEvent(): got empty name.\n");
1126 // skip empty lines
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp814 if (!file_path.empty()) {
927 if (!file_path.empty()) {
/haiku/src/tests/system/kernel/util/
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());
H A DOrderedMapTest.h407 bool result = fReferenceMap.empty();
572 CHK(fMyMap.IsEmpty() == fReferenceMap.empty());
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h125 magic_empty = const_cpu_to_le32(0xffffffff),/* Record is empty and has
160 #define ntfs_is_empty_record(x) ( ntfs_is_magic (x, empty) )
161 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) )
302 * fragmented. Volume free space includes the empty part of the mft zone and
1768 * SECURITY_DESCRIPTOR is null, then an empty (but present)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp72 BTree::Node::SetToWritable(off_t block, int32 transactionId, bool empty) argument
77 if (empty) {
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp510 CHK(devices.empty());
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp698 if (info.addon && info.active_flavors.empty()) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp176 while (!fAccounts.empty()) {
/haiku/src/servers/media/
H A DNodeManager.cpp1282 if (node.input_list.empty())
1295 if (node.output_list.empty())
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp683 if (fMessengers.empty())
920 while (!fRescanEntries.empty()) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1569 while (!fCoordinatorQueue.empty()) {
1630 if (!fCoordinatorQueue.empty()) {
/haiku/headers/cpp/
H A Dbitset921 if (__tmp.empty())
H A Dstl_bvector.h515 bool empty() const { return begin() == end(); } function in class:vector
H A Dstl_vector.h217 bool empty() const function in class:vector
H A Dstl_hashtable.h305 bool empty() const { return size() == 0; } function in class:hashtable
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp74 if (fComponents.empty())
/haiku/src/apps/bootmanager/
H A Dbootman.S262 mov sp, 0xFFFF - sizeof(Locals) ; Make stack empty
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp381 while (!data->fDataQueue.empty()) {
/haiku/src/bin/debug/strace/
H A Dstrace.cpp949 quitLoop = debuggedTeams.empty();
/haiku/headers/cpp/std/
H A Dbastring.h176 bool empty () const function in class:basic_string
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp638 while (!inDegreeZeroNodes.empty()) {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp284 * *** empty log message ***
680 {B_DIRECT_SPECIFIER, 0}, "Creates a new empty database, will replace "
1457 associated statistics. When the database isn't in use, it is an empty
1992 if (Word.empty ())
2242 /* Empty out the string to get ready for the next word. Not quite empty,
2264 assumed to have already been converted to lower case. You can specify an empty
2306 empty string, then we've found it right now! */
2858 /* Create a new empty database. Note that we have to write out the new file
2859 immediately, otherwise other operations will see the empty database and then
2861 the empty databas
[all...]

Completed in 354 milliseconds

123456