Searched refs:update (Results 51 - 75 of 145) sorted by relevance

123456

/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dtree.c492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]); local
493 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
/haiku-fatelf/src/tests/kits/interface/
H A DToolTipTest.cpp62 BMessage update('updt');
63 fRunner = new BMessageRunner(this, &update, 100000);
/haiku-fatelf/src/apps/people/
H A DPersonView.cpp349 PersonView::SetAttribute(const char* attribute, bool update) argument
358 SetAttribute(attribute, value, update);
366 bool update)
382 if (update) {
365 SetAttribute(const char* attribute, const char* value, bool update) argument
/haiku-fatelf/src/preferences/screensaver/
H A DPreviewView.cpp82 PreviewView::Draw(BRect update) argument
H A DScreenCornerSelector.cpp73 ScreenCornerSelector::Draw(BRect update) argument
85 if (!_InnerFrame(outerRect).Contains(update)) {
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c327 \t--no-super-update: do not update the SGML super catalog\n\
369 } else if ((!strcmp(argv[i], "-no-super-update")) ||
370 (!strcmp(argv[i], "--no-super-update"))) {
/haiku-fatelf/src/apps/deskbar/
H A DTimeView.h88 void Draw(BRect update);
/haiku-fatelf/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp684 // This partition is mounted, we need to tell BFS to update its
689 update_boot_block update; local
690 update.offset = kSecondBootCodePartOffset - 512;
691 update.data = bootCodeData + kSecondBootCodePartOffset;
692 update.length = kSecondBootCodePartSize;
695 if (ioctl(mountFD, BFS_IOCTL_UPDATE_BOOT_BLOCK, &update,
697 fprintf(stderr, "Could not update BFS boot block: %s\n",
702 fprintf(stderr, "Could not update BFS boot code while the "
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypesWindow.cpp615 // update settings
616 BMessage update(kMsgSettingsChanged);
617 update.AddBool("show_icons", item->IsMarked());
618 be_app_messenger.SendMessage(&update);
631 // update settings
632 BMessage update(kMsgSettingsChanged);
633 update.AddBool("show_rule", item->IsMarked());
634 be_app_messenger.SendMessage(&update);
966 BMessage update(kMsgSettingsChanged);
967 update
[all...]
H A DApplicationTypesWindow.cpp370 // update controls
425 // update version information
546 BMessage update(kMsgSettingsChanged);
547 update.AddRect("app_types_frame", Frame());
548 be_app_messenger.SendMessage(&update);
/haiku-fatelf/src/kits/translation/
H A DTranslatorRoster.cpp549 int32& count, BMessage* update)
592 if (update)
593 update->AddInt32("translator_id", translator->fID);
626 if (update)
627 update->AddInt32("translator_id", translator->fID);
1064 BMessage update(B_TRANSLATOR_REMOVED);
1080 update.AddInt32("translator_id", iterator->first);
1093 _NotifyListeners(update);
1130 BMessage update(B_TRANSLATOR_ADDED);
1132 CreateTranslators(ref, count, &update);
548 CreateTranslators(const entry_ref& ref, int32& count, BMessage* update) argument
[all...]
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp90 WinDecorator::Draw(BRect update) argument
92 STRACE(("WinDecorator::Draw(): ")); update.PrintToStream();
96 _DrawFrame(update);
97 _DrawTab(update);
357 // TODO: we could be much smarter about the update region
395 // TODO: we could be much smarter about the update region
415 // TODO: we could be much smarter about the update region
/haiku-fatelf/src/apps/cdplayer/
H A DTwoStateDrawButton.cpp123 TwoStateDrawButton::Draw(BRect update) argument
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DDesktop.cpp208 BRegion update = *clipping; local
209 update.Exclude(&fMasterClipping);
221 update.Exclude(&fBackgroundRegion);
222 MarkDirty(&update);
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.cpp193 BMessage update; local
194 update.AddInt64("start", fStart);
195 update.AddInt64("end", fEnd);
196 SendNotices(kDataViewSelection, &update);
697 // nothing has changed, no need to update
703 BMessage update; local
704 update.AddInt64("position", start);
705 SendNotices(kDataViewCursorPosition, &update);
708 BMessage update; local
709 update
[all...]
H A DFindWindow.cpp623 // update the application's settings
624 BMessage update(kMsgSettingsChanged);
625 update.AddBool("case_sensitive", fCaseCheckBox->Value() != 0);
626 update.AddInt8("find_mode", fTextView->Mode());
627 be_app_messenger.SendMessage(&update);
/haiku-fatelf/src/bin/coreutils/src/
H A Dmv.c65 {"update", no_argument, NULL, 'u'},
135 x->update = false;
314 -u, --update move only when the SOURCE file is newer\n\
410 x.update = true;
/haiku-fatelf/src/bin/gdb/gdb/config/djgpp/
H A Ddjconfig.sh113 update $TMPFILE ${fix_dir}/configure
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDevice.cpp113 \param update If \c true, Update() is invoked after successful ejection.
121 BDiskDevice::Eject(bool update) argument
141 if (status == B_OK && update)
167 \return \c B_OK, if the update went fine, another error code otherwise.
516 // update existing partitions and add new ones
/haiku-fatelf/src/servers/net/
H A DServices.cpp49 uint32 update; member in struct:service
263 service.update = fUpdate;
298 service.update = fUpdate;
515 iterator->second->update = fUpdate;
519 // stop all services that are not part of the update message
526 if (service->update != fUpdate) {
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp83 MacDecorator::Draw(BRect update) argument
86 update.left, update.top, update.right, update.bottom));
92 _DrawFrame(update);
93 _DrawTab(update);
635 // TODO: we could be much smarter about the update region
676 // TODO: we could be much smarter about the update region
696 // TODO: we could be much smarter about the update regio
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.cpp272 * able to update the log start pointer.
287 bool update = false; local
301 update = true;
310 // update the superblock, and change the disk's state, if necessary
312 if (update) {
577 // The block is already in the log, so just update its data
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk496 update-NEWS-hash: NEWS
595 || { echo 'out of date copyright in $(v_etc_file); update it' 1>&2; \
601 || { echo 'out of date copyright in $(sample-test); update it' 1>&2; \
607 || { echo 'out of date copyright in $(texi); update it' 1>&2; \
673 '* cfg.mk (old_NEWS_hash): Auto-update.'
707 $(MAKE) update-NEWS-hash
766 update-copyright-env ?=
769 # to update all FSF copyright year lists in your project.
771 # add it in cfg.mk along with a line 'update-copyright: prereq'.
774 # in the file .x-update
[all...]
/haiku-fatelf/headers/os/interface/
H A DChannelSlider.h106 void _FinishChange(bool update = false);
/haiku-fatelf/src/apps/mail/
H A DComboBox.h171 virtual void Draw(BRect update);

Completed in 321 milliseconds

123456