Searched refs:empty (Results 1 - 25 of 131) sorted by last modified time

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/apps/haikudepot/model/
H A DLanguageModel.cpp119 if (fSupportedLanguages.empty()) {
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp937 sockaddr empty; local
939 // special - try to bind to an empty address, like INADDR_ANY
940 memset(&empty, 0, sizeof(sockaddr));
941 empty.sa_len = sizeof(sockaddr);
942 empty.sa_family = socket->family;
944 address = ∅
H A Ddatalink.cpp185 // Fill in empty address
186 sockaddr empty; local
187 empty.sa_len = 2;
188 empty.sa_family = AF_UNSPEC;
190 return user_memcpy(to, &empty, min_c(2, maxLength));
/haiku/src/servers/app/
H A DServerApp.cpp205 while (!fBitmapMap.empty())
208 while (!fPictureMap.empty())
2016 // 3) family ID - only used if 1) is empty
2017 // 4) style ID - only used if 2) is empty
H A DServerWindow.cpp2131 BRegion empty; local
2132 fLink.AttachRegion(empty);
2149 // but an *empty* region is actually valid!
2511 // the clipping region is empty. The layer itself might set a valid
3944 // but an *empty* region is actually valid!
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1569 while (!fCoordinatorQueue.empty()) {
1630 if (!fCoordinatorQueue.empty()) {
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp310 if (!fCategories.empty()) {
390 return !fLocalFilePath.IsEmpty() && fInstallationLocations.empty();
397 if (!fUserRatings.empty()) {
441 if (fUserRatings.empty())
512 if (!fScreenshotInfos.empty()) {
632 if (fListeners.empty())
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp355 sockaddr empty; local
357 // special - try to bind to an empty address, like INADDR_ANY
358 memset(&empty, 0, sizeof(sockaddr));
359 empty.sa_len = sizeof(sockaddr);
360 empty.sa_family = socket->family;
362 address = ∅
1586 printf("<empty>\n");
1643 printf("<empty>\n");
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp274 if (!foundPackages.empty()) {
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp94 if (!fTextSpans.empty()) {
114 if (!fTextSpans.empty()) {
237 // See if anything from the TextSpan at offset remained, keep it as empty
291 return fTextSpans.empty();
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py471 :returns: empty bytes
627 empty = EMPTY
644 token = False, True, False, empty, t(text_start, text_end), -1
669 token = False, True, True, s(tag_start, tag_end), empty, d
682 token = True, True, False, scope_label, empty, d
702 token = True, False, True, s(tag_start, tag_end), empty, -1
713 token = True, False, False, empty, s(tag_start, tag_end), -1
765 token = False, False, False, empty, t(text_start, None), -1
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp54 BitmapBlock::SetToWritable(Transaction& transaction, off_t block, bool empty) argument
57 fData = (uint32*)CachedBlock::SetToWritable(transaction, block, empty);
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp24 Gradient::Gradient(bool empty) argument
39 if (!empty) {
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c121 #define empty(s) (s >= sp) macro
140 while (!empty(s)) {
192 while (*cp == 0) /* Find next non-empty pile. */
238 while (!empty(s)) {
/haiku/src/apps/cortex/support/
H A DMediaString.cpp271 bool empty = true; local
275 s << (empty ? "" : ", ") << forAudioFrameRate(format.frame_rate);
276 empty = false;
281 s << (empty ? "" : ", ") << forAudioFormat(format.format, format.valid_bits);
282 empty = false;
287 s << (empty ? "" : ", ") << forAudioChannelCount(format.channel_count);
288 empty = false;
294 s << (empty ? "" : " ") << "(" << forAudioChannelMask(format.channel_mask) << ")";
295 empty = false;
300 s << (empty
326 bool empty = true; local
381 bool empty = true; local
403 bool empty = true; local
439 bool empty = true; local
[all...]
/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...]
/haiku/src/bin/bfs_tools/
H A Drecover.cpp408 Inode *empty = Inode::EmptyInode(&disk, name, 0); local
409 if (empty) {
410 empty->SetBlockRun(run);
411 empty->SetParent(dir->BlockRun());
413 printf("\tname = %s\n", empty->Name());
415 if (!gMissingEmpty.Insert(empty))
416 delete empty;
589 Inode *empty = Inode::EmptyInode(&disk, NULL, local
591 if (empty) {
592 empty
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h176 bool empty () const function in class:basic_string
/haiku/src/bin/
H A Dleak_analyser.sh28 --no-exclude-empty
68 --no-exclude-empty)
/haiku/src/bin/debug/strace/
H A Dstrace.cpp949 quitLoop = debuggedTeams.empty();
H A DTypeHandler.cpp236 if (!rendered.empty())
242 if (!rendered.empty())
249 if (rendered.empty())
H A DNetworkTypes.cpp581 if (level.empty())
584 if (option.empty())
623 return "(empty)";
/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) {

Completed in 810 milliseconds

123456