Searched refs:update (Results 1 - 25 of 97) sorted by path

1234

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php111 // migth need to update VID:PID
/haiku/3rdparty/mmu_man/scripts/
H A Dmyupdate.sh22 pkgman update
/haiku/headers/libs/agg/
H A Dagg_trans_viewport.h75 update();
85 update();
95 update();
214 void update();
241 inline void trans_viewport::update() function in class:agg::trans_viewport
/haiku/headers/os/interface/
H A DChannelSlider.h104 void _FinishChange(bool update = false);
H A DColorControl.h99 void _DrawColorArea(BView* target, BRect update);
/haiku/headers/private/storage/
H A DDiskDevice.h24 status_t Eject(bool update = false);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c997 ring->update = 0;
1085 if (ring->update != 0) {
1095 ring->update = 1;
1123 ring->update = 0;
1166 ring->update = 0;
1241 if (ring->update != 0) {
1250 ring->update = 1;
1286 ring->update = 0;
1456 * band and update net80211 with what we find.
2391 if (sc->rxq.update) {
[all...]
/haiku/src/apps/diskprobe/
H A DProbeWindow.cpp68 BMessage update(kMsgSettingsChanged);
69 update.AddRect("window_frame", Frame());
70 be_app_messenger.SendMessage(&update);
/haiku/src/apps/gradients/
H A DGradientsView.cpp31 GradientsView::Draw(BRect update) argument
35 DrawLinear(update);
39 DrawRadial(update);
43 DrawRadialFocus(update);
47 DrawDiamond(update);
51 DrawConic(update);
62 GradientsView::DrawLinear(BRect update) argument
111 GradientsView::DrawRadial(BRect update) argument
147 GradientsView::DrawRadialFocus(BRect update) argument
192 GradientsView::DrawDiamond(BRect update) argument
237 DrawConic(BRect update) argument
[all...]
H A DGradientsView.h19 virtual void Draw(BRect update);
20 void DrawLinear(BRect update);
21 void DrawRadial(BRect update);
22 void DrawRadialFocus(BRect update);
23 void DrawDiamond(BRect update);
24 void DrawConic(BRect update);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp322 ColorPickerView::SetColorMode(SelectedColorMode mode, bool update) argument
363 if (!update)
H A DColorPickerView.h42 bool update = true);
/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp47 DrawButton::Draw(BRect update) argument
H A DDrawButton.h22 void Draw(BRect update);
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp48 BMessage update(kMsgProgressStatusUpdate);
50 update.AddString("message", text);
51 update.AddFloat("percent", percent);
52 progress.SendMessage(&update);
/haiku/src/kits/interface/
H A DChannelSlider.cpp729 BChannelSlider::_FinishChange(bool update)
742 InvokeChannel(update ? ModificationMessage() : NULL, 0, numChannels,
748 if (!update) {
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp556 // only update when the modified time or size has changed
563 BMessage update(type);
564 fListener.SendMessage(&update);
/haiku/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/src/kits/translation/
H A DTranslatorRosterPrivate.h76 int32& count, BMessage* update = NULL);
109 void _NotifyListeners(BMessage& update) const;
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp182 BMessage update(kMsgSelectNewType);
183 update.AddString("type", type.String());
185 fTarget.SendMessage(&update);
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp62 void Draw(BRect update);
78 WaveView::Draw(BRect update) argument
82 for (float i = update.left; i <= update.right; i++) {
95 while (w1pos <= update.left) {
100 while (w1pos <= update.right) {
117 while (w1pos <= update.left) {
122 while (w1pos <= update.right) {
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp16 void Draw(BRect update);
17 void DrawButtonFrames(BRect r, BRect update);
31 View::Draw(BRect update) argument
43 DrawButtonFrames(r, update);
49 DrawButtonFrames(r, update);
55 DrawButtonFrames(r, update);
65 DrawButtonFrames(r, update);
72 DrawButtonFrames(r, update);
77 View::DrawButtonFrames(BRect r, BRect update) argument
80 be_control_look->DrawButtonFrame(this, r1, update,
[all...]
H A DSetDiskModeTest.cpp16 virtual void Draw(BRect update);
97 PictureView::Draw(BRect update) argument
H A DStatusBarTest.cpp48 BMessage update(kMsgUpdate);
49 fUpdater = new BMessageRunner(this, &update, 10000LL);
H A DToolTipTest.cpp62 BMessage update('updt');
63 fRunner = new BMessageRunner(this, &update, 100000);

Completed in 144 milliseconds

1234